
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "30.26803734055718,-97.7375078201294", 3);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'La Quinta Inn', ' ', '300 E. 11th St, Austin, TX<br><a href="http://hotelsearch.downtownaustinhotels.net/v5/redir.aspx?type=property&pid=23493&siteid=22360&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Intercontinental Austin', ' ', '400 South 14th Street, Austin, TX<br><a href="http://hotelsearch.downtownaustinhotels.net/v5/redir.aspx?type=property&pid=20498&siteid=22360&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Omni Downtown', 'Austin', '700 San Jacinto Blvd, Austin, TX<br><a href="http://hotelsearch.downtownaustinhotels.net/v5/redir.aspx?type=property&pid=25293&siteid=22360&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'The Driskill', 'Downtown', '604 Brazos Street, Austin, TX<br><a href="http://hotelsearch.downtownaustinhotels.net/v5/redir.aspx?type=property&pid=23922&siteid=22360&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Crowne Plaza', ' ', '500 N. IH-35, Austin, TX<br><a href="http://hotelsearch.downtownaustinhotels.net/v5/redir.aspx?type=property&pid=45491&siteid=22360&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Residence Inn', ' ', '300 East 4th Street, Austin, TX<br><a href="http://hotelsearch.downtownaustinhotels.net/v5/redir.aspx?type=property&pid=209335&siteid=22360&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Hampton Inn', '& Suites', '200 San Jacinto Boulevard, Austin, TX<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, "300 E. 11th St, Austin, TX 78701" )
map.addMarkerByAddress( marker2, "701 Congress Avenue, Austin, TX 78701" )
map.addMarkerByAddress( marker3, "700 San Jacinto Blvd, Austin, TX 63101" )
map.addMarkerByAddress( marker4, "604 Brazos Street, Austin, TX 78701" )
map.addMarkerByAddress( marker5, "500 N. IH-35, Austin, TX 78701" )
map.addMarkerByAddress( marker6, "300 East 4th Street, Austin, TX 78701" )
map.addMarkerByAddress( marker7, "200 San Jacinto Boulevard, Austin, TX 78701" )
map.addWidget(navWidget);

