
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "38.62981239152611,-90.19801139831543", 3);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'Hampton Inn Downtown', ' ', '2211 Market Street, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=20479&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Hyatt Regency Downtown', ' ', '1 St Louis Union Station, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=20476&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Sheraton Hotel & Suites', ' ', '400 South 14th Street, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=29438&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Omni Majestic Hotel', 'Downtown', '1019 Pine Street, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=25115&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Wyndham Mayfair', 'Downtown', '806 St. Charles Street, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=36216&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Holiday Inn Select', ' ', '811 North 9th St, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=17961&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Hilton Downtown', ' ', '400 Olive Street, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=190045&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Crowne Plaza Downtown', ' ', '200 North Fourth St, St Louis, MO<br><a href="http://hotelsearch.downtownstlouishotels.net/v5/redir.aspx?type=property&pid=44488&siteid=22359&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "2211 Market Street, St Louis, MO 63103" )
map.addMarkerByAddress( marker2, "One St Louis Union Station, St Louis, MO 63103" )
map.addMarkerByAddress( marker3, "400 South 14th Street, St Louis, MO 63103" )
map.addMarkerByAddress( marker4, "1019 Pine Street, St Louis, MO 63101" )
map.addMarkerByAddress( marker5, "806 St. Charles Street, St Louis, MO 63101" )
map.addMarkerByAddress( marker6, "811 North 9th St, St Louis, MO 63101" )
map.addMarkerByAddress( marker7, "400 Olive Street, St Louis, MO 63102" )
map.addMarkerByAddress( marker8, "200 North Fourth St, St Louis, MO 63102" )
map.addWidget(navWidget);
