
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "32.78684158549093,-96.7976188659668", 3);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'Hyatt Regency', ' ', '300 Reunion Boulevard, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=20472&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'The Adolphus', ' ', '1321 Commerce Street, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=25078&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Magnolia Hotel', ' ', '1401 Commerce Street, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=188708&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Holiday Inn', 'Downtown', '1933 Main Street, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=17140&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Springhill Suites', 'Downtown', '1907 North Lamar Street, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=209362&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Fairmont', 'Dallas Downtown', '1717 North Akard Street, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=14857&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Westin City Center', ' ', '650 North Pearl Street, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=181659&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Hotel Crescent Court', ' ', '400 Crescent Court, Dallas, TX<br><a href="http://hotelsearch.downtowndallashotels.net/v5/redir.aspx?type=property&pid=188298&siteid=22354&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "300 Reunion Boulevard, Dallas, TX 75207" )
map.addMarkerByAddress( marker2, "1321 Commerce Street, Dallas, TX 75202" )
map.addMarkerByAddress( marker3, "1401 Commerce Street, Dallas, TX 75201" )
map.addMarkerByAddress( marker4, "1933 Main Street, Dallas, TX 75201" )
map.addMarkerByAddress( marker5, "1907 North Lamar Street, Dallas, TX 75202" )
map.addMarkerByAddress( marker6, "1717 North Akard Street, Dallas, TX 75201" )
map.addMarkerByAddress( marker7, "650 North Pearl Street, Dallas, TX 75201" )
map.addMarkerByAddress( marker8, "400 Crescent Court, Dallas, TX 75201" )
map.addWidget(navWidget);
