function global_map() {
	  
  var icons = new Array();
  icons[0] = "http://www.easternharvesters.co.uk/images/frontend/google-markers/blue_MarkerA.png"
  var center = new GLatLng(53.2581, -0.924697);
  if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById('map'));
    map.setCenter(center, 7);
    map.addControl(new GSmallMapControl());		
    icon_0 = new GIcon(G_DEFAULT_ICON)
    icon_0.image = "http://www.easternharvesters.co.uk/images/frontend/google-markers/paleblue_MarkerP.png"
    markerOptions = { icon:icon_0 };  
    var marker_0 = new GMarker(new GLatLng(53.9196, -0.275044), markerOptions);
    GEvent.addListener(marker_0, 'click',
                  function() {
                  marker_0.openInfoWindowHtml('<p class=\"popup-branch-name\">Catfoss</p><p class=\"popup-branch-address\">Unit 4, Catfoss Ind Estate, Catfoss</p>');
                  }
         );
   map.addOverlay(marker_0);
          icon_1 = new GIcon(G_DEFAULT_ICON)
    icon_1.image = "http://www.easternharvesters.co.uk/images/frontend/google-markers/brown_MarkerB.png"
    markerOptions = { icon:icon_1 };  
    var marker_1 = new GMarker(new GLatLng(53.55, -0.486658), markerOptions);
    GEvent.addListener(marker_1, 'click',
                  function() {
                  marker_1.openInfoWindowHtml('<p class=\"popup-branch-name\">Brigg</p><p class=\"popup-branch-address\">Station Road, Brigg</p>');
                  }
         );
   map.addOverlay(marker_1);
          icon_2 = new GIcon(G_DEFAULT_ICON)
    icon_2.image = "http://www.easternharvesters.co.uk/images/frontend/google-markers/darkgreen_MarkerM.png"
    markerOptions = { icon:icon_2 };  
    var marker_2 = new GMarker(new GLatLng(53.2575, -0.926644), markerOptions);
    GEvent.addListener(marker_2, 'click',
                  function() {
                  marker_2.openInfoWindowHtml('<p class=\"popup-branch-name\">Markham Moor</p><p class=\"popup-branch-address\">The Forge, Markham Moor</p>');
                  }
         );
   map.addOverlay(marker_2);
          icon_3 = new GIcon(G_DEFAULT_ICON)
    icon_3.image = "http://www.easternharvesters.co.uk/images/frontend/google-markers/green_MarkerS.png"
    markerOptions = { icon:icon_3 };  
    var marker_3 = new GMarker(new GLatLng(52.9834, -0.425183), markerOptions);
    GEvent.addListener(marker_3, 'click',
                  function() {
                  marker_3.openInfoWindowHtml('<p class=\"popup-branch-name\">Sleaford</p><p class=\"popup-branch-address\">London Road, Sleaford</p>');
                  }
         );
   map.addOverlay(marker_3);
          icon_4 = new GIcon(G_DEFAULT_ICON)
    icon_4.image = "http://www.easternharvesters.co.uk/images/frontend/google-markers/orange_MarkerS.png"
    markerOptions = { icon:icon_4 };  
    var marker_4 = new GMarker(new GLatLng(54.2258, -1.48822), markerOptions);
    GEvent.addListener(marker_4, 'click',
                  function() {
                  marker_4.openInfoWindowHtml('<p class=\"popup-branch-name\">Sinderby</p><p class=\"popup-branch-address\">Sinderby Station, Sinderby</p>');
                  }
         );
   map.addOverlay(marker_4);
          icon_5 = new GIcon(G_DEFAULT_ICON)
    icon_5.image = "http://www.easternharvesters.co.uk/images/frontend/google-markers/paleblue_MarkerW.png"
    markerOptions = { icon:icon_5 };  
    var marker_5 = new GMarker(new GLatLng(53.9468, -0.883431), markerOptions);
    GEvent.addListener(marker_5, 'click',
                  function() {
                  marker_5.openInfoWindowHtml('<p class=\"popup-branch-name\">Wilberfoss</p><p class=\"popup-branch-address\">Hull Road, Wilberfoss</p>');
                  }
         );
   map.addOverlay(marker_5);
          icon_6 = new GIcon(G_DEFAULT_ICON)
    icon_6.image = "http://www.easternharvesters.co.uk/images/frontend/google-markers/pink_MarkerU.png"
    markerOptions = { icon:icon_6 };  
    var marker_6 = new GMarker(new GLatLng(53.2418, 0.115292), markerOptions);
    GEvent.addListener(marker_6, 'click',
                  function() {
                  marker_6.openInfoWindowHtml('<p class=\"popup-branch-name\">Ulceby Cross</p><p class=\"popup-branch-address\">Ulceby Cross Service Station, Ulceby Cross</p>');
                  }
         );
   map.addOverlay(marker_6);
        }
}

