//<![CDATA[

    // Global Variables
    // set map variable
    var map = null;
    //set up array of locations
    var aLocations = new Array;

    /*************************** Configuration Options ***************************/
    /*PDMarker is used to display tooltips when the user hovers over the markers.
    * PDMarker is a LGPL library provided by Peter Jones. 
    * For details see http://wwww.pixeldevelopment.com/pdmarker.asp
    */
    var usePDMarker = true;

    // Create a base "tiny" red  icon that specifies the shadow, icon dimensions, etc.
    var iconsm = new GIcon();
    iconsm.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
    iconsm.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
    iconsm.iconSize = new GSize(12, 20);
    iconsm.shadowSize = new GSize(20, 18);
    iconsm.iconAnchor = new GPoint(6, 20);
    iconsm.infoWindowAnchor = new GPoint(5, 1);

    // Create a base "large" red icon that specifies the shadow, icon dimensions, etc.
    var iconbig = new GIcon();
    iconbig.image = "http://www.google.com/mapfiles/marker.png";
    iconbig.shadow = "http://www.google.com/mapfiles/shadow50.png";
    iconbig.iconSize = new GSize(20, 34);
    iconbig.shadowSize = new GSize(37, 34);
    iconbig.iconAnchor = new GPoint(6, 34);
    iconbig.infoWindowAnchor = new GPoint(5, 1);

    // Custom Icon
    var iconcustom = new GIcon(iconbig);
    iconcustom.shadow = '';

    function onLoad() {
      if (!GBrowserIsCompatible()) 
      {
         document.getElementById("MapBuilderMap").innerHTML = "Unfortunately your browser doesn't support Google Maps.<br /> To check browser compatibility visit the following <a href=\"http://local.google.com/support/bin/answer.py?answer=16532&topic=1499\">link</a>.";
         return;
      }

      map = new GMap2(document.getElementById("MapBuilderMap"));
      var MB = new MapBuilder(map);
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());
      // Center the map to the default location and set map type
     map.setCenter(new GLatLng(50.7750000, -2.500000), 9, map.getMapTypes()[2]);
      	  
      // Initialize variables
      var point = null;
      var footerHtml = null;
      var InfoHTML = null;
      var marker = null;
      /* Options used for PDMarker initialization:
      * label: tooltip text
      * opasity: tooltip opasity
      */
      var options = {};

      // Add locations
	
      point = new GLatLng(50.665956, -2.60038);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(0)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Abbotsbury'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Abbotsbury</div><div class=\"IWContent\">Village, tithe barn, church, St. Catherine\'s Chapel<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail<br> </a><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 0);
      map.addOverlay(marker);
      aLocations[0] = new Array(marker, "Abbotsbury", InfoHTML, point);
	
      point = new GLatLng(50.663523, -2.61846);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(1)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Abbotsbury Sub-Tropical Gardens'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Abbotsbury Sub-Tropical Gardens</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail<br> </a><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 1);
      map.addOverlay(marker);
      aLocations[1] = new Array(marker, "Abbotsbury Sub-Tropical Gardens", InfoHTML, point);
	
      point = new GLatLng(50.655292, -2.601871);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(2)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Abbotsbury Swannery'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Abbotsbury Swannery</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 2);
      map.addOverlay(marker);
      aLocations[2] = new Array(marker, "Abbotsbury Swannery", InfoHTML, point);
	
      point = new GLatLng(50.644478, -1.967843);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(3)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Agglestone'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Agglestone</div><div class=\"IWContent\">Rock<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 3);
      map.addOverlay(marker);
      aLocations[3] = new Array(marker, "Agglestone", InfoHTML, point);
	
      point = new GLatLng(50.747485, -2.326729);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(4)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Athelhampton House & Gardens'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Athelhampton House &amp; Gardens</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 4);
      map.addOverlay(marker);
      aLocations[4] = new Array(marker, "Athelhampton House &amp; Gardens", InfoHTML, point);
	
      point = new GLatLng(50.781835, -2.999246);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(5)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Axminster'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Axminster</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 5);
      map.addOverlay(marker);
      aLocations[5] = new Array(marker, "Axminster", InfoHTML, point);
	
      point = new GLatLng(50.696466, -3.092296);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(6)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Beer'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Beer</div><div class=\"IWContent\">Village, beach<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 6);
      map.addOverlay(marker);
      aLocations[6] = new Array(marker, "Beer", InfoHTML, point);
	
      point = new GLatLng(50.621805, -2.49846);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(7)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Bennetts Water Gardens'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Bennetts Water Gardens</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 7);
      map.addOverlay(marker);
      aLocations[7] = new Array(marker, "Bennetts Water Gardens", InfoHTML, point);
	
      point = new GLatLng(50.753404, -2.218397);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(8)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Bere Regis'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Bere Regis</div><div class=\"IWContent\">Church<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 8);
      map.addOverlay(marker);
      aLocations[8] = new Array(marker, "Bere Regis", InfoHTML, point);
	
      point = new GLatLng(50.738073, -2.261051);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(9)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Briantspuddle'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Briantspuddle</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 9);
      map.addOverlay(marker);
      aLocations[9] = new Array(marker, "Briantspuddle", InfoHTML, point);
	
      point = new GLatLng(50.846115, -2.441618);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(10)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Buckland Newton'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Buckland Newton</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 10);
      map.addOverlay(marker);
      aLocations[10] = new Array(marker, "Buckland Newton", InfoHTML, point);
	
      point = new GLatLng(50.727245, -2.9693233);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(11)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Cannington Viaduct'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Cannington Viaduct</div><div class=\"IWContent\"><br>To be found on the ...<br><a title=\"Lyme Regis Holiday\" href=\"http://www.footscape.co.uk/lyme_regis.htm\">Lyme Regis Holiday</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 11);
      map.addOverlay(marker);
      aLocations[11] = new Array(marker, "Cannington Viaduct", InfoHTML, point);
	
      point = new GLatLng(50.808874, -2.478735);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(12)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Cerne Abbas'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Cerne Abbas</div><div class=\"IWContent\">Village, church, abbey ruins<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas holiday</a><br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage holiday</a><br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 12);
      map.addOverlay(marker);
      aLocations[12] = new Array(marker, "Cerne Abbas", InfoHTML, point);
	
      point = new GLatLng(50.813834, -2.475166);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(13)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Cerne Giant'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Cerne Giant</div><div class=\"IWContent\">Chalk figure<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas Trail</a><br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail</a><br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 13);
      map.addOverlay(marker);
      aLocations[13] = new Array(marker, "Cerne Giant", InfoHTML, point);
	
      point = new GLatLng(50.733113, -2.455715);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(14)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Charminster'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Charminster</div><div class=\"IWContent\">Village, church<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas Trail</a><br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 14);
      map.addOverlay(marker);
      aLocations[14] = new Array(marker, "Charminster", InfoHTML, point);
	
      point = new GLatLng(50.736929, -2.903839);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(15)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Charmouth'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Charmouth</div><div class=\"IWContent\">Heritage Coast Centre, fossil beach<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 15);
      map.addOverlay(marker);
      aLocations[15] = new Array(marker, "Charmouth", InfoHTML, point);
	
      point = new GLatLng(50.61488, -2.535065);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(16)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Chesil Beach'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Chesil Beach</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 16);
      map.addOverlay(marker);
      aLocations[16] = new Array(marker, "Chesil Beach", InfoHTML, point);
	
      point = new GLatLng(50.920875, -2.069986);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(17)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Chettle'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Chettle</div><div class=\"IWContent\">House<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 17);
      map.addOverlay(marker);
      aLocations[17] = new Array(marker, "Chettle", InfoHTML, point);
	
      point = new GLatLng(50.717878, -2.251675);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(18)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Cloud\'s Hill'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Cloud's Hill</div><div class=\"IWContent\">T.E. Lawrence\'s cottage<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 18);
      map.addOverlay(marker);
      aLocations[18] = new Array(marker, "Cloud's Hill", InfoHTML, point);
	
      point = new GLatLng(50.773666, -2.891996);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(19)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Coney\'s Castle'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Coney's Castle</div><div class=\"IWContent\">Iron age hill fort<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 19);
      map.addOverlay(marker);
      aLocations[19] = new Array(marker, "Coney's Castle", InfoHTML, point);
	
      point = new GLatLng(50.638533, -2.056583);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(20)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Corfe Castle'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Corfe Castle</div><div class=\"IWContent\">Castle ruin, village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 20);
      map.addOverlay(marker);
      aLocations[20] = new Array(marker, "Corfe Castle", InfoHTML, point);
	
      point = new GLatLng(50.591919, -2.006022);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(21)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Dancing Ledge'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Dancing Ledge</div><div class=\"IWContent\">Coastal rock platform<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 21);
      map.addOverlay(marker);
      aLocations[21] = new Array(marker, "Dancing Ledge", InfoHTML, point);
	
      point = new GLatLng(50.711141, -2.439993);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(22)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Dorchester'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Dorchester</div><div class=\"IWContent\">Town, Dorset County Museum, Roman Town House, Maumbury Rings, Dinosaur Museum<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour</a><br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas Trail</a><br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 22);
      map.addOverlay(marker);
      aLocations[22] = new Array(marker, "Dorchester", InfoHTML, point);
	
      point = new GLatLng(50.621311, -2.276589);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(23)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Durdle Door'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Durdle Door</div><div class=\"IWContent\">Coastal limestone arch, beach<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 23);
      map.addOverlay(marker);
      aLocations[23] = new Array(marker, "Durdle Door", InfoHTML, point);
	
      point = new GLatLng(50.595509, -1.958551);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(24)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Durlstone'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Durlstone</div><div class=\"IWContent\">Nature reserve<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 24);
      map.addOverlay(marker);
      aLocations[24] = new Array(marker, "Durlstone", InfoHTML, point);
	
      point = new GLatLng(50.750257, -2.651709);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(25)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Eggardon Hill'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Eggardon Hill</div><div class=\"IWContent\">Iron-age hill fort<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 25);
      map.addOverlay(marker);
      aLocations[25] = new Array(marker, "Eggardon Hill", InfoHTML, point);
	
      point = new GLatLng(50.935735, -2.060502);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(26)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Farnham'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Farnham</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 26);
      map.addOverlay(marker);
      aLocations[26] = new Array(marker, "Farnham", InfoHTML, point);
	
      point = new GLatLng(50.726244, -2.841578);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(27)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Golden Cap'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Golden Cap</div><div class=\"IWContent\">Highest point on England\'s south coast<br><br>To be found on the ... <br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 27);
      map.addOverlay(marker);
      aLocations[27] = new Array(marker, "Golden Cap", InfoHTML, point);
	
      point = new GLatLng(50.911755, -2.22184);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(28)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Hambledon Hill'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Hambledon Hill</div><div class=\"IWContent\">Iron-age hill fort<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 28);
      map.addOverlay(marker);
      aLocations[28] = new Array(marker, "Hambledon Hill", InfoHTML, point);
	
      point = new GLatLng(50.731566, -2.386058);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(29)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Hardy\'s Cottage'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Hardy's Cottage</div><div class=\"IWContent\">Thomas Hardy\'s birthplace<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 29);
      map.addOverlay(marker);
      aLocations[29] = new Array(marker, "Hardy's Cottage", InfoHTML, point);
	
      point = new GLatLng(50.686709, -2.549755);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(30)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Hardy\'s Monument'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Hardy's Monument</div><div class=\"IWContent\">Monument to Admiral Sir Thomas Masterman Hardy<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 30);
      map.addOverlay(marker);
      aLocations[30] = new Array(marker, "Hardy's Monument", InfoHTML, point);
	
      point = new GLatLng(50.826483, -2.310811);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(31)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Hilton'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Hilton</div><div class=\"IWContent\">Village, church<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 31);
      map.addOverlay(marker);
      aLocations[31] = new Array(marker, "Hilton", InfoHTML, point);
	
      point = new GLatLng(50.69624, -2.722956);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(32)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Hive Beach'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Hive Beach</div><div class=\"IWContent\">Beach<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 32);
      map.addOverlay(marker);
      aLocations[32] = new Array(marker, "Hive Beach", InfoHTML, point);
	
      point = new GLatLng(50.895375, -2.204984);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(33)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Hod Hill'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Hod Hill</div><div class=\"IWContent\">Iron-age hill fort<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 33);
      map.addOverlay(marker);
      aLocations[33] = new Array(marker, "Hod Hill", InfoHTML, point);
	
      point = new GLatLng(50.929257, -2.189837);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(34)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Iwerne Minster'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Iwerne Minster</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 34);
      map.addOverlay(marker);
      aLocations[34] = new Array(marker, "Iwerne Minster", InfoHTML, point);
	
      point = new GLatLng(50.617487, -2.11974);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(35)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Kimmeridge'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Kimmeridge</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 35);
      map.addOverlay(marker);
      aLocations[35] = new Array(marker, "Kimmeridge", InfoHTML, point);
	
      point = new GLatLng(50.615192, -2.064965);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(36)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Kingston'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Kingston</div><div class=\"IWContent\">Village, church<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 36);
      map.addOverlay(marker);
      aLocations[36] = new Array(marker, "Kingston", InfoHTML, point);
	
      point = new GLatLng(50.788053, -2.89227);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(37)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Lambert\'s Castle'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Lambert's Castle</div><div class=\"IWContent\">Iron age hill fort<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 37);
      map.addOverlay(marker);
      aLocations[37] = new Array(marker, "Lambert's Castle", InfoHTML, point);
	
      point = new GLatLng(50.640909, -2.545826);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(38)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Langton Herring'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Langton Herring</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 38);
      map.addOverlay(marker);
      aLocations[38] = new Array(marker, "Langton Herring", InfoHTML, point);
	
      point = new GLatLng(50.952854, -2.079601);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(39)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Larmer Tree Gardens'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Larmer Tree Gardens</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 39);
      map.addOverlay(marker);
      aLocations[39] = new Array(marker, "Larmer Tree Gardens", InfoHTML, point);
	
      point = new GLatLng(50.699492, -2.584171);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(40)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Little Bredy'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Little Bredy</div><div class=\"IWContent\">Village, Bridehead Lake<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 40);
      map.addOverlay(marker);
      aLocations[40] = new Array(marker, "Little Bredy", InfoHTML, point);
	
      point = new GLatLng(50.618187, -2.246393);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(41)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Lulworth Cove'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Lulworth Cove</div><div class=\"IWContent\">Cove, beach, heritage center<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West trail</a><br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 41);
      map.addOverlay(marker);
      aLocations[41] = new Array(marker, "Lulworth Cove", InfoHTML, point);
	
      point = new GLatLng(50.724989, -2.933219);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(42)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Lyme Regis'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Lyme Regis</div><div class=\"IWContent\">The Cobb, fossil beach, museum, Dinosaurland<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 42);
      map.addOverlay(marker);
      aLocations[42] = new Array(marker, "Lyme Regis", InfoHTML, point);
	
      point = new GLatLng(50.694396, -2.467799);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(43)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Maiden Castle'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Maiden Castle</div><div class=\"IWContent\">Neolithic camp &amp; iron-age hill fort<br><br>To be found on the ...<br><a href=\"%22http://www.footscape.co.uk/weymouth.htm%22\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 43);
      map.addOverlay(marker);
      aLocations[43] = new Array(marker, "Maiden Castle", InfoHTML, point);
	
      point = new GLatLng(50.794618, -2.705787);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(44)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Mapperton House & Gardens'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Mapperton House &amp; Gardens</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 44);
      map.addOverlay(marker);
      aLocations[44] = new Array(marker, "Mapperton House &amp; Gardens", InfoHTML, point);
	
      point = new GLatLng(50.707484, -2.419849);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(45)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Max Gate'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Max Gate</div><div class=\"IWContent\">Thomas Hardy\'s home<br><br>To be found on the ...<br><br /><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour</a><br><br /><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 45);
      map.addOverlay(marker);
      aLocations[45] = new Array(marker, "Max Gate", InfoHTML, point);
	
      point = new GLatLng(50.816821, -2.272988);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(46)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Milton Abbas'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Milton Abbas</div><div class=\"IWContent\">Village, abbey church<br><br>To be found on the ...<a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 46);
      map.addOverlay(marker);
      aLocations[46] = new Array(marker, "Milton Abbas", InfoHTML, point);
	
      point = new GLatLng(50.837591, -2.482224);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(47)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Minterne Gardens'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Minterne Gardens</div><div class=\"IWContent\"><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas Trail</a><br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 47);
      map.addOverlay(marker);
      aLocations[47] = new Array(marker, "Minterne Gardens", InfoHTML, point);
	
      point = new GLatLng(50.703276, -2.278629);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(48)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Moreton'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Moreton</div><div class=\"IWContent\">Church, grave of T.E. Lawrence<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 48);
      map.addOverlay(marker);
      aLocations[48] = new Array(marker, "Moreton", InfoHTML, point);
	
      point = new GLatLng(50.642344, -1.923367);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(49)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Old Harry Rocks'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Old Harry Rocks</div><div class=\"IWContent\">Chalk sea stacks<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 49);
      map.addOverlay(marker);
      aLocations[49] = new Array(marker, "Old Harry Rocks", InfoHTML, point);
	
      point = new GLatLng(50.646121, -2.390095);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(50)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Osmington'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Osmington</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 50);
      map.addOverlay(marker);
      aLocations[50] = new Array(marker, "Osmington", InfoHTML, point);
	
      point = new GLatLng(50.657997, -2.401724);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(51)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Osmington White Horse'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Osmington White Horse</div><div class=\"IWContent\">Chalk figure<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 51);
      map.addOverlay(marker);
      aLocations[51] = new Array(marker, "Osmington White Horse", InfoHTML, point);
	
      point = new GLatLng(50.796781, -2.41994);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(52)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Piddletrenthide'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Piddletrenthide</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 52);
      map.addOverlay(marker);
      aLocations[52] = new Array(marker, "Piddletrenthide", InfoHTML, point);
	
      point = new GLatLng(50.818185, -2.406717);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(53)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Plush'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Plush</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/cerne_abbas.htm\">Cerne Abbas Trail</a><br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 53);
      map.addOverlay(marker);
      aLocations[53] = new Array(marker, "Plush", InfoHTML, point);
	
      point = new GLatLng(50.545103, -2.435976);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(54)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Portland'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Portland</div><div class=\"IWContent\">Rocky landscape, museum, Portland Bill lighthouse<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 54);
      map.addOverlay(marker);
      aLocations[54] = new Array(marker, "Portland", InfoHTML, point);
	
      point = new GLatLng(50.713472, -2.465085);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(55)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Poundbury'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Poundbury</div><div class=\"IWContent\">Prince Charles\' model \"village\"<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 55);
      map.addOverlay(marker);
      aLocations[55] = new Array(marker, "Poundbury", InfoHTML, point);
	
      point = new GLatLng(50.763231, -2.686698);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(56)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Powerstock'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Powerstock</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/dorset_gardens.htm\">Dorset Gardens Tour</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 56);
      map.addOverlay(marker);
      aLocations[56] = new Array(marker, "Powerstock", InfoHTML, point);
	
      point = new GLatLng(50.703948, -3.071015);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(57)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Seaton'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Seaton</div><div class=\"IWContent\">Beach, Seaton Tramway<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 57);
      map.addOverlay(marker);
      aLocations[57] = new Array(marker, "Seaton", InfoHTML, point);
	
      point = new GLatLng(50.723369, -2.822401);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(58)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Seatown'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Seatown</div><div class=\"IWContent\">Beach, fossils<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 58);
      map.addOverlay(marker);
      aLocations[58] = new Array(marker, "Seatown", InfoHTML, point);
	
      point = new GLatLng(51.00622, -2.196707);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(59)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Shaftesbury'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Shaftesbury</div><div class=\"IWContent\">Town, Gold Hill, abbey ruins<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 59);
      map.addOverlay(marker);
      aLocations[59] = new Array(marker, "Shaftesbury", InfoHTML, point);
	
      /*point = new GLatLng(50.946773, -2.520933);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(60)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Sherborne'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Sherborne</div><div class=\"IWContent\">Abbey church, town, museum, Sherborne old &amp; new castles<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/sherborne.htm\">Sherborne Tour<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 60);
      map.addOverlay(marker);
      aLocations[60] = new Array(marker, "Sherborne", InfoHTML, point);*/
	
      point = new GLatLng(50.91413, -2.201368);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(61)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Shroton'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Shroton</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 61);
      map.addOverlay(marker);
      aLocations[61] = new Array(marker, "Shroton", InfoHTML, point);
	
      point = new GLatLng(50.719702, -2.410467);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(62)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Stinsford'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Stinsford</div><div class=\"IWContent\">Grave of Thomas Hardy\'s heart<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/thomas_hardy.htm\">Thomas Hardy Tour<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 62);
      map.addOverlay(marker);
      aLocations[62] = new Array(marker, "Stinsford", InfoHTML, point);
	
      point = new GLatLng(50.884731, -2.197901);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(63)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Stourpaine'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Stourpaine</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 63);
      map.addOverlay(marker);
      aLocations[63] = new Array(marker, "Stourpaine", InfoHTML, point);
	
      point = new GLatLng(50.642899, -1.952712);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(64)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Studland'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Studland</div><div class=\"IWContent\">Beach, church<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 64);
      map.addOverlay(marker);
      aLocations[64] = new Array(marker, "Studland", InfoHTML, point);
	
      point = new GLatLng(50.609268, -1.958186);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(65)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Swanage'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Swanage</div><div class=\"IWContent\">Beach, boat trips<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 65);
      map.addOverlay(marker);
      aLocations[65] = new Array(marker, "Swanage", InfoHTML, point);
	
      point = new GLatLng(50.64975, -2.093019);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(66)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'The Blue Pool'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">The Blue Pool</div><div class=\"IWContent\">Small lake attraction<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 66);
      map.addOverlay(marker);
      aLocations[66] = new Array(marker, "The Blue Pool", InfoHTML, point);
	
      point = new GLatLng(50.613677, -2.522614);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(67)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'The Fleet'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">The Fleet</div><div class=\"IWContent\">Lagoon<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 67);
      map.addOverlay(marker);
      aLocations[67] = new Array(marker, "The Fleet", InfoHTML, point);
	
      point = new GLatLng(50.707809, -2.985066);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(68)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'The Undercliffs'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">The Undercliffs</div><div class=\"IWContent\">Jungle Walk<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 68);
      map.addOverlay(marker);
      aLocations[68] = new Array(marker, "The Undercliffs", InfoHTML, point);
	
      point = new GLatLng(50.622957, -2.168808);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(69)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Tyneham'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Tyneham</div><div class=\"IWContent\">Ruined village, museum<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><a href=\"http://www.footscape.co.uk/purbeck.htm\"><br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 69);
      map.addOverlay(marker);
      aLocations[69] = new Array(marker, "Tyneham", InfoHTML, point);
	
      point = new GLatLng(50.665428, -2.48166);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(70)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Upwey'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Upwey</div><div class=\"IWContent\">Wishing well, village<br><br>To be found on the ...<br><a href=\"%22http://www.footscape.co.uk/abbotsbury.htm%22\">Abbotsbury Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 70);
      map.addOverlay(marker);
      aLocations[70] = new Array(marker, "Upwey", InfoHTML, point);
	
      point = new GLatLng(50.686156, -2.110007);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(71)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Wareham'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Wareham</div><div class=\"IWContent\">Town, Saxon walls, harbour, St. Martin\'s Church<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 71);
      map.addOverlay(marker);
      aLocations[71] = new Array(marker, "Wareham", InfoHTML, point);
	
      point = new GLatLng(50.711543, -2.762849);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(72)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'West Bay'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">West Bay</div><div class=\"IWContent\">Harbour, beach<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br> <a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/lyme_regis.htm\" title=\"Lyme Regis Holiday\">Lyme Regis Trail<br></a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 72);
      map.addOverlay(marker);
      aLocations[72] = new Array(marker, "West Bay", InfoHTML, point);
	
      point = new GLatLng(50.614328, -2.453082);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(73)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Weymouth'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Weymouth</div><div class=\"IWContent\">Beach, harbour, nature reserve, town, boat trips, Deep Sea Adventure, Timewalk, the Nothe fort, Sea Life Park.<br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/abbotsbury.htm\">Abbotsbury Trail</a><br><a href=\"http://www.footscape.co.uk/jurassic_coast_west.htm\">Jurassic Coast West Trail</a><br><a href=\"http://www.footscape.co.uk/weymouth.htm\">Weymouth Trail</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 73);
      map.addOverlay(marker);
      aLocations[73] = new Array(marker, "Weymouth", InfoHTML, point);
	
      point = new GLatLng(50.841048, -2.235494);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(74)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Winterborne Stickland'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Winterborne Stickland</div><div class=\"IWContent\">Village<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/inland_heritage.htm\">Inland Heritage Trail</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 74);
      map.addOverlay(marker);
      aLocations[74] = new Array(marker, "Winterborne Stickland", InfoHTML, point);
	  
	        point = new GLatLng(50.597263, -2.038448);
      footerHtml = "<div class=\"IWFooter\"><div class=\"IWFooterZoom\"><a href=\"javascript:void(0)\" onclick=\"ZoomMapTo(74)\">Zoom To</a></div></div>";

      // Define Marker
      options = {opasity: 100, label:'Worth Matravers'}; 
      InfoHTML = "<div class=\"IW\"><div class=\"IWCaption\">Worth Matravers</div><div class=\"IWContent\">Village, church<br><br>To be found on the ...<br><a href=\"http://www.footscape.co.uk/jurassic.htm\">Jurassic Coast Trail</a><br><a href=\"http://www.footscape.co.uk/purbeck.htm\">Purbeck Trail</a></div>" + footerHtml + "</div>";
      iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_red.png";
      marker = createMarker(point, InfoHTML, iconsm, options, 74);
      map.addOverlay(marker);
      aLocations[74] = new Array(marker, "Worth Matravers", InfoHTML, point);
    }

    //]]>


