//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "32.75985074201205,-117.17528343200684", 3);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("");
marker1 = new CustomPOIMarker( 'Comfort Inn', 'Sea World', '2485 Hotel Circle Pl, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=159&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Hawthorn Suites', ' ', '1335 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=2464&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Comfort Inn', 'Sea World', '2201 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=39386&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Red Lion', 'Hanalei Hotel', '2270 Hotel Circle North, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=180709&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Residence Inn', 'by Marriott', '1865 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=52516&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Doubletree Club', ' ', '1515 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=39283&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Ramada Plaza', ' ', '2151 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=26324&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Travelodge', ' ', '1201 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=224&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Handlery Hotel', '& Resort', '950 Hotel Circle North, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=48394&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Mission Valley Resort', ' ', '875 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=182219&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker11 = new CustomPOIMarker( 'Holiday Inn', 'San Diego Zoo', '595 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=88&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker12 = new CustomPOIMarker( 'Days Inn', 'Sea World', '543 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=94&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');
marker13 = new CustomPOIMarker( 'Best Western', 'Seven Seas', '411 Hotel Circle South, San Diego, CA<br><a href="http://hotelsearch.hotelcircle.net/v5/redir.aspx?type=property&pid=179&siteid=22260&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x02376B', '0xFFFFFF');

map.addMarkerByAddress( marker1, "2485 Hotel Circle Pl, San Diego, CA 92108" );
map.addMarkerByAddress( marker2, "1335 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker3, "2201 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker4, "2270 Hotel Circle North, San Diego, CA 92108" );
map.addMarkerByAddress( marker5, "1865 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker6, "1515 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker7, "2151 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker8, "1201 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker9, "950 Hotel Circle North, San Diego, CA 92108" );
map.addMarkerByAddress( marker10, "875 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker11, "595 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker12, "543 Hotel Circle South, San Diego, CA 92108" );
map.addMarkerByAddress( marker13, "411 Hotel Circle South, San Diego, CA 92108" );
map.addWidget(navWidget);
