
//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "32.08391992377309,-81.08665466308594", 3);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("");
marker1 = new CustomPOIMarker( 'Westin Savannah', 'Harbor Golf Resort & Spa', '1 Resort Drive, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=35510&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'River Street Inn', ' ', '115 E. River Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=174627&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Marriott Savannah Riverfront', ' ', '100 General Mcintosh Boulevard, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=24497&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Holiday Inn', 'Historic District', '601 East Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=17989&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Hampton Inn', 'Historic District', '201 East Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=20230&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Holiday Inn Express', 'Historic District', '199 Easy Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=222738&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Hyatt Regency', ' ', '2 West Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=20661&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Days Hotel', 'Historic District', '201 West Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=12376&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Best Western', ' ', '412 W. Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=3445&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Doubletree', 'Historic Savannah', '411 West Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=188979&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker11 = new CustomPOIMarker( 'Comfort Suites', 'Historic District', '630 W. Bay Street, Savannah, GA<br><a href="http://hotelsearch.riverstreethotels.com/v5/redir.aspx?type=property&pid=39475&siteid=22316&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "1 Resort Drive, Savannah, GA 31402" )
map.addMarkerByAddress( marker2, "115 E. River Street, Savannah, GA 31401" )
map.addMarkerByAddress( marker3, "100 General Mcintosh Boulevard, Savannah, GA 31401" )
map.addMarkerByAddress( marker4, "601 East Bay Street, Savannah, GA 31401" )
map.addMarkerByAddress( marker5, "201 East Bay Street, Savannah, GA 31401" )
map.addMarkerByAddress( marker6, "199 East Bay Street, Savannah, GA 31401" )
map.addMarkerByAddress( marker7, "32.08141098532517,-81.09326362609863" )
map.addMarkerByAddress( marker8, "201 West Bay Street, Savannah, GA 31401" )
map.addMarkerByAddress( marker9, "32.08290181212658,-81.09841346740723" )
map.addMarkerByAddress( marker10, "32.0825018365911,-81.09746932983398" )
map.addMarkerByAddress( marker11, "630 W. Bay Street, Savannah, GA 31401" )
map.addWidget(navWidget);
