//<![CDATA[
window.onload = onPageLoad;
var map;
function onPageLoad() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(-4.67957, 55.49198), 3);
        map.setMapType(G_HYBRID_MAP);								
        map.setUIToDefault();
        map.openInfoWindow(map.getCenter(),
        document.createTextNode("Seychelles - Move the mouse over the markers"));
var publisher_id = 'pub-7036741240318833';
var adsManagerOptions = {
  maxAdsOnMap : 2,
  style: 'adunit',
  // The channel field is optional - replace this field with a channel number 
  // for Google AdSense tracking
  channel: '5028974843'  
};

adsManager = new GAdsManager(map, publisher_id, adsManagerOptions);
adsManager.enable();
           
         // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker1 = new GMarker (new GLatLng(35.93854, 14.42368), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker1, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker1.openInfoWindowHtml('<p class="heading05">Malta</p>');  
});  
// Add marker to map  
map.addOverlay(marker1); 
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker2 = new GMarker (new GLatLng(35.06485, 33.88046), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker2, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker2.openInfoWindowHtml('<p class="heading05">Cyprus</p>');  
});  
// Add marker to map  
map.addOverlay(marker2); 
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker3 = new GMarker (new GLatLng(17.18803, -88.30536), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker3, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker3.openInfoWindowHtml('<p class="heading05">Belize</p>');  
});  
// Add marker to map  
map.addOverlay(marker3); 
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker4 = new GMarker (new GLatLng(21.47352, -157.98340), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker4, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker4.openInfoWindowHtml('<p class="heading05">Hawaii</p>');  
});  
// Add marker to map  
map.addOverlay(marker4);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker5 = new GMarker (new GLatLng(-16.925397, 145.775178), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker5, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker5.openInfoWindowHtml('<p class="heading05">Australia</p>');  
});  
// Add marker to map  
map.addOverlay(marker5);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker6 = new GMarker (new GLatLng(25.81225,-80.12878), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker6, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker6.openInfoWindowHtml('<p class="heading05"><strong>Miami Florida</strong></p>');  
});  
// Add marker to map  
map.addOverlay(marker6);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker7 = new GMarker (new GLatLng(9.80109, -83.27637), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker7, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker7.openInfoWindowHtml('<p class="heading05">Costa Rica</p>');  
});  
// Add marker to map  
map.addOverlay(marker7);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker8 = new GMarker (new GLatLng(39.09596, 22.98340), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker8, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker8.openInfoWindowHtml('<p class="heading05">Greece</p>');  
});  
// Add marker to map  
map.addOverlay(marker8);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker9 = new GMarker (new GLatLng(12.12862, -69.85475), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker9, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker9.openInfoWindowHtml('<p class="heading05">Curacao</p>');  
});  
// Add marker to map  
map.addOverlay(marker9);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker10 = new GMarker (new GLatLng(-17.89511, 177.97852), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker10, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker10.openInfoWindowHtml('<p class="heading05">Fiji</p>');  
});  
// Add marker to map  
map.addOverlay(marker10);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker11 = new GMarker (new GLatLng(24.56711, -78.09082), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker11, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker11.openInfoWindowHtml('<p class="heading05">Bahamas</p>');  
});  
// Add marker to map  
map.addOverlay(marker11);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker12= new GMarker (new GLatLng(15.91907, 107.57812), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker12, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker12.openInfoWindowHtml('<p class="heading05"><strong>Thailand</strong></p>');  
});  
// Add marker to map  
map.addOverlay(marker12);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker13= new GMarker (new GLatLng(24.58709, -81.80420), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker13, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker13.openInfoWindowHtml('<p class="heading05">Florida Keys</p>');  
});  
// Add marker to map  
map.addOverlay(marker13);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker14= new GMarker (new GLatLng(18.46919, -77.83264), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker14, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker14.openInfoWindowHtml('<p class="heading05">Jamaica</p>');  
});  
// Add marker to map  
map.addOverlay(marker14);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/resort-location.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker15= new GMarker (new GLatLng(-4.33546, 55.72815), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker15, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker15.openInfoWindowHtml('<p class="heading05"><a class="a" href="http://www.jdoqocy.com/68104nmvsmu9DBBFDIA9BADJCJHC" rel="nofollow" onclick="window.open(this.href);return false;">Vacation Packages To Seychelles Islands</a></p>');  
});  
// Add marker to map  
map.addOverlay(marker15);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker16 = new GMarker (new GLatLng(-33.94336, 19.51172), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker16, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker16.openInfoWindowHtml('<p class="heading05"><strong>South Africa</strong></p>');  
});  
// Add marker to map  
map.addOverlay(marker16);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker17 = new GMarker (new GLatLng(26.74561, 33.79395), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker17, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker17.openInfoWindowHtml('<p class="heading05"><strong>Egypt</strong></p>');  
});  
// Add marker to map  
map.addOverlay(marker17);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker18 = new GMarker (new GLatLng(-8.43977, 115.60913), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker18, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker18.openInfoWindowHtml('<p class="heading05"><strong>Island of Bali, Indonesia</strong></p>');  
});  
// Add marker to map  
map.addOverlay(marker18);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker19 = new GMarker (new GLatLng(38.37612, -2.46094), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker19, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker19.openInfoWindowHtml('<p class="heading05"><strong>Spain</strong></p>');  
});  
// Add marker to map  
map.addOverlay(marker19);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker20 = new GMarker (new GLatLng(19.32151, -81.10794), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker20, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker20.openInfoWindowHtml('<p class="heading05">Grand Cayman</p>');  
});  
// Add marker to map  
map.addOverlay(marker20);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker21 = new GMarker (new GLatLng(21.147816, -86.834992), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker21, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker21.openInfoWindowHtml('<p class="heading05">Cancun, Mexico</p>');  
});  
// Add marker to map  
map.addOverlay(marker21);
        // Creating a new marker  
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.scubadivingvacation.net/images/dive-spot.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };               
var marker22 = new GMarker (new GLatLng(20.510071, -86.948914), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker22, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker22.openInfoWindowHtml('<p class="heading05">Island of Cozumel, Mexico</p>');  
});  
// Add marker to map  
map.addOverlay(marker22);
        // Creating a new marker    
var myIcon = new GIcon(G_DEFAULT_ICON);
        myIcon.image = "http://www.seychellesholidaysmap.com/images/map-plane.png";
        myIcon.iconSize = new GSize(32, 32);        
var markerOptions = { icon:myIcon };            
var marker23 = new GMarker (new GLatLng(42.03297, -37.96875), markerOptions) 
// Adding a click-event to the marker  
GEvent.addListener(marker23, 'mouseover', function() {  
  // When clicked, open an Info Window  
  marker23.openInfoWindowHtml('<p class="heading05"><a class="a" href="http://www.myhoteltraveldeals.com/airplane-tickets/airplane-tickets-priceline.asp" rel="follow" onclick="window.open(this.href);return false;">Local/International Flights By Priceline USA</a><br /><br /><a class="a" href="http://www.myhoteltraveldeals.com/airplane-tickets/airplane-tickets-zuji-australia.asp" rel="follow" onclick="window.open(this.href);return false;">Local/International Flights By ZUJI Australia</a></p>');  
});  
// Add marker to map  
map.addOverlay(marker23); 
      }
    }
