
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "30.267073646083887,-97.7392029762268", 2);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'Crowne Plaza', ' ', '6121 North IH 35, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=45491&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Hilton Austin', ' ', '500 East 4th Street, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=180438&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Residence Inn', ' ', '300 East 4th Street, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=209335&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Hampton Inn', '& Suites', '200 San Jacinto Boulevard, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=51196&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'The Driskill Hotel', ' ', '604 Brazos Street, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=23922&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Intercontinental', ' ', '701 Congress Avenue, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=20498&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Omni Austin', ' ', '700 San Jacinto Blvd, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=25293&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'La Quinta Inn', ' ', '300 E. 11th St, Austin, TX<br><a href="http://hotelsearch.6thstreethotels.com/v5/redir.aspx?type=property&pid=23493&siteid=22350&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "30.26518329483397,-97.73534059524536" )
map.addMarkerByAddress( marker2, "500 East 4th Street, Austin, TX 78701" )
map.addMarkerByAddress( marker3, "300 East 4th Street, Austin, TX 78701" )
map.addMarkerByAddress( marker4, "200 San Jacinto Boulevard, Austin, TX 78701" )
map.addMarkerByAddress( marker5, "604 Brazos Street, Austin, TX 78701" )
map.addMarkerByAddress( marker6, "701 Congress Avenue, Austin, TX 78701" )
map.addMarkerByAddress( marker7, "700 San Jacinto Blvd, Austin, TX 78701" )
map.addMarkerByAddress( marker8, "300 E. 11th St, Austin, TX 78701" )
map.addWidget(navWidget);
