General Grant National Memorial (U.S. National Park Service) .mw { color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none; } a.mw:link {color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;} a.mw:visited {color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;} a.mw:hover {color:#0000FF;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;} var gMenuControlID=0; var menus_included = 0; var jsPageAuthorMode = 0; var jsSessionPreviewON = 1; var jsDlgLoader = '/gegr/loader.cfm'; var jsSiteID = 1; var jsSubSiteID = 3318; var kurrentPageID = 72866; function newWindow (name,url) { var externalLinkRegEx = /^https?:[\/\\]{2}/i; var blnPopUpsOffScreen=0; var intTop=200; var intLeft=200; var intHeight=290; var intWidth=480; var cookieStr = document.cookie; var cookieWinRegEx = /CSOFFSCREENPOPUPSALLOWED=\d/i; var rxVal = /\d+/; try { if (cookieStr && cookieStr.match(cookieWinRegEx)) { var strVal=cookieStr.match(cookieWinRegEx); if (strVal) blnPopUpsOffScreen=strVal.toString().match(rxVal); else blnPopUpsOffScreen = 0; } else blnPopUpsOffScreen=0; } catch (oErr) { blnPopUpsOffScreen=0; } if(blnPopUpsOffScreen==1) { intTop=window.screen.height - 9; intLeft=window.screen.width - 9; intHeight=1; intWidth=1; } else { intTop=(window.screen.height / 2) - 109; intLeft=(window.screen.width / 2) - 210; intHeight=218; intWidth=421; } if(!url.match(externalLinkRegEx) && url.indexOf('kurrentPageID') == -1) { try { if( url.indexOf ('?') == -1 ) url = url + '?kurrentPageID=' + kurrentPageID; else url = url + '&kurrentPageID=' + kurrentPageID; } catch (oErr) { /* Do Nothing */ } } var re = new RegExp(); re = /&/gi; url = url.replace(re,"&"); if(url.search(/[\/\\]/g) >= 0 && blnPopUpsOffScreen==0) { if(document.CS_StaticURL && window.location.href.indexOf(document.CS_StaticURL) == -1) url = '/commonspot/utilities/longproc.cfm?onlyurlvars=1&url=' + escape(url); } var strWinOptions = 'toolbar=no,resizable=yes,scrollbars=yes,menubar=no,location=no'; if(arguments.length >= 2 && arguments[2]) { var strOptions=arguments[2]; var strTopPos=strOptions.match(/top=\s*(\d+)/i); if(strTopPos && strTopPos[1] >=0) { intTop=strTopPos[1]; strOptions=strOptions.replace(/top=\s*\d+\s*,?/i,'') } var strLeftPos=strOptions.match(/left=\s*(\d+)/i); if(strLeftPos && strLeftPos[1] >=0) { intLeft=strLeftPos[1]; strOptions=strOptions.replace(/left=\s*\d+\s*,?/i,'') } var strHeight=strOptions.match(/height=\s*(\d+)/i); if(strHeight && strHeight[1] >=0) { intHeight=strHeight[1]; strOptions=strOptions.replace(/height=\s*\d+\s*,?/i,'') } var strWidth=strOptions.match(/width=\s*(\d+)/i); if(strWidth && strWidth[1] >=0) { intWidth=strWidth[1]; strOptions=strOptions.replace(/width=\s*\d+\s*,?/i,'') } var strWinOptions = strOptions; } strWinOptions = strWinOptions + ',top='+ intTop + ',left=' + intLeft + ',height=' + intHeight + ',width=' + intWidth; var winWindow=window.open(url,name,strWinOptions); if (!winWindow) alert('Unable to open window - please make sure the pop-up blocker is disabled for this site'); if(arguments.length==4 && arguments[3]==1 && winWindow) return winWindow; } callPoll(); document.CS_StaticURL = "http://www.nps.gov/";document.CS_DynamicURL = "http://www.nps.gov/"; // always-include-ie.js Copyright 1998-2005 PaperThin, Inc. All rights reserved.bName = navigator.appName;bVer = parseInt(navigator.appVersion);var bCanRollover=0;if (bName == "Netscape"){ if(bVer >= 3) bCanRollover=1;}else if (bName == "Microsoft Internet Explorer"){ if(bVer >= 4) bCanRollover=1;}function ImageSet(imgID,newTarget){ if (bCanRollover) document[imgID].src=newTarget;}function clearStatus(){ window.status = "";}function setStatbar(statbar){ var strStatbar=unescape(statbar); window.status=strStatbar;}function onLoadComplete(){ if( menus_included == 1 ) document.onmouseover = document_mouseover; // defined in menu_ie.js}function HandleLink(parentID,link,displaylink) { // links are in one of the following formats: // cpe_60_0,CP___PAGEID=100 // CPNEWWIN:WindowName^params@CP___ // CPNEWWIN:child^top=110:left=130:ww=140:hh=150:tb=1:loc=1:dir=0:stat=1:mb=1:sb=1:rs=1@CP___PAGEID=3811,Adv-Search-2.cfm,1 // displaylink is the server relative URL or fully qualified URL if( jsPageAuthorMode == 0 ) { windowname = ""; windowparams = ""; // "CPNEWWIN:" & NewWindowName & "^" & params & "@" & linkStruct.LinkURL; pos = link.indexOf("CPNEWWIN:"); if (pos != -1) { pos1 = link.indexOf ("^"); windowname = link.substring (pos+9, pos1); pos2 = link.indexOf ("@"); windowparams = link.substring (pos1 + 1, pos2); link = link.substring (pos2 + 1, link.length); } if( displaylink && displaylink != "" ) { if (windowname == "") window.location = displaylink; else { windowparams = FormatWindowParams(windowparams); window.open (displaylink, windowname, windowparams); } } else { targetLink = link; if (link.indexOf ("CP___") != -1) { httpPos = -1; commaPos = link.indexOf(","); if (commaPos != -1) { targetUrl = link.substr(commaPos + 1); if (targetUrl.indexOf("://") != -1 || targetUrl.indexOf("/") == 0) { httpPos = commaPos + 1; } } if (httpPos != -1) { targetLink = link.substr(httpPos); commaPos = targetLink.indexOf(","); if (commaPos != -1) targetLink = targetLink.substr(0, commaPos); } else targetLink = jsDlgLoader + "?url=/commonspot/utilities/handle-link.cfm&thelink=" + link; if (windowname == "") window.location = targetLink; else { windowparams = FormatWindowParams(windowparams); window.open (targetLink, windowname, windowparams); } } else { commaPos = link.indexOf(","); if (commaPos != -1) link = link.substr(0, commaPos); if (windowname == "") window.location = link; else { windowparams = FormatWindowParams(windowparams); window.open (link, windowname, windowparams); } } } } else if( jsSessionPreviewON == 1 ) { previewLink(link); } else { if( document.all[parentID] ) document.all[parentID].click(); }}function doWindowOpen(href,name,params){ window.open (href, name, params);}// CPNEWWIN:child^top=110:left=130:ww=140:hh=150:tb=1:loc=1:dir=0:stat=1:mb=1:sb=1:rs=1@CP___PAGEID=3811,Adv-Search-2.cfm,1function FormatWindowParams(windowparams){ if( windowparams.indexOf(":loc=") != -1 || windowparams.indexOf(":ww=") != -1 || windowparams.indexOf(":hh=") != -1 || windowparams.indexOf(":left=") != -1 || windowparams.indexOf(":top=") != -1 ) { windowparams = substringReplace(windowparams,':left=',',left='); windowparams = substringReplace(windowparams,'left=','left='); windowparams = substringReplace(windowparams,':ww=',',width='); windowparams = substringReplace(windowparams,'ww=','width='); windowparams = substringReplace(windowparams,':hh=',',height='); windowparams = substringReplace(windowparams,'hh=','height='); windowparams = substringReplace(windowparams,':loc=',',location='); windowparams = substringReplace(windowparams,'loc=','location='); windowparams = substringReplace(windowparams,':dir=',',directories='); windowparams = substringReplace(windowparams,'dir=','directories='); windowparams = substringReplace(windowparams,':tb=',',toolbar='); windowparams = substringReplace(windowparams,'tb=','toolbar='); windowparams = substringReplace(windowparams,':stat=',',status='); windowparams = substringReplace(windowparams,':mb=',',menubar='); windowparams = substringReplace(windowparams,':sb=',',scrollbars='); windowparams = substringReplace(windowparams,':rs=',',resizable='); } return windowparams;}function substringReplace(source,pattern,replacement){ var pos = 0; var target=""; while ((pos = source.indexOf(pattern)) != (-1)) { target = target + source.substring(0,pos) + replacement; source = source.substring(pos+pattern.length); pos = source.indexOf(pattern); } return (target + source);} function glblLinkHandler(lobj, attr, val) { return; } function onLoadFinished() { onLoadComplete(); } var js_gvPageID = 72866; function gotoDiffLang(url) { window.location = url + '&pageid=72866'; }
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
var bCanRollover=0
if (bName == "Netscape")
{
if(bVer >= 3)
bCanRollover=1;
}
else if (bName == "Microsoft Internet Explorer")
{
if(bVer >= 4)
bCanRollover=1;
}
function ImageSet(imgID,newTarget)
{
if (bCanRollover)
document[imgID].src=newTarget;
}
   Skip to SearchSkip to NavigationSkip to BodySkip to Footer Search this park Search nps.gov .arrow { font-weight: normal; padding-top: 3px; padding-right: 3px } .NavArrow { color: #b28000; font-size: 10px; font-family: Verdana; font-weight: bold; line-height: 11px; text-decoration: none; padding-right: 3px; padding-bottom: 5px; padding-left: 2px } var isStandard = 1; var hasChildren = 0; Skip NavigationPARK HOMEPLAN YOUR VISITHISTORY & CULTUREFOR TEACHERSNEWSMANAGEMENT Site Index Frequently Asked Questions Contact Us function openCustomWindow(newURL) { var w = 800, h = 600; if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var popW = 800, popH = 600; var leftPos = (w-popW)/2, topPos = (h-popH)/2; newCustomWindow = window.open(newURL,'popup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=yes' + ',resizable=yes'); newCustomWindow.opener = window; newCustomWindow.focus(); }  view map text size:  printer friendly p#quicklink { margin: 0 0 3px }.quicklinkspacing { line-height: 11px; padding-top: 3px; padding-right: 3px; padding-left: 3px } QUICKLINKS: Directions Operating Hours & Seasons Fees & Reservations Grant, Defender of the Union Overlooking the Hudson River from the Morningside Heights section of Manhattan, General Grant National Memorial is the largest tomb in North America. Grant's Tomb (as it is commonly called) is not only the final resting place of the General, but a memorial to his life and acomplishments. NIGHT AT THE TOMB Night at the Tomb Thursday, October 30, 2008Thursday, October 30, 2008 7 p.m. Usher in Halloween with a special nighttime tour of Grant’s Tomb.Meet a National Park Ranger in the outdoor plaza in front of the memorial for an after hours visit by candlelight deep into the heart of the mausoleum.Stand before the great granite sarcophagi of Ulysses S. Grant and his wife, Julia. While you’re there, you just might find yourself exchanging glances with the busts of the five noteable generals who watch over Grant’s final rest — and wondering about what they have seen.Living history interpreters wearing period costume will talk about Grant as well as the memorial, and if you are very lucky you just might run into some friendly Civil War “ghosts” during this 45-minute program.This is not an ordinary tour of the memorial, but a unique opportunity to experience the essence of the building and the presence of its “residents.” Living History Demonstrations Are you a teacher who's class is covering the Mexican American or Civil War? There is no better way to bring history alive to your class then one of the special programs offered by the park staff. Curriculium based costumed interpretation, musket demonstrations, and military arts programs are all offered free of charge. more... More than a silent tomb, it is a living memorial. There is much more to do at the Grant Memorial. In addition to paying your respects to the General and his wife, you can take a walking tour of historic Riverside Park, and, depending on the season, listen to a jazz concert or take a
Write to
General Grant National Memorial 122nd Street at Riverside Drive
New York, NY 10027
Phone
Visitor Information(212) 666-1640 Media Relations(212) 668-2251
Fax
(212) 932-9631
Climate
The best time of year to visit is the fall and spring, where temperature are mild. Winters can be extremely cold with high snow drifts. Summers in New York tend to be warm and muggy due to high humidity. Due to its original contruction, the inside of the Tomb is not air conditioned and is drafty in the winter. Please dress appropriatly.
Skip to SearchSkip to NavigationSkip to BodySkip to Footer
function openCustomWindow(newURL)
{
var w = 800, h = 600;
if (document.all || document.layers)
{
w = screen.availWidth;
h = screen.availHeight;
}
var popW = 800, popH = 600;
var leftPos = (w-popW)/2, topPos = (h-popH)/2;
newCustomWindow = window.open(newURL,'popup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=yes' + ',resizable=yes');
newCustomWindow.opener = window;
newCustomWindow.focus();
}
Did You Know?
Meriwether Lewis and William Clark named the three forks of the Missouri River the Jefferson, Madison and Gallatin rivers. Who was Gallatin? A statesman, diplomat, and financier, Albert Gallatin is remembered at Friendship Hill National Historic Site.
more...
Disclaimer Accessibility Privacy Policy FOIA Notices USA.gov Last Updated: October 07, 2008 at 12:41 EST |
|