function load() {
  if (GBrowserIsCompatible()) {
  var map = new GMap2(document.getElementById("map"));
  
  map.enableScrollWheelZoom();
  map.addControl(new GLargeMapControl());
  map.addControl(new GMapTypeControl());
  map.setCenter(new GLatLng(51.674639, 7.802625), 12);
  
    
  // Place a marker in the center of the map and open the info window
  // automatically
  var allee = new GLatLng(51.681377,7.812449);
	  allee = new GMarker(allee);
	 
  var kflhamm = new GLatLng(51.665503,7.784328);
      kflhamm = new GMarker(kflhamm);
  
    var unna1 = new GLatLng(51.534756,7.690189);
      unna1 = new GMarker(unna1);

  var unna2 = new GLatLng(51.536300,7.691158);
	  unna2 = new GMarker(unna2);
	  
  GEvent.addListener(allee, "click", function() {
    allee.openInfoWindowHtml("<b>Vodafone-Shop Hamm Allee-Center</b><br/>Richard-Matthaei-Platz 1<br/>59065 Hamm");
  });
  map.addOverlay(allee);
  allee.openInfoWindowHtml("<b>Vodafone-Shop Hamm Allee-Center</b><br/>Richard-Matthaei-Platz 1<br/>59065 Hamm");
   GEvent.addListener(kflhamm, "click", function() {
    kflhamm.openInfoWindowHtml("<b>Vodafone Business<br/>Premium-Store Hamm</b><br/>Wilhelmstr. 197<br/>59067 Hamm");
  }); 
  map.addOverlay(kflhamm);
  
  GEvent.addListener(unna1, "click", function() {
    unna1.openInfoWindowHtml("<b>Vodafone Shop Unna</b><br/>Bahnhofstr. 1<br/>59423 Unna");
  }); 
  map.addOverlay(unna1);
  
  GEvent.addListener(unna2, "click", function() {
    unna2.openInfoWindowHtml("<b>Vodafone Business<br/>Premium-Store Unna</b><br/>Bahnhofstr. 23<br/>59423 Unna");
  }); 
  map.addOverlay(unna2);

	 
  }
}

function load2() {
  if (GBrowserIsCompatible()) {

  
 var map2 = new GMap2(document.getElementById("map2"));
  map2.enableScrollWheelZoom();
  map2.addControl(new GLargeMapControl());
  map2.addControl(new GMapTypeControl());
  map2.setCenter(new GLatLng(51.535139,7.690428), 16);
    
  // Place a marker in the center of the map and open the info window
  // automatically

  var unna1 = new GLatLng(51.534756,7.690189);
      unna1 = new GMarker(unna1);

  var unna2 = new GLatLng(51.536300,7.691158);
	  unna2 = new GMarker(unna2);  
	  
  GEvent.addListener(unna1, "click", function() {
    unna1.openInfoWindowHtml("<b>Vodafone-Shop Unna</b><br/>Bahnhofstr. 1<br/>59423 Unna");
  });
  map2.addOverlay(unna1);
  unna1.openInfoWindowHtml("<b>Vodafone-Shop Unna</b><br/>Bahnhofstr. 1<br/>59423 Unna");
   GEvent.addListener(unna2, "click", function() {
    unna2.openInfoWindowHtml("<b>Vodafone Business<br/>Premium-Store Unna</b><br/>Bahnhofstr. 23<br/>59423 Unna");
  }); 
  map2.addOverlay(unna2);
	 
  }
}


function load3() {
  if (GBrowserIsCompatible()) {
  var map3 = new GMap2(document.getElementById("map3"));
  
  map3.enableScrollWheelZoom();
  map3.addControl(new GLargeMapControl());
  map3.addControl(new GMapTypeControl());
  map3.setCenter(new GLatLng(51.674639, 7.802625), 8);
  
    
  // Place a marker in the center of the map and open the info window
  // automatically
  var allee = new GLatLng(51.681377,7.812449);
	  allee = new GMarker(allee);
	 
  var kflhamm = new GLatLng(51.665503,7.784328);
      kflhamm = new GMarker(kflhamm);
  
    var unna1 = new GLatLng(51.534756,7.690189);
      unna1 = new GMarker(unna1);

  var unna2 = new GLatLng(51.536300,7.691158);
	  unna2 = new GMarker(unna2);
	 

	  
  GEvent.addListener(allee, "click", function() {
    allee.openInfoWindowHtml("<b>Vodafone-Shop Hamm Allee-Center</b><br/>Richard-Matthaei-Platz 1<br/>59065 Hamm");
  });
  map3.addOverlay(allee);
  //allee.openInfoWindowHtml("<b>Vodafone-Shop Hamm Allee-Center</b><br/>Richard-Matthaei-Platz 1<br/>59065 Hamm");
   GEvent.addListener(kflhamm, "click", function() {
    kflhamm.openInfoWindowHtml("<b>Vodafone Business<br/>Premium-Store Hamm</b><br/>Wilhelmstr. 197<br/>59067 Hamm");
  }); 
  map3.addOverlay(kflhamm);
  
  GEvent.addListener(unna1, "click", function() {
    unna1.openInfoWindowHtml("<b>Vodafone Shop Unna</b><br/>Bahnhofstr. 1<br/>59423 Unna");
  }); 
  map3.addOverlay(unna1);
  
  GEvent.addListener(unna2, "click", function() {
    unna2.openInfoWindowHtml("<b>Vodafone Business<br/>Premium-Store Unna</b><br/>Bahnhofstr. 23<br/>59423 Unna");
  }); 
  map3.addOverlay(unna2);
  

  

	 
  }
}

