
//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "38.91915240700719,-76.99115753173828", 5);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("");
marker1 = new CustomPOIMarker( 'Comfort Inn - From $59', ' ', '1201 13th Street NW, Washington, DC<br><a href="http://hotelsearch.cheaphotelsdc.com/v5/redir.aspx?type=property&pid=176062&siteid=22312&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Super 8 - From $76', ' ', '501 New York Ave NE, Washington, DC<br><a href="http://hotelsearch.cheaphotelsdc.com/v5/redir.aspx?type=property&pid=28523&siteid=22312&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Howard Johnson - From $74', 'Washington DC', '600 New York Avenue NE, Washington, DC<br><a href="http://hotelsearch.cheaphotelsdc.com/v5/redir.aspx?type=property&pid=18411&siteid=22312&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Travelodge - From $87', ' ', '1917 Bladensburg Road NE, Washington, DC<br><a href="http://hotelsearch.cheaphotelsdc.com/v5/redir.aspx?type=property&pid=31170&siteid=22312&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Days Inn - From $74', ' ', '2700 New York Avenue NE, Washington, DC<br><a href="http://hotelsearch.cheaphotelsdc.com/v5/redir.aspx?type=property&pid=12312&siteid=22312&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Red Roof Inn - From $99', ' ', '500 H Street Northwest, Washington, DC<br><a href="http://hotelsearch.cheaphotelsdc.com/v5/redir.aspx?type=property&pid=28086&siteid=22312&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "1201 13th Street, NW, Washington, DC 20005" )
map.addMarkerByAddress( marker2, "401 New York Ave NE, Washington, DC 20002" )
map.addMarkerByAddress( marker3, "600 New York Avenue NE, Washington, DC 20002" )
map.addMarkerByAddress( marker4, "1917 Bladensburg Road NE, Washington, DC 20002" )
map.addMarkerByAddress( marker5, "2700 New York Avenue NE, Washington DC 20002" )
map.addMarkerByAddress( marker6, "500 H Street Northwest, Washington DC 20001" )
map.addWidget(navWidget);
