
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "32.8361,-96.91103", 5);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("closed");
marker1 = new CustomPOIMarker( 'Econo Lodge', 'at Texas Stadium', '3135 E. John Carpenter Fwy, Irving, TX<br><a href="http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=180253&siteid=9260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Courtyard by Marriott', ' ', '2383 Stemmons Trail, Dallas, TX<br><a href="http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=10067&siteid=9260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Best Western', 'Northwest Inn', '2361 W Northwest Hightway, Dallas, TX<br><a href="http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=4565&siteid=9260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Days Inn Irving', ' ', '32.83704873639273,-96.91452026367188<br><a href="http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=11972&siteid=9260" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'La Quinta Inn', 'and Suites', '2380 West Northwest Highway, Dallas, TX<br><a href="http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=26172&siteid=9260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Days Inn', 'and Suites', '2334 West Northwest Highway, Dallas, TX<br><a href="http://http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=12401&siteid=9260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Suburban Extended Stay', ' ', '10326 Finnell Street, Dallas, TX<br><a href="http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=189901&siteid=9260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Homewood Suites', ' ', '4300 Wingren, Irving, TX<br><a href="http://hotelsearch.texasstadiumhotels.com/v5/redir.aspx?type=property&pid=16167&siteid=9260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x07277E', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Texas Stadium', ' ', '32.8361,-96.91103', '0xFFBA00', '0xFFBA00');

map.addMarkerByAddress( marker1, "3135 E. John Carpenter Fwy, Irving, TX 75062" )
map.addMarkerByAddress( marker2, "2383 Stemmons Trail, Dallas, TX 75220" )
map.addMarkerByAddress( marker3, "2361 W Northwest Hightway, Dallas, TX 75220" )
map.addMarkerByAddress( marker4, "32.83704873639273,-96.91452026367188" )
map.addMarkerByAddress( marker5, "2380 West Northwest Highway, Dallas, TX 75220" )
map.addMarkerByAddress( marker6, "2334 West Northwest Highway, Dallas, TX 75220" )
map.addMarkerByAddress( marker7, "10326 Finnell Street, Dallas, TX 75220" )
map.addMarkerByAddress( marker8, "4300 Wingren, Irving, TX 75039" )
map.addMarkerByAddress( marker9, "32.8361,-96.91103" )
map.addWidget(navWidget);
