
//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "32.78280069687505,-117.2212028503418", 5);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("closed");
marker1 = new CustomPOIMarker( 'Paradise Point Resort', '& Spa', '1404 W. Vacation Road, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=25146&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Hyatt Regency', 'Islandia Hotel & Marina', '1441 Quivira Road, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=92&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'The Dana on Mission Bay', ' ', '1710 West Mission Bay Dr, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=101&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Ocean Front Vacation Rentals', ' ', '3757 Ocean Front Walk, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=208218&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Best Western Mission Bay', ' ', '2575 Clairemont Drive, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=802&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Pacific Coast Inn', ' ', '4345 Mission Bay Drive, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=208219&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Inn at Mission Bay', ' ', '4545 Mission Bay Drive, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=34376&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Holiday Inn Express', 'Mission Bay', '4610 De Soto Street, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=803&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Bahia Resort Hotel', ' ', '998 W. Mission Bay Drive, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=303&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Best Western', 'Blue Sea Lodge', '707 Pacific Beach Drive, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=103&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker11 = new CustomPOIMarker( 'Holiday Inn', 'Mission Bay', '3737 Sports Arena Blvd, San Diego, CA<br><a href="http://hotelsearch.missionbayhotels.net/v5/redir.aspx?type=property&pid=158&siteid=22314&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "1404 W. Vacation Road, San Diego, CA 92109" )
map.addMarkerByAddress( marker2, "32.76360396952606,-117.24145889282227" )
map.addMarkerByAddress( marker3, "32.76649095995108,-117.2402572631836" )
map.addMarkerByAddress( marker4, "3757 Ocean Front Walk, San Diego, CA 92109" )
map.addMarkerByAddress( marker5, "2575 Clairemont Drive, San Diego, CA 92117" )
map.addMarkerByAddress( marker6, "4345 Mission Bay Drive, San Diego, CA 92109" )
map.addMarkerByAddress( marker7, "4545 Mission Bay Drive, San Diego, CA 92109" )
map.addMarkerByAddress( marker8, "4610 De Soto Street, San Diego, CA 92109" )
map.addMarkerByAddress( marker9, "998 W. Mission Bay Drive, San Diego, CA 92109" )
map.addMarkerByAddress( marker10, "707 Pacific Beach Drive, San Diego, CA 92109" )
map.addMarkerByAddress( marker11, "3737 Sports Arena Blvd, San Diego, CA 92110" )
map.addWidget(navWidget);
