//if (GBrowserIsCompatible()) 
	//var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "41.44272,-82.68498", 4);
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "38.890064138974715,-77.01008319854736", 3);


map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("closed");
marker1 = new CustomPOIMarker( 'Hyatt Regency', 'Capitol Hill', '400 New Jersey Avenue NW, Washington, DC<br><a href="http://hotelsearch.capitolhillhotels.us/v5/redir.aspx?type=property&pid=20362&siteid=22261&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Holiday Inn', 'On The Hill', '415 New Jersey Avenue NW, Washington, DC<br><a href="http://hotelsearch.capitolhillhotels.us/v5/redir.aspx?type=property&pid=17906&siteid=22261&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Washington Court Hotel', ' ', '525 New Jersey Avenue NW, Washington, DC<br><a href="http://hotelsearch.capitolhillhotels.us/v5/redir.aspx?type=property&pid=178961&siteid=22261&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'U.S. Capitol', ' ', 'Washington, DC', '0xB42A2A', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'The Hotel George', ' ', '15 East Street NW, Washington, DC<br><a href="http://hotelsearch.capitolhillhotels.us/v5/redir.aspx?type=property&pid=181221&siteid=22261&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Residence Inn', 'Capitol Hill', '333 E Street Southwest, Washington, DC<br><a href="http://hotelsearch.capitolhillhotels.us/v5/redir.aspx?type=property&pid=188322&siteid=22261&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Holiday Inn', 'Washington Capitol ', '550 C Street SW, Washington, DC<br><a href="http://hotelsearch.capitolhillhotels.us/v5/redir.aspx?type=property&pid=18219&siteid=22261&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Best Western', 'Capitol Skyline', '10 I Street SW, Washington, DC<br><a href="http://hotelsearch.cedarpointhotelservice.com/v5/redir.aspx?type=property&pid=188769&siteid=9206&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');

map.addMarkerByAddress( marker1, "400 New Jersey Avenue NW, Washington, DC 20001" );
map.addMarkerByAddress( marker2, "415 New Jersey Avenue NW, Washington, DC 20001" );
map.addMarkerByAddress( marker3, "525 New Jersey Avenue NW, Washington, DC 20001" );
map.addMarkerByAddress( marker4, "38.890064138974715,-77.01008319854736" );
map.addMarkerByAddress( marker5, "15 East Street NW, Washington, DC 20001" );
map.addMarkerByAddress( marker6, "333 E Street Southwest, Washington, DC 20024" );
map.addMarkerByAddress( marker7, "550 C Street SW, Washington, DC 20024" );
map.addMarkerByAddress( marker8, "10 I Street SW, Washington, DC 20024" );
map.addWidget(navWidget);
