
//if (GBrowserIsCompatible())
var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "32.91533251206152,-97.02421188354492", 5);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'Grand Hyatt DFW', ' ', '2337 South International Parkway, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=190507&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Sleep Inn', 'DFW North', '4770 Plaza Drive, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=30556&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Quality Inn', '& Suites', '4100 W John Carpenter Fwy, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=188590&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Sheraton Grand', 'DFW Airport', '4440 West John Carpenter Freeway, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=29769&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'The Westin', 'Dallas Fort Worth Airport', '4545 W. John Carpenter Freeway, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=209406&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Comfort Suites', 'DFW Airport', '4700 W. John Carpenter Fwy, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=39671&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Fairfield Inn', ' ', '4800 John Carpenter Freeway, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=15260&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'La Quinta Inn', '& Suites DFW Airport', '4850 West John Carpenter Frwy, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=23503&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Hawthorn Suites', ' ', '5000 Plaza Drive, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=2416&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Marriott DFW Airport', ' ', '8440 Freeport Parkway, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=24199&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker11 = new CustomPOIMarker( 'Residence Inn DFW', ' ', '8600 Esters Boulevard, Irving, TX<br><a href="http://hotelsearch.dfwhotels.us/v5/redir.aspx?type=property&pid=27356&siteid=22276&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "32.89818231498254,-97.03777313232422" )
map.addMarkerByAddress( marker2, "4770 Plaza Drive, Irving, TX 75063" )
map.addMarkerByAddress( marker3, "4100 W John Carpenter Fwy, Irving, TX 75063" )
map.addMarkerByAddress( marker4, "4440 West John Carpenter Freeway, Irving, TX 75063" )
map.addMarkerByAddress( marker5, "4545 W. John Carpenter Freeway, Irving, TX 75063" )
map.addMarkerByAddress( marker6, "4700 W. John Carpenter Fwy, Irving, TX 75063" )
map.addMarkerByAddress( marker7, "4800 John Carpenter Freeway, Irving, TX 75063" )
map.addMarkerByAddress( marker8, "4850 West John Carpenter Frwy, Irving, TX 75063" )
map.addMarkerByAddress( marker9, "32.91533251206152,-97.01425552368164" )
map.addMarkerByAddress( marker10, "8440 Freeport Parkway, Irving, TX 75063" )
map.addMarkerByAddress( marker11, "8600 Esters Boulevard, Irving, TX 75063" )
map.addWidget(navWidget);
