/* FILE ARCHIVED ON 11:47:12 Feb 14, 2013 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 7:36:19 Aug 10, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ // CFMX document that outputs all items to be listed on the tours map from the db. //National ArchivesThe National Archives is located at 700 Pennsylvania Ave. NW Washington, DC 20408
Visit the web site"; mapData[1] = [-77.022942, 38.893375, tour_1]; var tour_2 = "

Bureau of Engraving and Printing

The Bureau of Engraving and Printing is located at 300 14th Street SW Washington, DC 20228
Visit the web site"; mapData[2] = [ -77.03202366828918, 38.885997177418616, tour_2]; var tour_3 = "

Library of Congress

The Library of Congress is located at 101 Independence Ave. SE Washington, DC 20003
Visit the web site"; mapData[3] = [-77.005897, 38.887612, tour_3]; var tour_4 = "

U.S. Supreme Court

The Supreme Court is located at 1 1st St NE Washington, DC 20001
Visit the web site"; mapData[4] = [-77.004444, 38.890516, tour_4]; var tour_5 = "

Kennedy Center for Performing Arts

2700 F Street NW Washington, DC 20566
Visit the web site"; mapData[5] = [-77.055406, 38.896278, tour_5]; var tour_6 = "

The U.S. Capitol Building

The Capitol Building is located at East Capitol Street NE and 1st Street Washington, DC 20002
Visit the web site"; mapData[6] = [-77.00936, 38.889682, tour_6]; var tour_7 = "

The White House

The White House is located at 1600 Pennsylvania Ave. NW Washington, DC 20500
Visit the web site"; mapData[7] = [-77.037684, 38.898748, tour_7]; //Add office var tour_8 = "

Jeff Merkley's Office

313 Hart Senate Office Building
Washington, D.C. 20510"; var openhtml = tour_8; if (GBrowserIsCompatible()) { var map = new GMap(document.getElementById("map")); map.addControl(new GSmallMapControl()); //focus on Office map.centerAndZoom(new GPoint(-77.00559854507446, 38.89289500761722), 4); function createMarker(point, string) { var marker = new GMarker(point); // Show this markers index in the info window when it is clicked. var html = string; GEvent.addListener(marker, 'click', function() { marker.openInfoWindowHtml(html); }); return marker; } for(var i=1; i //