/* FILE ARCHIVED ON 23:23:26 Jan 2, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 10:14:08 Jul 2, 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 Portrait Gallery


Visit the web site

"; mapData[1] = [-77.023962, 38.899289, tour_1]; var tour_2 = "

Corcoran Gallery of Art


Visit the web site

"; mapData[2] = [-77.040061, 38.895777, tour_2]; var tour_3 = "

Washington National Cathedral


Visit the web site

"; mapData[3] = [-77.071047, 38.93041, tour_3]; var tour_4 = "

Ford’s Theatre


Visit the web site

"; mapData[4] = [-77.025998, 38.906128, tour_4]; var tour_5 = "

White House


Visit the web site

"; mapData[5] = [-77.036561, 38.897614, tour_5]; var tour_6 = "

United States Holocaust Memorial Museum


Visit the web site

"; mapData[6] = [-77.032658, 38.886723, tour_6]; var tour_7 = "

Smithsonian Institution Building, the Castle


Visit the web site

"; mapData[7] = [-77.025873, 38.888888, tour_7]; var tour_8 = "

National Museum of Natural History


Visit the web site

"; mapData[8] = [-77.025858, 38.891381, tour_8]; var tour_9 = "

Mount Vernon Estate and Gardens


Visit the web site

"; mapData[9] = [-77.087165, 38.711243, tour_9]; var tour_10 = "

The Bureau of Engraving and Printing


Visit the web site

"; mapData[10] = [-77.031866, 38.885995, tour_10]; var tour_11 = "

Washington Monument


Visit the web site

"; mapData[11] = [-77.035239, 38.889454, tour_11]; var tour_12 = "

National Museum of Women in the Arts


Visit the web site

"; mapData[12] = [-77.029688, 38.90012, tour_12]; var tour_13 = "

National Museum of the American Indian


Visit the web site

"; mapData[13] = [-77.017478, 38.887727, tour_13]; var tour_14 = "

Vietnam Veterans Memorial


Visit the web site

"; mapData[14] = [-77.047507, 38.891051, tour_14]; var tour_15 = "

Korean War Memorial


Visit the web site

"; mapData[15] = [-77.047794, 38.887911, tour_15]; var tour_16 = "

National Air and Space Museum


Visit the web site

"; mapData[16] = [-77.019782, 38.888034, tour_16]; var tour_17 = "

Library of Congress


Visit the web site

"; mapData[17] = [-77.004524, 38.887022, tour_17]; var tour_18 = "

American History Museum


Visit the web site

"; mapData[18] = [-77.030117, 38.891047, tour_18]; var tour_19 = "

Anacostia Community Museum (African-American History and Culture)


Visit the web site

"; mapData[19] = [-76.976835, 38.857171, tour_19]; var tour_20 = "

National Archives


Visit the web site

"; mapData[20] = [-77.02282, 38.893061, tour_20]; var tour_21 = "

Hirshhorn Museum and Sculpture Garden


Visit the web site

"; mapData[21] = [-77.031472, 38.888638, tour_21]; var tour_22 = "

The United States Supreme Court


Visit the web site

"; mapData[22] = [-77.004444, 38.890516, tour_22]; var tour_23 = "

National Building Museum


Visit the web site

"; mapData[23] = [-77.016214, 38.897359, tour_23]; var tour_24 = "

Lincoln Memorial


Visit the web site

"; mapData[24] = [-77.050049, 38.889269, tour_24]; var tour_25 = "

Freer Gallery of Art and Arthur M. Sackler Gallery (Asian Art)


Visit the web site

"; mapData[25] = [-77.026733, 38.888014, tour_25]; var tour_26 = "

National Museum of African Art


Visit the web site

"; mapData[26] = [-77.024713, 38.887569, tour_26]; var tour_27 = "

Franklin Delano Roosevelt Memorial


Visit the web site

"; mapData[27] = [-77.042747, 38.883447, tour_27]; var tour_28 = "

International Spy Museum


Visit the web site

"; mapData[28] = [-77.023, 38.897282, tour_28]; var tour_29 = "

Thomas Jefferson Memorial


Visit the web site

"; mapData[29] = [-77.036542, 38.881358, tour_29]; var tour_30 = "

National Postal Museum


Visit the web site

"; mapData[30] = [-77.00902, 38.897429, tour_30]; var tour_31 = "

Marian Koshland Science Museum


Visit the web site

"; mapData[31] = [-77.018936, 38.896168, tour_31]; var tour_32 = "

Arlington National Cemetery


Visit the web site

"; mapData[32] = [-77.064715, 38.883984, tour_32]; var tour_33 = "

World War II Memorial


Visit the web site

"; mapData[33] = [-77.03923, 38.888848, tour_33]; var tour_34 = "

The United States Capitol

U.S. Capitol
Visit the web site

"; mapData[34] = [-77.00936, 38.889682, tour_34]; //Add Biden office var tour_35 = "

Senator Evan Bayh's Office

131 Russell Senate Office Building
Washington, D.C. 20510

"; var openhtml = tour_35; if (GBrowserIsCompatible()) { var map = new GMap(document.getElementById("map")); map.addControl(new GSmallMapControl()); //focus on Bayh map.centerAndZoom(new GPoint(-77.006813, 38.892923), 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