
  
  var marker      = new Array();
  var WINDOW_HTML = new Array();
  
  function MyGMap_load() {
     // default coordinates
    

    // initialize googlemaps
            
      GMap_load(51.97639, 5.430321 ); /* position camping */
    
    loadAllHotspots();
    
  }
  function loadAllHotspots() {
    var openInfo = arguments[0] || "show";
    

WINDOW_HTML["omgeving1231"] = GMap_genHTML('<p><b> &#39;t Groene Woud</b></p>Nederlands restaurant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1231);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1231omgeving"] = new GMarker(new GLatLng(51.977797, 5.327917),icon);
map.addOverlay(marker["1231omgeving"]);

GEvent.addListener(marker["1231omgeving"], "click", function() {
  marker["1231omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1231"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1112"] = GMap_genHTML('<p><b> &#39;t Veerhuys</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/veerhuys.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/veerhuys.jpg" width="150" height="36" class="fotoRight"></a>&rsquo;t VeerHuys in Beusichem is een restaurant met voor elk wat wils. Op ons menu staan pannenkoeken maar ook heerlijke vlees- en visgerechten. Ook voor de lunch kunt u bij ons terecht. Het ...<div class="clear"></div><p class="right"><a href="http://www.veerhuys.eu" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1112);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1112omgeving"] = new GMarker(new GLatLng(51.961877, 5.281425),icon);
map.addOverlay(marker["1112omgeving"]);

GEvent.addListener(marker["1112omgeving"], "click", function() {
  marker["1112omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1112"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1218"] = GMap_genHTML('<p><b> De Zevende Hemel</b></p>Restaurant in Maurik.<div class="clear"></div><p class="right"><a href="http://www.zevendehemel.eu" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1218);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1218omgeving"] = new GMarker(new GLatLng(51.962560, 5.424155),icon);
map.addOverlay(marker["1218omgeving"]);

GEvent.addListener(marker["1218omgeving"], "click", function() {
  marker["1218omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1218"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1223"] = GMap_genHTML('<p><b> Grillroom Sphinx II</b></p>Shoarma Afhaalservice in Maurik.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1223);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1223omgeving"] = new GMarker(new GLatLng(51.963381, 5.425792),icon);
map.addOverlay(marker["1223omgeving"]);

GEvent.addListener(marker["1223omgeving"], "click", function() {
  marker["1223omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1223"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1240"] = GMap_genHTML('<p><b> Pannekoekenrestaurant &#39;t Veerhuys</b></p>Pannekoekenrestaurant in Beusichem<div class="clear"></div><p class="right"><a href="http://www.veerhuys.eu" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsthematisch\',1240);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1240omgeving"] = new GMarker(new GLatLng(51.96155, 5.28145),icon);
map.addOverlay(marker["1240omgeving"]);

GEvent.addListener(marker["1240omgeving"], "click", function() {
  marker["1240omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1240"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1235"] = GMap_genHTML('<p><b> Restaurant &#39;t Kleine Verschil</b></p>Nederlands restaurant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1235);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1235omgeving"] = new GMarker(new GLatLng(51.972013, 5.347236),icon);
map.addOverlay(marker["1235omgeving"]);

GEvent.addListener(marker["1235omgeving"], "click", function() {
  marker["1235omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1235"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1177"] = GMap_genHTML('<p><b>&#39;t Houten Huis</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/theetuin.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/theetuin.jpg" width="150" height="112" class="fotoRight"></a>Tijdens de openingsdagen van de kwekerij is in de gezellige pipowagen thee, koffie, biologisch appelsap en ander drinken verkrijgbaar. Ook kunt u smullen van lekkere zelfgebakken, ouderwetse ...<div class="clear"></div><p class="right"><a href="http://www.tuinplantenkwekerij.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1177);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1177omgeving"] = new GMarker(new GLatLng(51.800717, 5.231407),icon);
map.addOverlay(marker["1177omgeving"]);

GEvent.addListener(marker["1177omgeving"], "click", function() {
  marker["1177omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1177"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1208"] = GMap_genHTML('<p><b>Aart Stigter&#39;s Sport- en Gezondheidscentrum</b></p>Aart Stigter\'s Sport- en Gezondheidscentrum in Amerongen<div class="clear"></div><p class="right"><a href="http://www.sportcentrumaartstigter.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1208);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1208omgeving"] = new GMarker(new GLatLng(52.003514, 5.454960),icon);
map.addOverlay(marker["1208omgeving"]);

GEvent.addListener(marker["1208omgeving"], "click", function() {
  marker["1208omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1208"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1052"] = GMap_genHTML('<p><b>ABN Amro</b></p>ABM&nbsp;Amro<div class="clear"></div><p class="right"><a href="http://www.abnamro.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1052);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1052omgeving"] = new GMarker(new GLatLng(51.8886, 5.43119),icon);
map.addOverlay(marker["1052omgeving"]);

GEvent.addListener(marker["1052omgeving"], "click", function() {
  marker["1052omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1052"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1053"] = GMap_genHTML('<p><b>ABN Amro</b></p>ABN&nbsp;Amro<div class="clear"></div><p class="right"><a href="http://www.abnamro.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1053);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1053omgeving"] = new GMarker(new GLatLng(51.95715, 5.57114),icon);
map.addOverlay(marker["1053omgeving"]);

GEvent.addListener(marker["1053omgeving"], "click", function() {
  marker["1053omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1053"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1054"] = GMap_genHTML('<p><b>ABN Amro</b></p>ABN&nbsp;Amro<div class="clear"></div><p class="right"><a href="http://www.abnamro.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1054);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1054omgeving"] = new GMarker(new GLatLng(52.02526, 5.55458),icon);
map.addOverlay(marker["1054omgeving"]);

GEvent.addListener(marker["1054omgeving"], "click", function() {
  marker["1054omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1054"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1023"] = GMap_genHTML('<p><b>Afrika Museum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/afrika_museum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/afrika_museum.jpg" width="150" height="88" class="fotoRight"></a>In het Natuurmuseum Nijmegen kan jong en oud kennismaken met natuur en landschap van de regio. Het museum heeft een grote verzameling dieren, planten en stenen, die afkomstig zijn van het Gelderse ...<div class="clear"></div><p class="right"><a href="http://www.afrikamuseum.nl/inleiding/index.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1023);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1023omgeving"] = new GMarker(new GLatLng(51.80368, 5.91476),icon);
map.addOverlay(marker["1023omgeving"]);

GEvent.addListener(marker["1023omgeving"], "click", function() {
  marker["1023omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1023"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1286"] = GMap_genHTML('<p><b>Ahoy Rondvaarten in Utrecht</b></p>Rondvaart in Utrecht.<div class="clear"></div><p class="right"><a href="http://www.ahoyrondvaarten.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|rondvaarten\',1286);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1286omgeving"] = new GMarker(new GLatLng(52.084273, 5.122652),icon);
map.addOverlay(marker["1286omgeving"]);

GEvent.addListener(marker["1286omgeving"], "click", function() {
  marker["1286omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1286"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1002"] = GMap_genHTML('<p><b>All Sports Resort Maurik </b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/ribrally08extraklein_copy.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/ribrally08extraklein_copy.gif" width="150" height="100" class="fotoRight"></a>Gelegen in het Hart van de Betuwe is het Eiland van Maurik nabij Tiel &eacute;&eacute;n van de meest centraal gelegen evenementlocaties van Nederland. De bereikbaarheid is groot, uw &ldquo;eiland ...<div class="clear"></div><p class="right"><a href="http://www.allsportsresortmaurik.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'eilandvanmaurik|recreatiepark\',1002);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_eilandvanmaurik.png";

marker["1002omgeving"] = new GMarker(new GLatLng(51.97113, 5.39669),icon);
map.addOverlay(marker["1002omgeving"]);

GEvent.addListener(marker["1002omgeving"], "click", function() {
  marker["1002omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1002"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1270"] = GMap_genHTML('<p><b>Alle veerdiensten op een rijtje</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/veerpont.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/veerpont.jpg" width="150" height="100" class="fotoRight"></a>Via het pontje het water over. Klik op \'meer info\' voor alle pontplaatsen.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=/node/11" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|veerdiensten\',1270);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1270omgeving"] = new GMarker(new GLatLng(51.98357, 5.45636),icon);
map.addOverlay(marker["1270omgeving"]);

GEvent.addListener(marker["1270omgeving"], "click", function() {
  marker["1270omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1270"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1182"] = GMap_genHTML('<p><b>American Roadhouse</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kart2.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kart2.jpg" width="150" height="97" class="fotoRight"></a>Versla uw vrienden of collega&rsquo; s op dit supersnelle, in TexMex stijl aangelegde,  indoor kartcircuit. Hier voelt u zich een ware outlaw als u moet strijden om de eerste plaats in een van ...<div class="clear"></div><p class="right"><a href="http://www.american-roadhouse.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|karten\',1182);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1182omgeving"] = new GMarker(new GLatLng(51.802568, 5.253171),icon);
map.addOverlay(marker["1182omgeving"]);

GEvent.addListener(marker["1182omgeving"], "click", function() {
  marker["1182omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1182"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1129"] = GMap_genHTML('<p><b>Amusementspark Tivoli</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/tivoli.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/tivoli.jpg" width="150" height="36" class="fotoRight"></a>Park Tivoli is een amusementspark vooral bedoeld voor kinderen van twee tot en met twaalf jaar. Er zijn diverse attracties te vinden in Tivoli zoals: een achtbaan, minibotsauto\'s, minireuzenrad, ...<div class="clear"></div><p class="right"><a href="http://www.parktivoli.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1129);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1129omgeving"] = new GMarker(new GLatLng(51.817936, 5.925075),icon);
map.addOverlay(marker["1129omgeving"]);

GEvent.addListener(marker["1129omgeving"], "click", function() {
  marker["1129omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1129"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1181"] = GMap_genHTML('<p><b>ANAC Indoor Karting &amp; Adventure</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kart1.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kart1.jpg" width="150" height="93" class="fotoRight"></a>Compleet indoor entertainment, daar draait \'t om bij ANAC Indoor Karting &amp; Adventure.<div class="clear"></div><p class="right"><a href="http://www.anac-karting.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|karten\',1181);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1181omgeving"] = new GMarker(new GLatLng(51.837048, 5.814799),icon);
map.addOverlay(marker["1181omgeving"]);

GEvent.addListener(marker["1181omgeving"], "click", function() {
  marker["1181omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1181"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1120"] = GMap_genHTML('<p><b>Apenheul</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/apenheul.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/apenheul.jpg" width="150" height="112" class="fotoRight"></a>Apenheul is de ongewoonste dierentuin van Nederland. De meeste dieren lopen er namelijk gewoon los tussen de bezoekers!<div class="clear"></div><p class="right"><a href="http://www.apenheul.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1120);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1120omgeving"] = new GMarker(new GLatLng(52.217929, 5.916771),icon);
map.addOverlay(marker["1120omgeving"]);

GEvent.addListener(marker["1120omgeving"], "click", function() {
  marker["1120omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1120"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1314"] = GMap_genHTML('<p><b>Apotheek Maurik</b></p>Apotheek<div class="clear"></div><p class="right"><a href="http://maurik.praktijkinfo.nl/praktijksites_v2/frontend/main.asp?FE_TargetID=praktijkinfo&amp;FE_GPID=24213" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1314);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1314omgeving"] = new GMarker(new GLatLng(51.96232, 5.42128),icon);
map.addOverlay(marker["1314omgeving"]);

GEvent.addListener(marker["1314omgeving"], "click", function() {
  marker["1314omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1314"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1135"] = GMap_genHTML('<p><b>Attractiepark Toverland</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/toverland.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/toverland.jpg" width="112" height="150" class="fotoRight"></a>Toverland is een grotendeels overdekt attractiepark in het Nederlands-Limburgse Sevenum. In 2006 vierde Toverland vrij groots haar 5-jarig bestaan. Attractiepark Toverland ligt in het landelijke ...<div class="clear"></div><p class="right"><a href="http://www.toverland.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1135);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1135omgeving"] = new GMarker(new GLatLng(51.394896, 5.986789),icon);
map.addOverlay(marker["1135omgeving"]);

GEvent.addListener(marker["1135omgeving"], "click", function() {
  marker["1135omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1135"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1154"] = GMap_genHTML('<p><b>Bed &amp; Breakfast de Boterbloem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boterbloem_amerongen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boterbloem_amerongen.jpg" width="150" height="101" class="fotoRight"></a>De Boterbloem\' is een boerderij in bedrijf, met koeien, kippen en een pony.&nbsp; De boerderij is gelegen tussen Rijn en Heuvelrug en ligt niet ver van het karakteristieke dorp Amerongen. ...<div class="clear"></div><p class="right"><a href="http://www.boterbloem.com/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1154);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1154omgeving"] = new GMarker(new GLatLng(51.989008, 5.394717),icon);
map.addOverlay(marker["1154omgeving"]);

GEvent.addListener(marker["1154omgeving"], "click", function() {
  marker["1154omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1154"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1152"] = GMap_genHTML('<p><b>Bed &amp; Breakfast Hofstede de Koningslinde</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hofstede.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hofstede.jpg" width="100" height="100" class="fotoRight"></a>Hofstede de Koningslinde is in 1898 gebouwd en in authentieke staat bewaard gebleven. De hofstede bevindt zich op een schitterende plek, net buiten de bebouwde kom van Eck en Wiel, omgeven door ...<div class="clear"></div><p class="right"><a href="http://www.hofstededekoningslinde.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1152);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1152omgeving"] = new GMarker(new GLatLng(51.963979, 5.462685),icon);
map.addOverlay(marker["1152omgeving"]);

GEvent.addListener(marker["1152omgeving"], "click", function() {
  marker["1152omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1152"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1155"] = GMap_genHTML('<p><b>Bed &amp; Breakfast Koeien en Vlaaien</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/koeien_en_vlaaien.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/koeien_en_vlaaien.jpg" width="150" height="99" class="fotoRight"></a>Bij deze Bed &amp;&nbsp;Breakfast&nbsp;overnacht je in (boeren)stijl. Er is maar plek voor vier personen, dus je hebt volop privacy.<div class="clear"></div><p class="right"><a href="http://www.koeienenvlaaien.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1155);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1155omgeving"] = new GMarker(new GLatLng(51.978472, 5.375402),icon);
map.addOverlay(marker["1155omgeving"]);

GEvent.addListener(marker["1155omgeving"], "click", function() {
  marker["1155omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1155"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1153"] = GMap_genHTML('<p><b>Bed en Breakfast De Spiegelenburg</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/spiegelenburg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/spiegelenburg.jpg" width="150" height="112" class="fotoRight"></a>Deze Bed en Breakfast ligt aan de rand van Maurik aan een landelijke weg op korte afstand van de dijk. Achter&nbsp;het terrein was vroeger een boerderij met slotgrachten, genaamd &quot;De ...<div class="clear"></div><p class="right"><a href="http://www.despiegelenburg.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1153);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1153omgeving"] = new GMarker(new GLatLng(51.960398, 5.407864),icon);
map.addOverlay(marker["1153omgeving"]);

GEvent.addListener(marker["1153omgeving"], "click", function() {
  marker["1153omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1153"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1180"] = GMap_genHTML('<p><b>Betuws Best</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/streekproducten2.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/streekproducten2.jpg" width="150" height="125" class="fotoRight"></a>BetuwsBest is het keurmerk voor ambachtelijke streekproducten uit de Betuwe. De natuurlijke grondstoffen zijn afkomstig uit de eigen streek. Jaarlijks worden open dagen en proeverijen ...<div class="clear"></div><p class="right"><a href="http://www.betuwsbest.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|streekproducten\',1180);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1180omgeving"] = new GMarker(new GLatLng(51.96299, 5.40716),icon);
map.addOverlay(marker["1180omgeving"]);

GEvent.addListener(marker["1180omgeving"], "click", function() {
  marker["1180omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1180"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1006"] = GMap_genHTML('<p><b>Betuws Fruitteelt Museum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/betuws_fruitmuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/betuws_fruitmuseum.jpg" width="150" height="111" class="fotoRight"></a>Ruim een eeuw geschiedenis van de fruitteelt kunt u bekijken in het Betuws fruitteeltmuseum. U waant zich terug in de tijd van de vroegere fruittelers. U treft realistische taferelen (met geluid) ...<div class="clear"></div><p class="right"><a href="http://www.devergarde.nl/nl/museum/home.htm" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1006);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1006omgeving"] = new GMarker(new GLatLng(51.89919, 5.35858),icon);
map.addOverlay(marker["1006omgeving"]);

GEvent.addListener(marker["1006omgeving"], "click", function() {
  marker["1006omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1006"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1113"] = GMap_genHTML('<p><b>Bilderberg Kasteel &#39;t Kerckebosch</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bilderberg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bilderberg.jpg" width="120" height="80" class="fotoRight"></a>Glas-in-loodramen, modern en klassiek verenigd. Kasteel &rsquo;t Kerckebosch is gevestigd in een fraai chateau dat verscholen ligt in de bossen van de Utrechtse heuvelrug.<div class="clear"></div><p class="right"><a href="http://www.bilderberg.nl/hotels/kasteel-kerckebosch/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1113);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1113omgeving"] = new GMarker(new GLatLng(52.073933, 5.258583),icon);
map.addOverlay(marker["1113omgeving"]);

GEvent.addListener(marker["1113omgeving"], "click", function() {
  marker["1113omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1113"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1114"] = GMap_genHTML('<p><b>Bilderberg Kasteel Doorwerth</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/doorwerth.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/doorwerth.jpg" width="120" height="77" class="fotoRight"></a>Een groen dorpje nabij Arnhem. Aan de rand van de Veluwe. Omringd door de groene uiterwaarden van de Neder-Rijn en aan de rand van de Veluwse bossen ligt Bilderberg Kasteel Doorwerth.<div class="clear"></div><p class="right"><a href="http://www.bilderberg.nl/kasteel-doorwerth/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1114);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1114omgeving"] = new GMarker(new GLatLng(51.967357, 5.785508),icon);
map.addOverlay(marker["1114omgeving"]);

GEvent.addListener(marker["1114omgeving"], "click", function() {
  marker["1114omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1114"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1197"] = GMap_genHTML('<p><b>Bioscoop Catharijne</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Utrecht<div class="clear"></div><p class="right"><a href="http://www.bioswolff.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1197);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1197omgeving"] = new GMarker(new GLatLng(52.09135, 5.11122),icon);
map.addOverlay(marker["1197omgeving"]);

GEvent.addListener(marker["1197omgeving"], "click", function() {
  marker["1197omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1197"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1157"] = GMap_genHTML('<p><b>Boerengolf Aan de Linge Recreatie</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boerengolf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boerengolf.jpg" width="150" height="112" class="fotoRight"></a>Boerengolf, de snelst groeiende buitensport van Nederland en Belgi&euml;. Boerengolf is een variatie op het reguliere Golfspel waarbij een boerengolfbaan met 10 holes in zo min mogelijk slagen ...<div class="clear"></div><p class="right"><a href="http://www.aandelinge.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1157);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1157omgeving"] = new GMarker(new GLatLng(51.881213, 5.399777),icon);
map.addOverlay(marker["1157omgeving"]);

GEvent.addListener(marker["1157omgeving"], "click", function() {
  marker["1157omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1157"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1159"] = GMap_genHTML('<p><b>Boerengolf de Boterbloem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boerengolf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boerengolf.jpg" width="150" height="112" class="fotoRight"></a>Boerengolf, de snelst groeiende buitensport van Nederland en Belgi&euml;. Boerengolf is een variatie op het reguliere Golfspel waarbij een boerengolfbaan met 10 holes in zo min mogelijk slagen ...<div class="clear"></div><p class="right"><a href="http://www.boterbloem.com/rubrieken.htm#boerengolf" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1159);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1159omgeving"] = new GMarker(new GLatLng(51.98805, 5.37987),icon);
map.addOverlay(marker["1159omgeving"]);

GEvent.addListener(marker["1159omgeving"], "click", function() {
  marker["1159omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1159"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1158"] = GMap_genHTML('<p><b>Boerengolf Koeien en vlaaien</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boerengolf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boerengolf.jpg" width="150" height="112" class="fotoRight"></a>Boerengolf, de snelst groeiende buitensport van Nederland en Belgi&euml;. Boerengolf is een variatie op het reguliere Golfspel waarbij een boerengolfbaan met 10 holes in zo min mogelijk slagen ...<div class="clear"></div><p class="right"><a href="http://www.koeienenvlaaien.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1158);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1158omgeving"] = new GMarker(new GLatLng(51.977964, 5.365277),icon);
map.addOverlay(marker["1158omgeving"]);

GEvent.addListener(marker["1158omgeving"], "click", function() {
  marker["1158omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1158"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1175"] = GMap_genHTML('<p><b>Botanische Tuin Belmonte</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/belmonte.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/belmonte.jpg" width="150" height="100" class="fotoRight"></a>Alleen al de bijzondere ligging van Belmonte maakt een bezoek aan deze tuin de moeite waard. Niet voor niets kreeg het landgoed de naam Belmonte, wat mooie berg betekent. Wanneer u langs de ...<div class="clear"></div><p class="right"><a href="http://www.botanischetuinen.wur.nl/NL/belmonte/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1175);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1175omgeving"] = new GMarker(new GLatLng(51.967077, 5.689137),icon);
map.addOverlay(marker["1175omgeving"]);

GEvent.addListener(marker["1175omgeving"], "click", function() {
  marker["1175omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1175"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1176"] = GMap_genHTML('<p><b>Botanische Tuin De Dreijen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dedreijen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dedreijen.jpg" width="112" height="150" class="fotoRight"></a>De Botanische Tuinen Wageningen maken deel uit van de Wageningen Universiteit (voorheen de Landbouwhogeschool). De beide locaties in Wageningen zijn vrij toegankelijk voor het publiek. De Tuinen ...<div class="clear"></div><p class="right"><a href="http://www.botanischetuinen.wur.nl/NL/Over+Botanische+tuinen/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1176);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1176omgeving"] = new GMarker(new GLatLng(51.966963, 5.676231),icon);
map.addOverlay(marker["1176omgeving"]);

GEvent.addListener(marker["1176omgeving"], "click", function() {
  marker["1176omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1176"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1141"] = GMap_genHTML('<p><b>Brakkefort</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/brakkefort.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/brakkefort.gif" width="150" height="110" class="fotoRight"></a>Kom naar speeltuin Brakkefort voor een heerlijk dagje buiten spelen. Kinderen (tot groep 5) kunnen zich uitleven op het kleurige speelkasteel, dammen bouwen bij de waterspeelplaats, het ...<div class="clear"></div><p class="right"><a href="http://www.brakkefort.nl/index.html" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbuiten\',1141);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1141omgeving"] = new GMarker(new GLatLng(51.814173, 5.861322),icon);
map.addOverlay(marker["1141omgeving"]);

GEvent.addListener(marker["1141omgeving"], "click", function() {
  marker["1141omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1141"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1121"] = GMap_genHTML('<p><b>Burgers&#146; Zoo </b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/burgers-zoo-arnhem.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/burgers-zoo-arnhem.jpg" width="150" height="61" class="fotoRight"></a>De dierentuin wordt ook vaak \'Burgers\' , \'De Bush\' of \'Burgers\' Bush\' genoemd. Met 1,5 miljoen bezoekers is de Arnhemse Zoo de meest bezochte attractie in Gelderland. Landelijk is Burgers\' Zoo de ...<div class="clear"></div><p class="right"><a href="http://www.burgerszoo.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1121);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1121omgeving"] = new GMarker(new GLatLng(52.007041, 5.898314),icon);
map.addOverlay(marker["1121omgeving"]);

GEvent.addListener(marker["1121omgeving"], "click", function() {
  marker["1121omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1121"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1093"] = GMap_genHTML('<p><b>BurgGolf Gendersteyn Veldhoven</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golfveldhoven.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golfveldhoven.jpg" width="150" height="60" class="fotoRight"></a>BurgGolf Gendersteyn Veldhoven betreft een 27 holes championship course, waarbij de wisselende baanluscombinaties zorgen voor veel variatie. Een afwisselende baan aangelegd in bospercelen, langs ...<div class="clear"></div><p class="right"><a href="http://www.burggolf.nl/golfbanen/gendersteyn/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1093);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1093omgeving"] = new GMarker(new GLatLng(51.387025, 5.378358),icon);
map.addOverlay(marker["1093omgeving"]);

GEvent.addListener(marker["1093omgeving"], "click", function() {
  marker["1093omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1093"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1092"] = GMap_genHTML('<p><b>Burggolf Haverleij</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golfdenbosch.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golfdenbosch.jpg" width="150" height="60" class="fotoRight"></a>Naast een prachtige 18 holes baan, beschikt BurgGolf Haverleij Den Bosch ook over een spannende en uitdagende 9 holes par-3 baan. Waar ook de golfer zonder GVB van harte welkom is. De golfbaan is ...<div class="clear"></div><p class="right"><a href="http://www.burggolf.nl/golfbanen/Haverleij/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1092);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1092omgeving"] = new GMarker(new GLatLng(51.719607, 5.244208),icon);
map.addOverlay(marker["1092omgeving"]);

GEvent.addListener(marker["1092omgeving"], "click", function() {
  marker["1092omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1092"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1077"] = GMap_genHTML('<p><b>C1000 M. Janssen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/c1000_maurik.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/c1000_maurik.jpg" width="134" height="150" class="fotoRight"></a>Supermarkt<div class="clear"></div><p class="right"><a href="http://www.c1000.nl/winkels/maurik/c1000-m-janssen" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|supermarkten\',1077);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1077omgeving"] = new GMarker(new GLatLng(51.962382, 5.420516),icon);
map.addOverlay(marker["1077omgeving"]);

GEvent.addListener(marker["1077omgeving"], "click", function() {
  marker["1077omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1077"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1232"] = GMap_genHTML('<p><b>Cafe-Restaurant De Dijk</b></p>Nederlands restaurant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1232);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1232omgeving"] = new GMarker(new GLatLng(51.970854, 5.348673),icon);
map.addOverlay(marker["1232omgeving"]);

GEvent.addListener(marker["1232omgeving"], "click", function() {
  marker["1232omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1232"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1244"] = GMap_genHTML('<p><b>Cafetaria De Peper</b></p>Cafetaria in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1244);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1244omgeving"] = new GMarker(new GLatLng(51.9599, 5.48756),icon);
map.addOverlay(marker["1244omgeving"]);

GEvent.addListener(marker["1244omgeving"], "click", function() {
  marker["1244omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1244"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1247"] = GMap_genHTML('<p><b>Cafetaria Duurstede</b></p>Cafetaria in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1247);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1247omgeving"] = new GMarker(new GLatLng(51.972467, 5.336247),icon);
map.addOverlay(marker["1247omgeving"]);

GEvent.addListener(marker["1247omgeving"], "click", function() {
  marker["1247omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1247"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1080"] = GMap_genHTML('<p><b>Caravancentrum Midden-Betuwe</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/caravancentrum_midden_betuwe.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/caravancentrum_midden_betuwe.gif" width="120" height="60" class="fotoRight"></a>Caravancentrum Midden-Betuwe<div class="clear"></div><p class="right"><a href="http://www.betuwe-caravans.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|winkelcentra\',1080);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1080omgeving"] = new GMarker(new GLatLng(51.94426, 5.56355),icon);
map.addOverlay(marker["1080omgeving"]);

GEvent.addListener(marker["1080omgeving"], "click", function() {
  marker["1080omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1080"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1029"] = GMap_genHTML('<p><b>Centraal Museum Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/centraal_museum_utrecht.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/centraal_museum_utrecht.jpg" width="112" height="150" class="fotoRight"></a>Het Centraal Museum in Utrecht bestaat sinds 1838 en is daarmee het oudste stedelijk museum van Nederland. Het museum bezit een rijke en gevarieerde verzameling oude, moderne en toegepaste kunst ...<div class="clear"></div><p class="right"><a href="http://www.centraalmuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1029);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1029omgeving"] = new GMarker(new GLatLng(52.08351, 5.12512),icon);
map.addOverlay(marker["1029omgeving"]);

GEvent.addListener(marker["1029omgeving"], "click", function() {
  marker["1029omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1029"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1245"] = GMap_genHTML('<p><b>CG Abbing</b></p>Cafetaria in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1245);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1245omgeving"] = new GMarker(new GLatLng(51.977273, 5.344402),icon);
map.addOverlay(marker["1245omgeving"]);

GEvent.addListener(marker["1245omgeving"], "click", function() {
  marker["1245omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1245"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1222"] = GMap_genHTML('<p><b>Chang Le</b></p>Chinees- Indisch Restauarant in Maurik.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsthematisch\',1222);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1222omgeving"] = new GMarker(new GLatLng(51.961037, 5.415531),icon);
map.addOverlay(marker["1222omgeving"]);

GEvent.addListener(marker["1222omgeving"], "click", function() {
  marker["1222omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1222"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1144"] = GMap_genHTML('<p><b>Chimpie Champ</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/chimpiechamp.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/chimpiechamp.jpg" width="150" height="105" class="fotoRight"></a>Chimpie Champ, is een overdekte, veilige, overzichtelijke en avontuurlijke speeltuin vormgegeven in het jungle thema. Hollen, rennen, klimmen, klauteren, van de glijbaan roetsjen, bouwen en dansen....<div class="clear"></div><p class="right"><a href="http://www.chimpiechamp.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1144);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1144omgeving"] = new GMarker(new GLatLng(51.885518, 5.835502),icon);
map.addOverlay(marker["1144omgeving"]);

GEvent.addListener(marker["1144omgeving"], "click", function() {
  marker["1144omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1144"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1226"] = GMap_genHTML('<p><b>Chiu&#39;s Garden</b></p>Chinees- Indisch Restauarant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsthematisch\',1226);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1226omgeving"] = new GMarker(new GLatLng(51.973274, 5.326842),icon);
map.addOverlay(marker["1226omgeving"]);

GEvent.addListener(marker["1226omgeving"], "click", function() {
  marker["1226omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1226"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1195"] = GMap_genHTML('<p><b>Cinema Roma</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Wijchen<div class="clear"></div><p class="right"><a href="http://www.cineroma.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1195);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1195omgeving"] = new GMarker(new GLatLng(51.807408, 5.726311),icon);
map.addOverlay(marker["1195omgeving"]);

GEvent.addListener(marker["1195omgeving"], "click", function() {
  marker["1195omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1195"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1194"] = GMap_genHTML('<p><b>CineMec</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Ede (langs de A12)<div class="clear"></div><p class="right"><a href="http://www.cinemec.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1194);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1194omgeving"] = new GMarker(new GLatLng(52.015927, 5.646215),icon);
map.addOverlay(marker["1194omgeving"]);

GEvent.addListener(marker["1194omgeving"], "click", function() {
  marker["1194omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1194"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1302"] = GMap_genHTML('<p><b>Citax-Tiel BV</b></p>Taxi<div class="clear"></div><p class="right"><a href="http://www.citax.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1302);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1302omgeving"] = new GMarker(new GLatLng(51.886151, 5.418670),icon);
map.addOverlay(marker["1302omgeving"]);

GEvent.addListener(marker["1302omgeving"], "click", function() {
  marker["1302omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1302"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1162"] = GMap_genHTML('<p><b>C&oacute;rio Shopping Centre Hoog Catharijne</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hoog_catharijne.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hoog_catharijne.jpg" width="150" height="112" class="fotoRight"></a>Een overdekt winkelcentrum/complex in de binnenstad van de stad Utrecht, de hoofdstad van de Nederlandse provincie Utrecht. Het loopt vanaf het Jaarbeursplein, via het centraal station tot aan het ...<div class="clear"></div><p class="right"><a href="http://www.hoogcatharijne.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|winkelcentra\',1162);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1162omgeving"] = new GMarker(new GLatLng(52.091, 5.11002),icon);
map.addOverlay(marker["1162omgeving"]);

GEvent.addListener(marker["1162omgeving"], "click", function() {
  marker["1162omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1162"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1225"] = GMap_genHTML('<p><b>Daileys Blauwe Meer</b></p>Restaurant in Ingen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1225);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1225omgeving"] = new GMarker(new GLatLng(51.959360, 5.491304),icon);
map.addOverlay(marker["1225omgeving"]);

GEvent.addListener(marker["1225omgeving"], "click", function() {
  marker["1225omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1225"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1090"] = GMap_genHTML('<p><b>De Berendonck</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/berendonck.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/berendonck.jpg" width="150" height="112" class="fotoRight"></a>Recreatiegebied Berendonck heeft alle voorzieningen voor een heerlijk dagje uit. Zwemmen,wandelen, vissen, golfen, paardrijden of duiken, het kan allemaal. De kinderen leven zich uit in het unieke ...<div class="clear"></div><p class="right"><a href="http://www.rgv.nl/index.php?id=67" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1090);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1090omgeving"] = new GMarker(new GLatLng(51.813318, 5.771616),icon);
map.addOverlay(marker["1090omgeving"]);

GEvent.addListener(marker["1090omgeving"], "click", function() {
  marker["1090omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1090"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1241"] = GMap_genHTML('<p><b>De Bikbar</b></p>Cafetaria in Maurik.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1241);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1241omgeving"] = new GMarker(new GLatLng(51.962257, 5.422854),icon);
map.addOverlay(marker["1241omgeving"]);

GEvent.addListener(marker["1241omgeving"], "click", function() {
  marker["1241omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1241"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1267"] = GMap_genHTML('<p><b>De Bouwing</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1267);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1267omgeving"] = new GMarker(new GLatLng(51.894282, 5.293947),icon);
map.addOverlay(marker["1267omgeving"]);

GEvent.addListener(marker["1267omgeving"], "click", function() {
  marker["1267omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1267"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1089"] = GMap_genHTML('<p><b>De Galgenwaard</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>De Galgewaard is een knus dagrecreatieterrein aan de Linge, in Oosterwijk (gemeente Leerdam). Het is ongeveer drie hectare groot. Als u van watersport of vissen houdt, is dit een prachtig gebied.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/4" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1089);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1089omgeving"] = new GMarker(new GLatLng(51.876124, 5.062804),icon);
map.addOverlay(marker["1089omgeving"]);

GEvent.addListener(marker["1089omgeving"], "click", function() {
  marker["1089omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1089"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1259"] = GMap_genHTML('<p><b>De Hoop</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1259);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1259omgeving"] = new GMarker(new GLatLng(51.965108, 5.356484),icon);
map.addOverlay(marker["1259omgeving"]);

GEvent.addListener(marker["1259omgeving"], "click", function() {
  marker["1259omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1259"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1264"] = GMap_genHTML('<p><b>De Hoop Culemborg</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1264);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1264omgeving"] = new GMarker(new GLatLng(51.955640, 5.224487),icon);
map.addOverlay(marker["1264omgeving"]);

GEvent.addListener(marker["1264omgeving"], "click", function() {
  marker["1264omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1264"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1254"] = GMap_genHTML('<p><b>De Hoop/ De Beijenkorf</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1254);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1254omgeving"] = new GMarker(new GLatLng(51.966792, 5.426041),icon);
map.addOverlay(marker["1254omgeving"]);

GEvent.addListener(marker["1254omgeving"], "click", function() {
  marker["1254omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1254"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1184"] = GMap_genHTML('<p><b>De Kartfabrique</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kart4.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kart4.jpg" width="150" height="112" class="fotoRight"></a>Het kartcircuit van de Kartfabrique&reg; heeft de bekende grand prix bochten en speciaal raceasfalt. De coureur komt in u naar boven als u het circuit op gaat. Snelheden boven de 60 kilometer per ...<div class="clear"></div><p class="right"><a href="http://www.kartfabrique.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|karten\',1184);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1184omgeving"] = new GMarker(new GLatLng(52.128749, 5.049319),icon);
map.addOverlay(marker["1184omgeving"]);

GEvent.addListener(marker["1184omgeving"], "click", function() {
  marker["1184omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1184"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1260"] = GMap_genHTML('<p><b>De Korenbloem</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1260);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1260omgeving"] = new GMarker(new GLatLng(51.903992, 5.402301),icon);
map.addOverlay(marker["1260omgeving"]);

GEvent.addListener(marker["1260omgeving"], "click", function() {
  marker["1260omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1260"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1140"] = GMap_genHTML('<p><b>De Leemkuil</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/leemkuil.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/leemkuil.jpg" width="145" height="150" class="fotoRight"></a>Voor een fantastisch dagje uit kom je naar speeltuin de Leemkuil. Met meer dan 90 speeltoestellen verspreid over zo\'n 3,5 hectare bos zijn we de grootste buitenspeeltuin in de regio Nijmegen. ...<div class="clear"></div><p class="right"><a href="http://www.deleemkuil.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbuiten\',1140);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1140omgeving"] = new GMarker(new GLatLng(51.827952, 5.889606),icon);
map.addOverlay(marker["1140omgeving"]);

GEvent.addListener(marker["1140omgeving"], "click", function() {
  marker["1140omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1140"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1257"] = GMap_genHTML('<p><b>De Marsch</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1257);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1257omgeving"] = new GMarker(new GLatLng(51.963911, 5.527910),icon);
map.addOverlay(marker["1257omgeving"]);

GEvent.addListener(marker["1257omgeving"], "click", function() {
  marker["1257omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1257"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1087"] = GMap_genHTML('<p><b>De Meent</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>De Meent is een mooi recreatiegebied waar u heerlijk kunt zwemmen, luieren, vissen of kano&euml;n. Kinderen kunnen er geweldig spelen bij de watergoot, het speeltoestel of het duikvlot.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/1" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1087);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1087omgeving"] = new GMarker(new GLatLng(51.947632, 5.281950),icon);
map.addOverlay(marker["1087omgeving"]);

GEvent.addListener(marker["1087omgeving"], "click", function() {
  marker["1087omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1087"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1242"] = GMap_genHTML('<p><b>De Oude Smederij</b></p>Cafetaria in Ingen.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1242);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1242omgeving"] = new GMarker(new GLatLng(51.959786, 5.487836),icon);
map.addOverlay(marker["1242omgeving"]);

GEvent.addListener(marker["1242omgeving"], "click", function() {
  marker["1242omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1242"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1238"] = GMap_genHTML('<p><b>De Pannekoekenbakker Buren</b></p>Pannekoekenrestaurant in Buren.<div class="clear"></div><p class="right"><a href="http://www.pannekoekenbakker.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsthematisch\',1238);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1238omgeving"] = new GMarker(new GLatLng(51.911743, 5.331556),icon);
map.addOverlay(marker["1238omgeving"]);

GEvent.addListener(marker["1238omgeving"], "click", function() {
  marker["1238omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1238"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1261"] = GMap_genHTML('<p><b>De Prins van Oranje</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1261);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1261omgeving"] = new GMarker(new GLatLng(51.913040, 5.334786),icon);
map.addOverlay(marker["1261omgeving"]);

GEvent.addListener(marker["1261omgeving"], "click", function() {
  marker["1261omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1261"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1083"] = GMap_genHTML('<p><b>De Rijkerswoerdse Plassen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>Het recreatiegebied De Rijkerswoerdse Plassen gelegen in Elst, grenzend aan Arnhem-Zuid, is een recreatiegebied waar u prima een dagje uit kunt gaan. U kunt hier heerlijk zwemmen, luieren, vissen, ...<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1083);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1083omgeving"] = new GMarker(new GLatLng(51.942777, 5.863262),icon);
map.addOverlay(marker["1083omgeving"]);

GEvent.addListener(marker["1083omgeving"], "click", function() {
  marker["1083omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1083"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1221"] = GMap_genHTML('<p><b>De Roskam</b></p>Bar- dancing in Ommeren<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|cafes\',1221);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1221omgeving"] = new GMarker(new GLatLng(51.946131, 5.495267),icon);
map.addOverlay(marker["1221omgeving"]);

GEvent.addListener(marker["1221omgeving"], "click", function() {
  marker["1221omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1221"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1130"] = GMap_genHTML('<p><b>De Spelerij - De Uitvinderij</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/spelerij.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/spelerij.jpg" width="150" height="111" class="fotoRight"></a>&quot;De Spelerij en de Uitvinderij&quot; is een volstrekt unieke plek om te spelen en te ontdekken. Ook aan de zo belangrijke veiligheid is op deze bijzondere plek natuurlijk alle aandacht ...<div class="clear"></div><p class="right"><a href="http://www.spelerij.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1130);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1130omgeving"] = new GMarker(new GLatLng(52.056972, 6.082280),icon);
map.addOverlay(marker["1130omgeving"]);

GEvent.addListener(marker["1130omgeving"], "click", function() {
  marker["1130omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1130"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1174"] = GMap_genHTML('<p><b>De Tuinen van Appeltern</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/appeltern.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/appeltern.gif" width="150" height="71" class="fotoRight"></a>Het&nbsp;park is ongeveer 13 hectare groot en wij hebben inmiddels meer dan 190 verschillende voorbeeldtuinen. De meeste hebben we zelf bedacht maar er zijn ook veel tuinen van bekende ...<div class="clear"></div><p class="right"><a href="http://6629 AD Appeltern" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1174);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1174omgeving"] = new GMarker(new GLatLng(51.835150, 5.600430),icon);
map.addOverlay(marker["1174omgeving"]);

GEvent.addListener(marker["1174omgeving"], "click", function() {
  marker["1174omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1174"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1268"] = GMap_genHTML('<p><b>De Vlinder</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1268);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1268omgeving"] = new GMarker(new GLatLng(51.887867, 5.226684),icon);
map.addOverlay(marker["1268omgeving"]);

GEvent.addListener(marker["1268omgeving"], "click", function() {
  marker["1268omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1268"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1265"] = GMap_genHTML('<p><b>De Vrijheid</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1265);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1265omgeving"] = new GMarker(new GLatLng(51.883771, 5.198806),icon);
map.addOverlay(marker["1265omgeving"]);

GEvent.addListener(marker["1265omgeving"], "click", function() {
  marker["1265omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1265"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1269"] = GMap_genHTML('<p><b>De Wielewaal</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1269);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1269omgeving"] = new GMarker(new GLatLng(51.881636, 5.5130455),icon);
map.addOverlay(marker["1269omgeving"]);

GEvent.addListener(marker["1269omgeving"], "click", function() {
  marker["1269omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1269"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1219"] = GMap_genHTML('<p><b>De Zoelensche Brug</b></p>Herberg in Zoelen<div class="clear"></div><p class="right"><a href="http://www.dezoelenschebrug.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1219);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1219omgeving"] = new GMarker(new GLatLng(51.906003, 5.404930),icon);
map.addOverlay(marker["1219omgeving"]);

GEvent.addListener(marker["1219omgeving"], "click", function() {
  marker["1219omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1219"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1258"] = GMap_genHTML('<p><b>De Zwaluw </b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1258);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1258omgeving"] = new GMarker(new GLatLng(51.935477, 5.594458),icon);
map.addOverlay(marker["1258omgeving"]);

GEvent.addListener(marker["1258omgeving"], "click", function() {
  marker["1258omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1258"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1030"] = GMap_genHTML('<p><b>Dick Bruna huis</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dick_bruna_huis.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dick_bruna_huis.jpg" width="100" height="150" class="fotoRight"></a>Wereldwijd is er &eacute;&eacute;n Utrechts kunstwerk beroemder dan de Rietveldstoel en dat is Dick Bruna\'s nijntje, het konijntje dat Bruna in 1955 ontwierp. nijntje is in 50 jaar tijd ...<div class="clear"></div><p class="right"><a href="http://www.dickbrunahuis.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1030);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1030omgeving"] = new GMarker(new GLatLng(52.08333, 5.12486),icon);
map.addOverlay(marker["1030omgeving"]);

GEvent.addListener(marker["1030omgeving"], "click", function() {
  marker["1030omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1030"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1119"] = GMap_genHTML('<p><b>DierenPark Amersfoort</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dierentuin_amersfoort.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dierentuin_amersfoort.jpg" width="150" height="112" class="fotoRight"></a>DierenPark Amersfoort is een particuliere dierentuin, gelegen aan de westzijde van Amersfoort, aan de rand van het bosgebied Birkhoven.<div class="clear"></div><p class="right"><a href="http://www.dierenparkamersfoort.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1119);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1119omgeving"] = new GMarker(new GLatLng(52.151839, 5.348329),icon);
map.addOverlay(marker["1119omgeving"]);

GEvent.addListener(marker["1119omgeving"], "click", function() {
  marker["1119omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1119"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1126"] = GMap_genHTML('<p><b>Dierenpark De Oliemeulen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/oliemeulen.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/oliemeulen.gif" width="150" height="112" class="fotoRight"></a>Het vreemdste dierenpark van Nederland.<div class="clear"></div><p class="right"><a href="http://www.oliemeulen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1126);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1126omgeving"] = new GMarker(new GLatLng(51.570235, 5.062052),icon);
map.addOverlay(marker["1126omgeving"]);

GEvent.addListener(marker["1126omgeving"], "click", function() {
  marker["1126omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1126"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1315"] = GMap_genHTML('<p><b>Diverse startpunten in de regio</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/nordicwalking1.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/nordicwalking1.jpg" width="148" height="105" class="fotoRight"></a>Klik op \'meer info\' voor de routes.<div class="clear"></div><p class="right"><a href="http://www.nordicwalking.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|nordic\',1315);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1315omgeving"] = new GMarker(new GLatLng(51.91592, 5.3433),icon);
map.addOverlay(marker["1315omgeving"]);

GEvent.addListener(marker["1315omgeving"], "click", function() {
  marker["1315omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1315"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1122"] = GMap_genHTML('<p><b>Dolfinarium</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dolfinarium.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dolfinarium.jpg" width="150" height="131" class="fotoRight"></a>Het Dolfinarium in Harderwijk is het enige dolfinarium in Nederland. De dolfijnen zijn er ondergebracht in grote zoutwaterbassins en worden onder andere getraind om shows te geven. Die worden een ...<div class="clear"></div><p class="right"><a href="http://www.dolfinarium.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1122);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1122omgeving"] = new GMarker(new GLatLng(52.353442, 5.618708),icon);
map.addOverlay(marker["1122omgeving"]);

GEvent.addListener(marker["1122omgeving"], "click", function() {
  marker["1122omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1122"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1074"] = GMap_genHTML('<p><b>Domkerk Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/domkerk.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/domkerk.jpg" width="150" height="103" class="fotoRight"></a>Midden in de Utrechtse binnenstad staat de monumentale Domkerk. Deze kerk is de plaats waarin het Citypastoraat haar activiteiten vormgeeft als &eacute;&eacute;n van de protestantse wijkgemeenten ...<div class="clear"></div><p class="right"><a href="http://www.domkerk.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|kastelen\',1074);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1074omgeving"] = new GMarker(new GLatLng(52.09092, 5.12144),icon);
map.addOverlay(marker["1074omgeving"]);

GEvent.addListener(marker["1074omgeving"], "click", function() {
  marker["1074omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1074"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1284"] = GMap_genHTML('<p><b>Domstadboot</b></p>Rondvaart in Utrecht.<div class="clear"></div><p class="right"><a href="http://www.domstadboot.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|rondvaarten\',1284);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1284omgeving"] = new GMarker(new GLatLng(52.091584, 5.119284),icon);
map.addOverlay(marker["1284omgeving"]);

GEvent.addListener(marker["1284omgeving"], "click", function() {
  marker["1284omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1284"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1066"] = GMap_genHTML('<p><b>Duik &amp; Kanocentrum &quot;de Beldert&quot;</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/beldert.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/beldert.jpg" width="150" height="103" class="fotoRight"></a>Het complete duik- en snorkelopleidingscentrum van Tiel en omgeving, en de grootste van midden Nederland.<div class="clear"></div><p class="right"><a href="http://www.beldert.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1066);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1066omgeving"] = new GMarker(new GLatLng(51.92105, 5.43705),icon);
map.addOverlay(marker["1066omgeving"]);

GEvent.addListener(marker["1066omgeving"], "click", function() {
  marker["1066omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1066"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1068"] = GMap_genHTML('<p><b>Duik-en activiteitencentrum Paviljoen het Buitenhuis</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/buitenhuis.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/buitenhuis.jpg" width="150" height="112" class="fotoRight"></a>Paviljoen het&nbsp;Buitenhuis in&nbsp;recreatiegebied De Groene Heuvels; een unieke plaats voor duikers, watersporters en natuurliefhebbers.<div class="clear"></div><p class="right"><a href="http://www.paviljoenhetbuitenhuis.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1068);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1068omgeving"] = new GMarker(new GLatLng(51.8529, 5.68894),icon);
map.addOverlay(marker["1068omgeving"]);

GEvent.addListener(marker["1068omgeving"], "click", function() {
  marker["1068omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1068"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1070"] = GMap_genHTML('<p><b>Duikschool &#148;De Valleiduikers&#148;</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/valleiduikers1.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/valleiduikers1.gif" width="150" height="119" class="fotoRight"></a>De plas is ontstaan door zandwinning voor de A15 in de jaren 60 en omvat een rijke flora en fauna. De oppervlakte bedraagt zo&rsquo;n 4 ha. en de inhoud bedraagt 280.000 kubieke meter. De fauna ...<div class="clear"></div><p class="right"><a href="http://home.wanadoo.nl/peterkabalt/duikschool/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1070);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1070omgeving"] = new GMarker(new GLatLng(51.8802, 5.35515),icon);
map.addOverlay(marker["1070omgeving"]);

GEvent.addListener(marker["1070omgeving"], "click", function() {
  marker["1070omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1070"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1069"] = GMap_genHTML('<p><b>Duikstek bij camping Everstein</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/everstein1.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/everstein1.jpg" width="150" height="100" class="fotoRight"></a>Bij Camping Everstein is er een prachtige duikstek in een zandafgraving. De ontstane plas heeft over het algemeen helder water en goed zicht en is wel 25 meter diep. Het water van de Hagesteinse ...<div class="clear"></div><p class="right"><a href="http://www.campingeverstein.nl/duiken-zandafgraving-hagestein.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1069);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1069omgeving"] = new GMarker(new GLatLng(51.99006, 5.13173),icon);
map.addOverlay(marker["1069omgeving"]);

GEvent.addListener(marker["1069omgeving"], "click", function() {
  marker["1069omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1069"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1072"] = GMap_genHTML('<p><b>Duikstek Ressen</b></p>Het water van Ressen ligt zoals al gezegd naast de afslag aan de A15. Het water wordt goed afgeschermt door bomen en behoud daarom ook het hele jaar door een lage temperatuur. Beste kant om het ...<div class="clear"></div><p class="right"><a href="http://www.dagjeduiken.nl/index.php?option=com_content&amp;task=view&amp;id=78&amp;Itemid=101" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1072);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1072omgeving"] = new GMarker(new GLatLng(51.89429, 5.86022),icon);
map.addOverlay(marker["1072omgeving"]);

GEvent.addListener(marker["1072omgeving"], "click", function() {
  marker["1072omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1072"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1073"] = GMap_genHTML('<p><b>Duikstek Vormerse plas</b></p>De Vormerse plas nabij Wijchen is een visplas met veel onderwaterleven. Het water staat onder duikers vooral bekend om haar grote hoeveelheid zoetwaterkreeft.<div class="clear"></div><p class="right"><a href="http://www.dagjeduiken.nl/index.php?option=com_content&amp;task=view&amp;id=61&amp;Itemid=83" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1073);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1073omgeving"] = new GMarker(new GLatLng(51.80596, 5.69701),icon);
map.addOverlay(marker["1073omgeving"]);

GEvent.addListener(marker["1073omgeving"], "click", function() {
  marker["1073omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1073"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1067"] = GMap_genHTML('<p><b>Duikteam de Kaaiman</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kaaiman.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kaaiman.jpg" width="150" height="98" class="fotoRight"></a>Ben je ge&iuml;nteresseerd in de onderwaterwereld? Altijd al iets \'anders\' willen doen? Wil je je brevet bijhouden of doorstromen? Houd je van een actieve vereniging waarin je zelf ook je energie ...<div class="clear"></div><p class="right"><a href="http://www.kaaiman.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1067);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1067omgeving"] = new GMarker(new GLatLng(51.83449, 5.82312),icon);
map.addOverlay(marker["1067omgeving"]);

GEvent.addListener(marker["1067omgeving"], "click", function() {
  marker["1067omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1067"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1233"] = GMap_genHTML('<p><b>Eetcafe de Singel</b></p>Nederlands restaurant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1233);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1233omgeving"] = new GMarker(new GLatLng(51.974127, 5.344650),icon);
map.addOverlay(marker["1233omgeving"]);

GEvent.addListener(marker["1233omgeving"], "click", function() {
  marker["1233omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1233"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1127"] = GMap_genHTML('<p><b>Efteling</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/efteling.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/efteling.jpg" width="150" height="94" class="fotoRight"></a>De Efteling is een attractiepark voor massarecreatie, gelegen in Kaatsheuvel, gemeente Loon op Zand, in Noord-Brabant. Het is qua oppervlakte het grootste themapark van de Benelux en &eacute;...<div class="clear"></div><p class="right"><a href="http://www.efteling.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1127);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1127omgeving"] = new GMarker(new GLatLng(51.653730, 5.052285),icon);
map.addOverlay(marker["1127omgeving"]);

GEvent.addListener(marker["1127omgeving"], "click", function() {
  marker["1127omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1127"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1011"] = GMap_genHTML('<p><b>Elvis Presley Museum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/elvis_museum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/elvis_museum.jpg" width="150" height="100" class="fotoRight"></a>De vitrininekasten zijn ingericht, de gouden platen hangen aan de muur en de stem van Elvis komt uit de boxen. Op zo&rsquo;n moment ben je even in een andere wereld... Maar is meer! Naast de ...<div class="clear"></div><p class="right"><a href="http://www.elvismuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1011);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1011omgeving"] = new GMarker(new GLatLng(51.95795, 5.23771),icon);
map.addOverlay(marker["1011omgeving"]);

GEvent.addListener(marker["1011omgeving"], "click", function() {
  marker["1011omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1011"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1211"] = GMap_genHTML('<p><b>Enouvelle</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/enouvelle.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/enouvelle.gif" width="150" height="149" class="fotoRight"></a>Op de vrijdag avond van 19.30 tot 22.30 uur kunnen  maximaal acht gasten van onze saunafaciliteiten genieten. Hierdoor is  de gezelligheid en uw privacy gewaarborgd is.<div class="clear"></div><p class="right"><a href="http://www.enouvelle.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1211);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1211omgeving"] = new GMarker(new GLatLng(51.962320, 5.421342),icon);
map.addOverlay(marker["1211omgeving"]);

GEvent.addListener(marker["1211omgeving"], "click", function() {
  marker["1211omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1211"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1076"] = GMap_genHTML('<p><b>Eusebiuskerk</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/eusebius.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/eusebius.jpg" width="121" height="150" class="fotoRight"></a>Het imposante, markante en historisch bouwwerk is van oudsher het middelpunt van de stad.   Het unieke monumentale gebouw biedt een uitstekend decor voor vele soorten evenementen. De ...<div class="clear"></div><p class="right"><a href="http://www.eusebius.nl/default.aspx" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|kastelen\',1076);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1076omgeving"] = new GMarker(new GLatLng(51.979036, 5.909429),icon);
map.addOverlay(marker["1076omgeving"]);

GEvent.addListener(marker["1076omgeving"], "click", function() {
  marker["1076omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1076"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1137"] = GMap_genHTML('<p><b>Familiepark DippieDoe</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dippiedoe.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dippiedoe.jpg" width="150" height="28" class="fotoRight"></a>DippieDoe is kindvriendelijk, veilig en overzichtelijk! Voor de allerkleinsten is er een speciale zachte speelhoek. Maar ook voor de grotere kinderen zijn er veel spannende speelattracties!   ...<div class="clear"></div><p class="right"><a href="http://www.dippiedoe.nl/index.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1137);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1137omgeving"] = new GMarker(new GLatLng(51.498150, 5.428689),icon);
map.addOverlay(marker["1137omgeving"]);

GEvent.addListener(marker["1137omgeving"], "click", function() {
  marker["1137omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1137"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1128"] = GMap_genHTML('<p><b>Familiepretpark Koningin Juliana Toren</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/julianatoren.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/julianatoren.jpg" width="150" height="109" class="fotoRight"></a>Het leukste en voordeligste familie pretpark van Nederland voor een dagje uit met het hele gezin met kinderen tot 12 jaar.<div class="clear"></div><p class="right"><a href="http://www.julianatoren.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1128);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1128omgeving"] = new GMarker(new GLatLng(52.228026, 5.913717),icon);
map.addOverlay(marker["1128omgeving"]);

GEvent.addListener(marker["1128omgeving"], "click", function() {
  marker["1128omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1128"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1146"] = GMap_genHTML('<p><b>Fantasy Island</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/fantasy_island.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/fantasy_island.jpg" width="150" height="131" class="fotoRight"></a>Fantasy Island is een overdekt kinderspeelparadijs voor kinderen van 0 t/m ongeveer 12 jaar. In een hal van bijna 1000 m2 staat een gigantisch speelrek met verschillende hindernissen. Met ...<div class="clear"></div><p class="right"><a href="http://www.fantasyisland.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1146);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1146omgeving"] = new GMarker(new GLatLng(52.030055, 5.650729),icon);
map.addOverlay(marker["1146omgeving"]);

GEvent.addListener(marker["1146omgeving"], "click", function() {
  marker["1146omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1146"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1199"] = GMap_genHTML('<p><b>Filmhuis Movie W</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Wageningen<div class="clear"></div><p class="right"><a href="http://www.mowie-w.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1199);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1199omgeving"] = new GMarker(new GLatLng(51.968117, 5.657562),icon);
map.addOverlay(marker["1199omgeving"]);

GEvent.addListener(marker["1199omgeving"], "click", function() {
  marker["1199omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1199"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1206"] = GMap_genHTML('<p><b>Fitness Voigt</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/voigt.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/voigt.jpg" width="150" height="76" class="fotoRight"></a>Fitness Voigt is een familiebedrijf dat sinds 1984 centraal in Tiel is gevestigd. Het fitnesscentrum is goed bereikbaar en op loopafstand van een ruime parkeerplaats.<div class="clear"></div><p class="right"><a href="http://www.voigtsport.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1206);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1206omgeving"] = new GMarker(new GLatLng(51.892694, 5.436728),icon);
map.addOverlay(marker["1206omgeving"]);

GEvent.addListener(marker["1206omgeving"], "click", function() {
  marker["1206omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1206"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1003"] = GMap_genHTML('<p><b>Flipje en streekmuseum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/streekmuseum_tiel.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/streekmuseum_tiel.jpg" width="150" height="99" class="fotoRight"></a>Een historisch pand en een Waterpoort aan de Waal geeft onderdak aan het Streekmuseum.  Dit museum biedt informatie over de geschiedenis van Tiel, zoals bodemvondsten uit de tweede eeuw en een ...<div class="clear"></div><p class="right"><a href="http://www.streekmuseumtiel.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1003);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1003omgeving"] = new GMarker(new GLatLng(51.88719, 5.43891),icon);
map.addOverlay(marker["1003omgeving"]);

GEvent.addListener(marker["1003omgeving"], "click", function() {
  marker["1003omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1003"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1064"] = GMap_genHTML('<p><b>Fortis Bank</b></p>Fortis Bank Veenendaal<div class="clear"></div><p class="right"><a href="http://www.fortis.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1064);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1064omgeving"] = new GMarker(new GLatLng(52.02593, 5.55775),icon);
map.addOverlay(marker["1064omgeving"]);

GEvent.addListener(marker["1064omgeving"], "click", function() {
  marker["1064omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1064"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1065"] = GMap_genHTML('<p><b>Fortis Bank</b></p>Fortis Bank Culemborg<div class="clear"></div><p class="right"><a href="http://www.fortis.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1065);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1065omgeving"] = new GMarker(new GLatLng(51.95511, 5.22481),icon);
map.addOverlay(marker["1065omgeving"]);

GEvent.addListener(marker["1065omgeving"], "click", function() {
  marker["1065omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1065"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1035"] = GMap_genHTML('<p><b>Geldmuseum Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/geldmuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/geldmuseum.jpg" width="150" height="115" class="fotoRight"></a>Het Geldmuseum huist in een schitterend pand in Utrecht. Sinds 1911 worden hier alle Nederlandse munten geslagen. Een passende locatie dus voor een museum over geld en geldcultuur.<div class="clear"></div><p class="right"><a href="http://www.geldmuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1035);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1035omgeving"] = new GMarker(new GLatLng(52.08784, 5.09654),icon);
map.addOverlay(marker["1035omgeving"]);

GEvent.addListener(marker["1035omgeving"], "click", function() {
  marker["1035omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1035"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1091"] = GMap_genHTML('<p><b>Golfbaan BurgGolf Wijchen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf_wijchen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf_wijchen.jpg" width="150" height="60" class="fotoRight"></a>In het heuvelachtige Rijk van Nijmegen ligt recreatiegebied Groene Heuvels. Het prachtige strand en het schone zwemwater nodigen uit tot veel waterplezier! Er zijn diverse sport- en ...<div class="clear"></div><p class="right"><a href="http://www.burggolf.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1091);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1091omgeving"] = new GMarker(new GLatLng(51.808976, 5.769743),icon);
map.addOverlay(marker["1091omgeving"]);

GEvent.addListener(marker["1091omgeving"], "click", function() {
  marker["1091omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1091"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1095"] = GMap_genHTML('<p><b>Golfbaan Landgoed Bleijenbeek</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf.jpg" width="150" height="112" class="fotoRight"></a>Nabij uitvalswegen, in de kop van Limburg is Golfbaan Landgoed Bleijenbeek gelegen in het plaatsje Afferden. De in 2005 geopende golfbaan, gelegen in een prachtig en rustig stukje van de ...<div class="clear"></div><p class="right"><a href="http://www.golfenopeenlandgoed.nl/index.php?baaninfobleijenbeek" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1095);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1095omgeving"] = new GMarker(new GLatLng(51.642351, 6.055154),icon);
map.addOverlay(marker["1095omgeving"]);

GEvent.addListener(marker["1095omgeving"], "click", function() {
  marker["1095omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1095"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1096"] = GMap_genHTML('<p><b>Golfcentrum De Batouwe</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf_zoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf_zoelen.jpg" width="150" height="50" class="fotoRight"></a>Weg van de snelweg, even ten noorden van Tiel, ligt op 96 ha grond langs het Amsterdam-Rijnkanaal een schitterende 36-holes baan. Het complex is gesitueerd in het fraaie Betuwse landschap en ...<div class="clear"></div><p class="right"><a href="http://www.golfcentrumdebatouwe.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1096);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1096omgeving"] = new GMarker(new GLatLng(51.927064, 5.421610),icon);
map.addOverlay(marker["1096omgeving"]);

GEvent.addListener(marker["1096omgeving"], "click", function() {
  marker["1096omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1096"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1094"] = GMap_genHTML('<p><b>Golfen op Landgoed Welderen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf_welderen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf_welderen.jpg" width="150" height="110" class="fotoRight"></a>Golfbaan Landgoed Welderen beschikt over een 18 holes Championship Course, 9 holes Par 3-4 oefenbaan, 6 holes Pitch en Puttbaan en een overdekte drivingrange.<div class="clear"></div><p class="right"><a href="http://www.golfenopeenlandgoed.nl/index.php?baaninfowelderen" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1094);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1094omgeving"] = new GMarker(new GLatLng(51.943315, 5.830250),icon);
map.addOverlay(marker["1094omgeving"]);

GEvent.addListener(marker["1094omgeving"], "click", function() {
  marker["1094omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1094"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1239"] = GMap_genHTML('<p><b>Gravin van Buren</b></p>Restaurant in Buren.<div class="clear"></div><p class="right"><a href="http://www.gravinvanburen.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1239);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1239omgeving"] = new GMarker(new GLatLng(51.959372, 5.355563),icon);
map.addOverlay(marker["1239omgeving"]);

GEvent.addListener(marker["1239omgeving"], "click", function() {
  marker["1239omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1239"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1237"] = GMap_genHTML('<p><b>Grillroom Cairo</b></p>Shoarmazaak in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1237);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1237omgeving"] = new GMarker(new GLatLng(51.972643, 5.343779),icon);
map.addOverlay(marker["1237omgeving"]);

GEvent.addListener(marker["1237omgeving"], "click", function() {
  marker["1237omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1237"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1209"] = GMap_genHTML('<p><b>Healthcenter Culemborg</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/healthculemborg.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/healthculemborg.gif" width="150" height="90" class="fotoRight"></a>In Healthcenter Culemborg kunt hier middels een scala aan activiteiten in uw gezondheid investeren. Met ruime openingstijden, zodat u kunt trainen wanneer u wilt. Daartoe staan drie fitnesszalen - ...<div class="clear"></div><p class="right"><a href="http://www.healthcenter-culemborg.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1209);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1209omgeving"] = new GMarker(new GLatLng(51.947102, 5.225253),icon);
map.addOverlay(marker["1209omgeving"]);

GEvent.addListener(marker["1209omgeving"], "click", function() {
  marker["1209omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1209"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1210"] = GMap_genHTML('<p><b>Healthcentre Fit4All</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/healthcentre.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/healthcentre.png" width="150" height="45" class="fotoRight"></a>Healthcentre Fit4All, fysiotherapie, - training - revalidatie in Wijk bij Duurstede<div class="clear"></div><p class="right"><a href="http://www.healthcentrefit4all.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1210);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1210omgeving"] = new GMarker(new GLatLng(51.975194, 5.344749),icon);
map.addOverlay(marker["1210omgeving"]);

GEvent.addListener(marker["1210omgeving"], "click", function() {
  marker["1210omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1210"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1025"] = GMap_genHTML('<p><b>Heemkundig Museum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/heemkundig_museum.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/heemkundig_museum.gif" width="150" height="105" class="fotoRight"></a>Omvangrijke collectie werktuigen en gebruiksvoorwerpen die nog niet zondag lang geleden werden gebruikt op de Betuwse boerderijen. In het museum zijn onder andere de oude ambachten uit de ...<div class="clear"></div><p class="right"><a href="http://www.museum.nl/index.cfm/museum/Heemkundig-Museum" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1025);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1025omgeving"] = new GMarker(new GLatLng(51.94077, 5.50638),icon);
map.addOverlay(marker["1025omgeving"]);

GEvent.addListener(marker["1025omgeving"], "click", function() {
  marker["1025omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1025"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1198"] = GMap_genHTML('<p><b>Heerenstraattheater</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Wageningen <div class="clear"></div><p class="right"><a href="http://www.heerenstraattheater.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1198);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1198omgeving"] = new GMarker(new GLatLng(51.966906, 5.664942),icon);
map.addOverlay(marker["1198omgeving"]);

GEvent.addListener(marker["1198omgeving"], "click", function() {
  marker["1198omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1198"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1251"] = GMap_genHTML('<p><b>Heidi&#39;s theetuin</b></p>Tussen de bloeiende bomen en bloemen kunt u uitgebreid genieten van een kopje koffie of potje thee met heerlijk gebak, knapperige baguettes, soepjes of verse Betuwse aardbeien met slagroom. Voor ...<div class="clear"></div><p class="right"><a href="http://www.heidistheetuin.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1251);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1251omgeving"] = new GMarker(new GLatLng(51.951401, 5.532181),icon);
map.addOverlay(marker["1251omgeving"]);

GEvent.addListener(marker["1251omgeving"], "click", function() {
  marker["1251omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1251"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1133"] = GMap_genHTML('<p><b>Het Land van Jan Klaassen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/janklaassen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/janklaassen.jpg" width="150" height="112" class="fotoRight"></a>&quot;Het grootste pretpark van de Achterhoek&quot;<div class="clear"></div><p class="right"><a href="http://www.janklaassen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1133);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1133omgeving"] = new GMarker(new GLatLng(51.924665, 6.264920),icon);
map.addOverlay(marker["1133omgeving"]);

GEvent.addListener(marker["1133omgeving"], "click", function() {
  marker["1133omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1133"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1085"] = GMap_genHTML('<p><b>Het Park Holthuizen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/holthuizen_tn.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/holthuizen_tn.jpg" width="150" height="112" class="fotoRight"></a>Recreatiegebied Park Holthuizen ligt tussen Huissen en Arnhem. Het gebied is ongeveer 30 hectare groot, met een waterplas.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/5" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1085);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1085omgeving"] = new GMarker(new GLatLng(51.948261, 5.916577),icon);
map.addOverlay(marker["1085omgeving"]);

GEvent.addListener(marker["1085omgeving"], "click", function() {
  marker["1085omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1085"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1097"] = GMap_genHTML('<p><b>Het Rijk van Nijmegen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golfer.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golfer.jpg" width="141" height="150" class="fotoRight"></a>Het Rijk van Nijmegen is een klasse apart met twee 18 holes wedstrijdbanen in een schitterende omgeving. Bovendien zijn er uitstekende oefenfaciliteiten en beschikt Het Rijk van Nijmegen over een ...<div class="clear"></div><p class="right"><a href="http://www.golfenophetrijk.nl/nijmegen" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1097);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1097omgeving"] = new GMarker(new GLatLng(51.790691, 5.921644),icon);
map.addOverlay(marker["1097omgeving"]);

GEvent.addListener(marker["1097omgeving"], "click", function() {
  marker["1097omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1097"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1131"] = GMap_genHTML('<p><b>Het Uilenbos</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uilenbos.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uilenbos.jpg" width="100" height="74" class="fotoRight"></a>Speeltuin is nog zo\'n ouderwetse, met o.a. familieschommels, klimrekken, schommels, wipwappen, draaimolens en niet te vergeten de grote glijbaan. Het zou zomaar kunnen dat u hier zelf vroeger op ...<div class="clear"></div><p class="right"><a href="http://www.uilenbos.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbuiten\',1131);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1131omgeving"] = new GMarker(new GLatLng(52.093576, 5.642660),icon);
map.addOverlay(marker["1131omgeving"]);

GEvent.addListener(marker["1131omgeving"], "click", function() {
  marker["1131omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1131"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1016"] = GMap_genHTML('<p><b>Historisch Museum Arnhem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/historisch_museum_arnhem.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/historisch_museum_arnhem.jpg" width="109" height="150" class="fotoRight"></a>Het Historisch Museum Arnhem is gevestigd in een 18e eeuwse patrici&euml;rswoning in het hart van de oude binnenstad. Het interieur met de beschilderde kamerbehangsels en rococo elementen is uniek ...<div class="clear"></div><p class="right"><a href="http://www.hmarnhem.nl/index/1/?lang=nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1016);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1016omgeving"] = new GMarker(new GLatLng(51.98261, 5.90944),icon);
map.addOverlay(marker["1016omgeving"]);

GEvent.addListener(marker["1016omgeving"], "click", function() {
  marker["1016omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1016"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1004"] = GMap_genHTML('<p><b>Historisch Museum der Koninklijke Marechaussee</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/marechausseemuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/marechausseemuseum.jpg" width="150" height="89" class="fotoRight"></a>De vaste expositie van het museum gaat in op de Koninklijke Marechaussee van de oprichting tot nu. De verschillende perioden met de daarbij behorende politiekorpsen als Rijks- en Gemeenteveldwacht,...<div class="clear"></div><p class="right"><a href="http://www.marechausseemuseum.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1004);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1004omgeving"] = new GMarker(new GLatLng(51.91214, 5.33732),icon);
map.addOverlay(marker["1004omgeving"]);

GEvent.addListener(marker["1004omgeving"], "click", function() {
  marker["1004omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1004"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1017"] = GMap_genHTML('<p><b>Historisch Museum Grenadiers en Jagers</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Museum_Grenadiers_en_Jagers.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Museum_Grenadiers_en_Jagers.jpg" width="150" height="73" class="fotoRight"></a>Traditionele kostbaarheden als wapens, uniformen en regimentssymbolen, maar ook persoonlijke bezittingen, kunstvoorwerpen, boeken en archiefstukken.<div class="clear"></div><p class="right"><a href="http://www.veteranen-online.nl/musea/gelderland.htm" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1017);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1017omgeving"] = new GMarker(new GLatLng(52.02768, 5.89013),icon);
map.addOverlay(marker["1017omgeving"]);

GEvent.addListener(marker["1017omgeving"], "click", function() {
  marker["1017omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1017"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1008"] = GMap_genHTML('<p><b>Historisch Museum het Kleine Veenloo</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/historisch_museum_kleine_veenloo.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/historisch_museum_kleine_veenloo.jpg" width="150" height="127" class="fotoRight"></a>Ruim 500 jaar geleden begon men de veen- gebieden rond de heuvel het Kleine Veenloo, nu de Markt in Veenendaal, af te graven. Veenendaal komt tot leven. Er komen mensen naar het veen en er ...<div class="clear"></div><p class="right"><a href="http://www.hetkleineveenloo.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1008);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1008omgeving"] = new GMarker(new GLatLng(52.02633, 5.55543),icon);
map.addOverlay(marker["1008omgeving"]);

GEvent.addListener(marker["1008omgeving"], "click", function() {
  marker["1008omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1008"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1139"] = GMap_genHTML('<p><b>Hof van Kaatje</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kaatje-klein.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kaatje-klein.gif" width="127" height="150" class="fotoRight"></a>Recreatieboerderij voor kinderen tot 6 jaar.<div class="clear"></div><p class="right"><a href="http://www.hethofvankaatje.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbuiten\',1139);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1139omgeving"] = new GMarker(new GLatLng(51.821318, 5.739397),icon);
map.addOverlay(marker["1139omgeving"]);

GEvent.addListener(marker["1139omgeving"], "click", function() {
  marker["1139omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1139"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1081"] = GMap_genHTML('<p><b>Holland Evenementen Groep</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/holland_evenementen_groep.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/holland_evenementen_groep.jpg" width="150" height="75" class="fotoRight"></a>Voor alle leuke uitjes kunt u bij de Holland Evenementen Groep terecht.<div class="clear"></div><p class="right"><a href="http://www.hollandevenementengroep.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1081);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1081omgeving"] = new GMarker(new GLatLng(51.929084, 5.431361),icon);
map.addOverlay(marker["1081omgeving"]);

GEvent.addListener(marker["1081omgeving"], "click", function() {
  marker["1081omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1081"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1104"] = GMap_genHTML('<p><b>Hotel &#39;t Paviljoen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/paviljoen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/paviljoen.jpg" width="150" height="135" class="fotoRight"></a>Op de Grebbeberg, rondom door bos omgeven, staat Hotel &rsquo;t Paviljoen. Een sfeervol en gezellig familie hotel-restaurant, waar iedereen bereid is zich volledig in te zetten om het de gasten ...<div class="clear"></div><p class="right"><a href="http://www.paviljoen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1104);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1104omgeving"] = new GMarker(new GLatLng(52.373801, 4.890935),icon);
map.addOverlay(marker["1104omgeving"]);

GEvent.addListener(marker["1104omgeving"], "click", function() {
  marker["1104omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1104"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1108"] = GMap_genHTML('<p><b>Hotel - restaurant Nol in &#39;t Bosch</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_nol_in_t_bosch.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_nol_in_t_bosch.jpg" width="150" height="99" class="fotoRight"></a>Idyllisch verscholen in een prachtig stuk natuur nabij Wageningen ligt sinds 1836 Hotel Restaurant Nol in \'t Bosch. Het hotel is nog steeds familiebezit; een waar unicum. De recent gerenoveerde ...<div class="clear"></div><p class="right"><a href="http://www.nolintbosch.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1108);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1108omgeving"] = new GMarker(new GLatLng(51.984296, 5.716676),icon);
map.addOverlay(marker["1108omgeving"]);

GEvent.addListener(marker["1108omgeving"], "click", function() {
  marker["1108omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1108"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1102"] = GMap_genHTML('<p><b>Hotel Buitenlust Amerongen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/buitenlust.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/buitenlust.gif" width="150" height="60" class="fotoRight"></a>Hotel Buitenlust is gevestigd in een monumentaal pand dat in het begin van de 19de gebouwd werd als boederij. In 1904 werd het pand gekocht door slager J. Meijer uit Rhenen die het liet ombouwen ...<div class="clear"></div><p class="right"><a href="http://www.buitenlust-amerongen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1102);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1102omgeving"] = new GMarker(new GLatLng(51.999220, 5.463506),icon);
map.addOverlay(marker["1102omgeving"]);

GEvent.addListener(marker["1102omgeving"], "click", function() {
  marker["1102omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1102"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1106"] = GMap_genHTML('<p><b>Hotel de Bosrand</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bosrand_ede.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bosrand_ede.jpg" width="150" height="138" class="fotoRight"></a>Vakantiepark de Bosrand is een kleinschalig park. Wij bieden u zeer luxe 5 sterren bungalows en 4 sterren appartementen en een breed scala aan recreatieve voorzieningen. De Bosrand is het gehele ...<div class="clear"></div><p class="right"><a href="http://www.bosrand.com/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1106);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1106omgeving"] = new GMarker(new GLatLng(52.052185, 5.681294),icon);
map.addOverlay(marker["1106omgeving"]);

GEvent.addListener(marker["1106omgeving"], "click", function() {
  marker["1106omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1106"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1110"] = GMap_genHTML('<p><b>Hotel De Oude Lantaarn</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/oude_lantaarn.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/oude_lantaarn.jpg" width="150" height="119" class="fotoRight"></a>Een zeven eeuwen oude stad met een prachtige binnenstad vol geveltjes, steegjes, keienstraten, winkeltjes, een haventje en natuurlijk de beroemde molen &quot;Rijn en Lek&quot;. Dit is het decor ...<div class="clear"></div><p class="right"><a href="http://www.pippijn.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1110);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1110omgeving"] = new GMarker(new GLatLng(51.972798, 5.345243),icon);
map.addOverlay(marker["1110omgeving"]);

GEvent.addListener(marker["1110omgeving"], "click", function() {
  marker["1110omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1110"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1107"] = GMap_genHTML('<p><b>Hotel de Paasberg</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_paasberg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_paasberg.jpg" width="150" height="102" class="fotoRight"></a>Driesterrenhotel De Paasberg: praktisch gelegen in het centrum van Ede. Op een steenworp afstand treft u de luisterrijke natuur van de Hoge Veluwe. En binnen beleeft u het warme ontvangst, zoals ...<div class="clear"></div><p class="right"><a href="http://www.centrehotels.nl/nl/hotels/depaasberg/het-hotel" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1107);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1107omgeving"] = new GMarker(new GLatLng(52.099208, 5.771590),icon);
map.addOverlay(marker["1107omgeving"]);

GEvent.addListener(marker["1107omgeving"], "click", function() {
  marker["1107omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1107"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1101"] = GMap_genHTML('<p><b>Hotel de Twee Linden</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/twee_linden.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/twee_linden.jpg" width="150" height="99" class="fotoRight"></a>Midden in het land van Maas en Waal ligt in Beneden-Leeuwen Hotel-caf&eacute;-restaurant De Twee Linden.  Al meer dan 130 jaar is De Twee Linden een sfeervol middelpunt voor zowel zakelijke als ...<div class="clear"></div><p class="right"><a href="http://www.detweelinden.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1101);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1101omgeving"] = new GMarker(new GLatLng(51.881595, 5.512895),icon);
map.addOverlay(marker["1101omgeving"]);

GEvent.addListener(marker["1101omgeving"], "click", function() {
  marker["1101omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1101"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1111"] = GMap_genHTML('<p><b>Hotel De Wereld</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_de_wered.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_de_wered.jpg" width="120" height="120" class="fotoRight"></a>Wederom teruggetoverd in zijn oude functie is het een genot om te eten en slapen in Hotel de Wereld.De 14 luxe kamers zijn van alle gemakken voorzien om uw verblijf zo comfortabel mogelijk te maken.<div class="clear"></div><p class="right"><a href="http://www.hoteldewereld.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1111);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1111omgeving"] = new GMarker(new GLatLng(51.966937, 5.668185),icon);
map.addOverlay(marker["1111omgeving"]);

GEvent.addListener(marker["1111omgeving"], "click", function() {
  marker["1111omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1111"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1105"] = GMap_genHTML('<p><b>Hotel het Wapen van Rhenen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_wapen_rhenen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_wapen_rhenen.jpg" width="150" height="112" class="fotoRight"></a>Het Wapen van Rhenen is al 150 jaren geleden ontstaan en stond en staat voor gastvrijheid, gezelligheid en kwaliteit. Niet voor niets zijn er wekelijks zeer tevreden gasten te vinden. Zowel het ...<div class="clear"></div><p class="right"><a href="http://www.hotelrhenen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1105);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1105omgeving"] = new GMarker(new GLatLng(51.957358, 5.573935),icon);
map.addOverlay(marker["1105omgeving"]);

GEvent.addListener(marker["1105omgeving"], "click", function() {
  marker["1105omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1105"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1103"] = GMap_genHTML('<p><b>Hotel Ibis Veenendaal</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_ibis.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_ibis.jpg" width="150" height="100" class="fotoRight"></a>Ibis Hotel Veenendaal ligt niet ver van het centrum van Veenendaal. Dit comfortabele 3-sterren hotel is aan de A12 gelegen en is zodoende zeer gemakkelijk te bereiken. U bevindt zich hier tussen ...<div class="clear"></div><p class="right"><a href="http://www.hotels.nl/nl/veenendaal/ibis/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1103);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1103omgeving"] = new GMarker(new GLatLng(52.041485, 5.553008),icon);
map.addOverlay(marker["1103omgeving"]);

GEvent.addListener(marker["1103omgeving"], "click", function() {
  marker["1103omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1103"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1100"] = GMap_genHTML('<p><b>Hotel Restaurant &#39;t Veerhuis</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/veerhuis.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/veerhuis.jpg" width="150" height="125" class="fotoRight"></a>Het karakteristieke hotel restaurant \'t Veerhuis is uniek gelegen in het gastvrije land van Maas en Waal, verscholen achter de dijk in de uiterwaarden van de Waal.<div class="clear"></div><p class="right"><a href="http://www.hotelveerhuis.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1100);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1100omgeving"] = new GMarker(new GLatLng(51.880779, 5.448779),icon);
map.addOverlay(marker["1100omgeving"]);

GEvent.addListener(marker["1100omgeving"], "click", function() {
  marker["1100omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1100"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1099"] = GMap_genHTML('<p><b>Hotel van Balveren</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/van_balveren.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/van_balveren.jpg" width="150" height="88" class="fotoRight"></a>Een gezellig driesterrenhotel in Echteld, midden in de Betuwe.<div class="clear"></div><p class="right"><a href="http://www.wapenvanbalveren.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1099);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1099omgeving"] = new GMarker(new GLatLng(51.909658, 5.498475),icon);
map.addOverlay(marker["1099omgeving"]);

GEvent.addListener(marker["1099omgeving"], "click", function() {
  marker["1099omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1099"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1311"] = GMap_genHTML('<p><b>Huisarts Dr. van Eck, Dr. E.F.J. Regtien &amp; A.J.M. van der Aa</b></p>Heeft u medische hulp nodig en is er geen sprake van spoedeisende huip, kunt u tijdens kantooruren contact opnemen met deze huisarts in het dorp.<div class="clear"></div><p class="right"><a href="http://maurik.praktijkinfo.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1311);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1311omgeving"] = new GMarker(new GLatLng(51.962250, 5.423090),icon);
map.addOverlay(marker["1311omgeving"]);

GEvent.addListener(marker["1311omgeving"], "click", function() {
  marker["1311omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1311"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1086"] = GMap_genHTML('<p><b>Indoor Paintball Center Beusichem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/paintball_power.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/paintball_power.jpg" width="150" height="95" class="fotoRight"></a>Het indoor paintball centrum is opgebouwd in de voormalige manege. U waant zich in een verlaten dorp, waar trucks, bunkers, bruggen en een uitkijktoren de sfeer bepalen. Licht-, geluid- en ...<div class="clear"></div><p class="right"><a href="http://www.paintballpower.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1086);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1086omgeving"] = new GMarker(new GLatLng(51.948651, 5.283354),icon);
map.addOverlay(marker["1086omgeving"]);

GEvent.addListener(marker["1086omgeving"], "click", function() {
  marker["1086omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1086"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1305"] = GMap_genHTML('<p><b>Informatiepost RBT in Museum Elisabeth Weeshuis</b></p>Informatiepost<div class="clear"></div><p class="right"><a href="http://www.museumculemborg.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1305);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1305omgeving"] = new GMarker(new GLatLng(51.957432,  5.223876),icon);
map.addOverlay(marker["1305omgeving"]);

GEvent.addListener(marker["1305omgeving"], "click", function() {
  marker["1305omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1305"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1055"] = GMap_genHTML('<p><b>ING</b></p>ING&nbsp;kantoor Tiel<div class="clear"></div><p class="right"><a href="http://www.ing.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1055);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1055omgeving"] = new GMarker(new GLatLng(51.88698, 5.43317),icon);
map.addOverlay(marker["1055omgeving"]);

GEvent.addListener(marker["1055omgeving"], "click", function() {
  marker["1055omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1055"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1056"] = GMap_genHTML('<p><b>ING</b></p>ING kantoor Rhenen<div class="clear"></div><p class="right"><a href="http://www.ing.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1056);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1056omgeving"] = new GMarker(new GLatLng(51.95834, 5.56226),icon);
map.addOverlay(marker["1056omgeving"]);

GEvent.addListener(marker["1056omgeving"], "click", function() {
  marker["1056omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1056"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1057"] = GMap_genHTML('<p><b>ING</b></p>ING&nbsp;kantoor Veenendaal<div class="clear"></div><p class="right"><a href="http://www.ing.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1057);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1057omgeving"] = new GMarker(new GLatLng(52.0248, 5.55857),icon);
map.addOverlay(marker["1057omgeving"]);

GEvent.addListener(marker["1057omgeving"], "click", function() {
  marker["1057omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1057"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1288"] = GMap_genHTML('<p><b>Jachthaven Beusichem </b></p>Jachthaven.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1288);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1288omgeving"] = new GMarker(new GLatLng(51.962038, 5.281264),icon);
map.addOverlay(marker["1288omgeving"]);

GEvent.addListener(marker["1288omgeving"], "click", function() {
  marker["1288omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1288"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1289"] = GMap_genHTML('<p><b>Jachthaven De Helling</b></p>Jachthaven.<div class="clear"></div><p class="right"><a href="http://www.wvdehelling.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1289);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1289omgeving"] = new GMarker(new GLatLng(51.960838, 5.222013),icon);
map.addOverlay(marker["1289omgeving"]);

GEvent.addListener(marker["1289omgeving"], "click", function() {
  marker["1289omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1289"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1287"] = GMap_genHTML('<p><b>Jachthaven de Loswal</b></p>Jachthaven.<div class="clear"></div><p class="right"><a href="http://www.camping-deloswal.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1287);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1287omgeving"] = new GMarker(new GLatLng(51.96907, 5.42802),icon);
map.addOverlay(marker["1287omgeving"]);

GEvent.addListener(marker["1287omgeving"], "click", function() {
  marker["1287omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1287"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1189"] = GMap_genHTML('<p><b>Jacobi Theater</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Jacobi Theater in Utrecht <div class="clear"></div><p class="right"><a href="http://www.jacobi-evenementen.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1189);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1189omgeving"] = new GMarker(new GLatLng(52.095034, 5.114319),icon);
map.addOverlay(marker["1189omgeving"]);

GEvent.addListener(marker["1189omgeving"], "click", function() {
  marker["1189omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1189"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1075"] = GMap_genHTML('<p><b>Janskerk Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/janskerk.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/janskerk.jpg" width="150" height="100" class="fotoRight"></a>De Janskerk is een prachtig historisch gebouw, centraal gelegen in het land en uitstekend bereikbaar per openbaar vervoer.  Wat betreft de verzorging en aankleding is veel mogelijk. De wens van ...<div class="clear"></div><p class="right"><a href="http://www.janskerkutrecht.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|kastelen\',1075);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1075omgeving"] = new GMarker(new GLatLng(52.093112, 5.121824),icon);
map.addOverlay(marker["1075omgeving"]);

GEvent.addListener(marker["1075omgeving"], "click", function() {
  marker["1075omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1075"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1263"] = GMap_genHTML('<p><b>Johanna</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1263);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1263omgeving"] = new GMarker(new GLatLng(51.949409, 5.217022),icon);
map.addOverlay(marker["1263omgeving"]);

GEvent.addListener(marker["1263omgeving"], "click", function() {
  marker["1263omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1263"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1203"] = GMap_genHTML('<p><b>JT Arnhem (Euro Cinema)</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Arnhem<div class="clear"></div><p class="right"><a href="http://www.jt.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1203);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1203omgeving"] = new GMarker(new GLatLng(51.981590, 5.903530),icon);
map.addOverlay(marker["1203omgeving"]);

GEvent.addListener(marker["1203omgeving"], "click", function() {
  marker["1203omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1203"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1200"] = GMap_genHTML('<p><b>JT Nijmegen Calypso</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Nijmegen<div class="clear"></div><p class="right"><a href="http://www.jt.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1200);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1200omgeving"] = new GMarker(new GLatLng(51.843996, 5.865750),icon);
map.addOverlay(marker["1200omgeving"]);

GEvent.addListener(marker["1200omgeving"], "click", function() {
  marker["1200omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1200"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1201"] = GMap_genHTML('<p><b>JT Nijmegen Carolus</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Nijmegen<div class="clear"></div><p class="right"><a href="http://www.jt.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1201);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1201omgeving"] = new GMarker(new GLatLng(51.845826, 5.862187),icon);
map.addOverlay(marker["1201omgeving"]);

GEvent.addListener(marker["1201omgeving"], "click", function() {
  marker["1201omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1201"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1148"] = GMap_genHTML('<p><b>Jungle Town</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/jungletown.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/jungletown.gif" width="150" height="99" class="fotoRight"></a>In Jungle Town Wijchen kunnen kinderen van 0 tot en met 12 jaar (onder begeleiding van een meerderjarige) zich naar hartelust uitleven met speelgoed en speeltoestellen, die bij hen passen. En voor ...<div class="clear"></div><p class="right"><a href="http://www.jungletown.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1148);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1148omgeving"] = new GMarker(new GLatLng(51.814498, 5.750578),icon);
map.addOverlay(marker["1148omgeving"]);

GEvent.addListener(marker["1148omgeving"], "click", function() {
  marker["1148omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1148"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1291"] = GMap_genHTML('<p><b>Kano &amp; Fiestverhuur De Betuwse Stromen</b></p>Kano huren in Enspijk.<div class="clear"></div><p class="right"><a href="http://www.kano.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1291);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1291omgeving"] = new GMarker(new GLatLng(51.884543, 5.210594),icon);
map.addOverlay(marker["1291omgeving"]);

GEvent.addListener(marker["1291omgeving"], "click", function() {
  marker["1291omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1291"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1290"] = GMap_genHTML('<p><b>Kanoverhuur Aan de Linge</b></p>Kano huren in Tiel.<div class="clear"></div><p class="right"><a href="http://www.aandelinge.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1290);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1290omgeving"] = new GMarker(new GLatLng(51.881213, 5.399777),icon);
map.addOverlay(marker["1290omgeving"]);

GEvent.addListener(marker["1290omgeving"], "click", function() {
  marker["1290omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1290"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1292"] = GMap_genHTML('<p><b>Kanoverhuur/ camping De Karekiet</b></p>Kano huren in Buren.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1292);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1292omgeving"] = new GMarker(new GLatLng(51.899002, 5.323958),icon);
map.addOverlay(marker["1292omgeving"]);

GEvent.addListener(marker["1292omgeving"], "click", function() {
  marker["1292omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1292"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1190"] = GMap_genHTML('<p><b>Karel Keizer Podia</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Stadsschouwburg Nijmegen - Concertgebouw De Vereeniging<div class="clear"></div><p class="right"><a href="http://www.keizerkarelpodia.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1190);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1190omgeving"] = new GMarker(new GLatLng(51.842198, 5.860155),icon);
map.addOverlay(marker["1190omgeving"]);

GEvent.addListener(marker["1190omgeving"], "click", function() {
  marker["1190omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1190"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1183"] = GMap_genHTML('<p><b>Kartcircuit De Woerd</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kart3.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kart3.jpg" width="150" height="99" class="fotoRight"></a>n de vriendelijke en groene omgeving van het landelijke driebergen ligt vlak langs de rijksweg A12 Utrecht-Arnhem het kartcircuit Driebergen. Het circuit is makkelijk bereikbaar en beschikt over ...<div class="clear"></div><p class="right"><a href="http://www.kartbaan.com/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|karten\',1183);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1183omgeving"] = new GMarker(new GLatLng(52.056598, 5.290549),icon);
map.addOverlay(marker["1183omgeving"]);

GEvent.addListener(marker["1183omgeving"], "click", function() {
  marker["1183omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1183"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1010"] = GMap_genHTML('<p><b>Kasteel Amerongen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kasteel_amerongen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kasteel_amerongen.jpg" width="150" height="120" class="fotoRight"></a>Het Huis heeft een rijke verzameling meubels, schilderijen en ander huisraad die de bewoners in de loop van enkele eeuwen verzameld hebben. Vanaf 1977 is het Kasteel geen familiebezit meer en nu ...<div class="clear"></div><p class="right"><a href="http://www.kasteelamerongen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1010);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1010omgeving"] = new GMarker(new GLatLng(51.99693, 5.45797),icon);
map.addOverlay(marker["1010omgeving"]);

GEvent.addListener(marker["1010omgeving"], "click", function() {
  marker["1010omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1010"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1145"] = GMap_genHTML('<p><b>Kids Playground </b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/playground.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/playground.jpg" width="150" height="112" class="fotoRight"></a>De kleintjes spelen in gezelschap van hun ouders of begeleiders op speciaal voor hen ontwikkelde soft-playtoestellen, ballenbakken, glijbanen enz., of in het speelse maar niet minder spannende ...<div class="clear"></div><p class="right"><a href="http://www.kidsplayground.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1145);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1145omgeving"] = new GMarker(new GLatLng(52.236174, 5.984076),icon);
map.addOverlay(marker["1145omgeving"]);

GEvent.addListener(marker["1145omgeving"], "click", function() {
  marker["1145omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1145"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1143"] = GMap_genHTML('<p><b>Kinderparadijs Malkenschoten</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/malkenschoten.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/malkenschoten.jpg" width="150" height="75" class="fotoRight"></a>Kinderparadijs Malkenschoten: kinderboerderij, waterpret, speelplezier en kabouterpad.<div class="clear"></div><p class="right"><a href="http://www.kinderparadijsmalkenschoten.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1143);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1143omgeving"] = new GMarker(new GLatLng(52.184839, 5.964135),icon);
map.addOverlay(marker["1143omgeving"]);

GEvent.addListener(marker["1143omgeving"], "click", function() {
  marker["1143omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1143"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1151"] = GMap_genHTML('<p><b>Kinderspeelland DippieDoe Cuijk</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/cuijkdippiedoe.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/cuijkdippiedoe.jpg" width="150" height="100" class="fotoRight"></a>DippieDoe heeft haar deuren in 2006 geopend met de leukste en spannendste speelattracties voor kinderen tot 12 jaar!<div class="clear"></div><p class="right"><a href="http://www.dippiedoe.nl/cuijk/index.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1151);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1151omgeving"] = new GMarker(new GLatLng(51.727077, 5.870675),icon);
map.addOverlay(marker["1151omgeving"]);

GEvent.addListener(marker["1151omgeving"], "click", function() {
  marker["1151omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1151"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1186"] = GMap_genHTML('<p><b>Koningstheater</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Koningstheater in Den Bosch<div class="clear"></div><p class="right"><a href="http://www.koningstheater.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1186);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1186omgeving"] = new GMarker(new GLatLng(51.685696, 5.308509),icon);
map.addOverlay(marker["1186omgeving"]);

GEvent.addListener(marker["1186omgeving"], "click", function() {
  marker["1186omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1186"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1015"] = GMap_genHTML('<p><b>Koninklijk Tehuis voor Oud-Militairen en Museum Bronbeek</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bronbeek.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bronbeek.jpg" width="126" height="150" class="fotoRight"></a>Het hoofdthema van het museum is het koloniale verleden van Nederland en voornamelijk van Nederlands-Indi&euml;. Hierbij ligt de nadruk op het militaire aspect.  De geschiedenis van het ...<div class="clear"></div><p class="right"><a href="http://www.defensie.nl/cdc/bronbeek/museum" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1015);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1015omgeving"] = new GMarker(new GLatLng(51.99281, 5.94815),icon);
map.addOverlay(marker["1015omgeving"]);

GEvent.addListener(marker["1015omgeving"], "click", function() {
  marker["1015omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1015"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1013"] = GMap_genHTML('<p><b>Kr&ouml;ller-M&uuml;ller Museum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kruller_muller_museum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kruller_muller_museum.jpg" width="150" height="100" class="fotoRight"></a>Het Kr&ouml;ller-M&uuml;ller Museum bezit een wereldberoemde collectie voornamelijk 19de en 20ste eeuwse beeldende kunst.  Centraal staan de omvangrijke collectie werken van Vincent van Gogh en ...<div class="clear"></div><p class="right"><a href="http://www.kmm.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1013);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1013omgeving"] = new GMarker(new GLatLng(52.09849, 5.80859),icon);
map.addOverlay(marker["1013omgeving"]);

GEvent.addListener(marker["1013omgeving"], "click", function() {
  marker["1013omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1013"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1250"] = GMap_genHTML('<p><b>Landwinkel / Theetuin De Grote Doorn</b></p>Landwinkel / Theetuin in Slijk-Ewijk.<div class="clear"></div><p class="right"><a href="http://www.degrotedoorn.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1250);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1250omgeving"] = new GMarker(new GLatLng(51.888197, 5.771534),icon);
map.addOverlay(marker["1250omgeving"]);

GEvent.addListener(marker["1250omgeving"], "click", function() {
  marker["1250omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1250"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1310"] = GMap_genHTML('<p><b>Lingehoeve Dierengeneeskunde </b></p>Dierenarts<div class="clear"></div><p class="right"><a href="http://www.delingehoeve.n" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1310);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1310omgeving"] = new GMarker(new GLatLng(51.962576, 5.424178),icon);
map.addOverlay(marker["1310omgeving"]);

GEvent.addListener(marker["1310omgeving"], "click", function() {
  marker["1310omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1310"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1217"] = GMap_genHTML('<p><b>Lodewijk XIII</b></p>Restaurant in Maurik.<div class="clear"></div><p class="right"><a href="http://www.lodewijkxiii.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1217);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1217omgeving"] = new GMarker(new GLatLng(51.962628, 5.422111),icon);
map.addOverlay(marker["1217omgeving"]);

GEvent.addListener(marker["1217omgeving"], "click", function() {
  marker["1217omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1217"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1227"] = GMap_genHTML('<p><b>Lucky House</b></p>Chinees- Indisch Restauarant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsthematisch\',1227);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1227omgeving"] = new GMarker(new GLatLng(51.979518, 5.341422),icon);
map.addOverlay(marker["1227omgeving"]);

GEvent.addListener(marker["1227omgeving"], "click", function() {
  marker["1227omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1227"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1202"] = GMap_genHTML('<p><b>Lux</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Nijmegen<div class="clear"></div><p class="right"><a href="http://www.lux-nijmegen.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1202);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1202omgeving"] = new GMarker(new GLatLng(51.845202, 5.867117),icon);
map.addOverlay(marker["1202omgeving"]);

GEvent.addListener(marker["1202omgeving"], "click", function() {
  marker["1202omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1202"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1278"] = GMap_genHTML('<p><b>Manege Blauwendraad</b></p>Manege in Rhenen.<div class="clear"></div><p class="right"><a href="http://www.blauwendraad.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1278);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1278omgeving"] = new GMarker(new GLatLng(51.997527, 5.548959),icon);
map.addOverlay(marker["1278omgeving"]);

GEvent.addListener(marker["1278omgeving"], "click", function() {
  marker["1278omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1278"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1274"] = GMap_genHTML('<p><b>Manege de Fruithof </b></p>Manege in Heteren.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1274);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1274omgeving"] = new GMarker(new GLatLng(51.960668, 5.763868),icon);
map.addOverlay(marker["1274omgeving"]);

GEvent.addListener(marker["1274omgeving"], "click", function() {
  marker["1274omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1274"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1276"] = GMap_genHTML('<p><b>Manege de Kruisstraat</b></p>Manege in Tiel.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1276);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1276omgeving"] = new GMarker(new GLatLng(51.874469, 5.416031),icon);
map.addOverlay(marker["1276omgeving"]);

GEvent.addListener(marker["1276omgeving"], "click", function() {
  marker["1276omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1276"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1272"] = GMap_genHTML('<p><b>Manege de Veluw</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/paard.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/paard.gif" width="150" height="108" class="fotoRight"></a>Manege in Ewijk.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1272);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1272omgeving"] = new GMarker(new GLatLng(51.876750, 5.738966),icon);
map.addOverlay(marker["1272omgeving"]);

GEvent.addListener(marker["1272omgeving"], "click", function() {
  marker["1272omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1272"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1275"] = GMap_genHTML('<p><b>Manege Kuster</b></p>Manege in Tiel.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1275);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1275omgeving"] = new GMarker(new GLatLng(51.877658, 5.423687),icon);
map.addOverlay(marker["1275omgeving"]);

GEvent.addListener(marker["1275omgeving"], "click", function() {
  marker["1275omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1275"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1273"] = GMap_genHTML('<p><b>Manege Lingezicht</b></p>Manege in Echteld.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1273);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1273omgeving"] = new GMarker(new GLatLng(51.919855, 5.495835),icon);
map.addOverlay(marker["1273omgeving"]);

GEvent.addListener(marker["1273omgeving"], "click", function() {
  marker["1273omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1273"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1280"] = GMap_genHTML('<p><b>Manege Ravenswaaij</b></p>Manege in Ravenswaaij<div class="clear"></div><p class="right"><a href="http://www.manegeravenswaaij.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1280);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1280omgeving"] = new GMarker(new GLatLng(51.945968, 5.317427),icon);
map.addOverlay(marker["1280omgeving"]);

GEvent.addListener(marker["1280omgeving"], "click", function() {
  marker["1280omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1280"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1271"] = GMap_genHTML('<p><b>Manege Satana</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/paard.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/paard.gif" width="150" height="108" class="fotoRight"></a>Luxe buitenrijbaan, stallen en een overdekte rijbaan met verwarmde gezellige kantine.<div class="clear"></div><p class="right"><a href="http://www.satana.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1271);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1271omgeving"] = new GMarker(new GLatLng(51.897633, 5.369527),icon);
map.addOverlay(marker["1271omgeving"]);

GEvent.addListener(marker["1271omgeving"], "click", function() {
  marker["1271omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1271"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1279"] = GMap_genHTML('<p><b>Manege/ Pensionstal De Dragonder</b></p>Manege in Veenendaal.<div class="clear"></div><p class="right"><a href="http://home.hetnet.nl/~bertbos/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1279);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1279omgeving"] = new GMarker(new GLatLng(52.023386, 5.587262),icon);
map.addOverlay(marker["1279omgeving"]);

GEvent.addListener(marker["1279omgeving"], "click", function() {
  marker["1279omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1279"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1234"] = GMap_genHTML('<p><b>Mangerie Duurstede</b></p>Nederlands restaurant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1234);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1234omgeving"] = new GMarker(new GLatLng(51.97259, 5.34513),icon);
map.addOverlay(marker["1234omgeving"]);

GEvent.addListener(marker["1234omgeving"], "click", function() {
  marker["1234omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1234"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1173"] = GMap_genHTML('<p><b>Markt Buren</b></p>Iedere zaterdag van 8.00 uur tot&nbsp;12.30 uur in het centrum van Buren.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1173);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1173omgeving"] = new GMarker(new GLatLng(51.91145, 5.33455),icon);
map.addOverlay(marker["1173omgeving"]);

GEvent.addListener(marker["1173omgeving"], "click", function() {
  marker["1173omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1173"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1165"] = GMap_genHTML('<p><b>Markt Culemborg</b></p>Iedere dinsdag van 08.30 uur&nbsp;tot 12.30 uur in het centrum van Culemborg<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1165);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1165omgeving"] = new GMarker(new GLatLng(51.957544, 5.225784),icon);
map.addOverlay(marker["1165omgeving"]);

GEvent.addListener(marker["1165omgeving"], "click", function() {
  marker["1165omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1165"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1166"] = GMap_genHTML('<p><b>Markt Echteld</b></p>Iedere vrijdag van 14.00 uur tot 17.30 uur in de Ooisestraat.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1166);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1166omgeving"] = new GMarker(new GLatLng(51.904009, 5.493572),icon);
map.addOverlay(marker["1166omgeving"]);

GEvent.addListener(marker["1166omgeving"], "click", function() {
  marker["1166omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1166"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1167"] = GMap_genHTML('<p><b>Markt Geldermalsen</b></p>Iedere vrijdag van 8.30 uur tot 12.30 uur in het centrum van Geldermalsen.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1167);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1167omgeving"] = new GMarker(new GLatLng(51.883229, 5.288417),icon);
map.addOverlay(marker["1167omgeving"]);

GEvent.addListener(marker["1167omgeving"], "click", function() {
  marker["1167omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1167"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1168"] = GMap_genHTML('<p><b>Markt Kesteren</b></p>Iedere woensdag van 07.00&nbsp;uur tot&nbsp;12.30 uur en zaterdag van 07.00&nbsp;uur tot&nbsp;17.30 uur in het centrum van Kesteren.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1168);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1168omgeving"] = new GMarker(new GLatLng(51.932969, 5.574490),icon);
map.addOverlay(marker["1168omgeving"]);

GEvent.addListener(marker["1168omgeving"], "click", function() {
  marker["1168omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1168"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1164"] = GMap_genHTML('<p><b>Markt Maurik</b></p>Iedere woensdag van 9.00 uur tot 17.00 uur op het Engelshof<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1164);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1164omgeving"] = new GMarker(new GLatLng(51.9593145, 5.421516),icon);
map.addOverlay(marker["1164omgeving"]);

GEvent.addListener(marker["1164omgeving"], "click", function() {
  marker["1164omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1164"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1169"] = GMap_genHTML('<p><b>Markt Ochten</b></p>Iedere zaterdag van 09.00 uur tot&nbsp;17.30 uur op het Dr. M. v. Drielplein in Ochten.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1169);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1169omgeving"] = new GMarker(new GLatLng(51.907987, 5.565815),icon);
map.addOverlay(marker["1169omgeving"]);

GEvent.addListener(marker["1169omgeving"], "click", function() {
  marker["1169omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1169"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1172"] = GMap_genHTML('<p><b>Markt Wijk bij Duurstede</b></p>Iedere woensdag van&nbsp;9.00 uur tot&nbsp;12.00 uur in het centrum van Wijk bij Duurstede.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1172);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1172omgeving"] = new GMarker(new GLatLng(51.97219, 5.34485),icon);
map.addOverlay(marker["1172omgeving"]);

GEvent.addListener(marker["1172omgeving"], "click", function() {
  marker["1172omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1172"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1041"] = GMap_genHTML('<p><b>Maurik Paragliding</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/maurik_paragliding1.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/maurik_paragliding1.jpg" width="150" height="113" class="fotoRight"></a>Maurik Paragliding is een vliegschool die opleidt tot schermvliegen. Zowel voor een lieropleiding in Nederland als een bergopleiding in Oostenrijk, kan je bij Maurik Paragliding terecht.<div class="clear"></div><p class="right"><a href="http://www.maurikparagliding.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'eilandvanmaurik|recreatiepark\',1041);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_eilandvanmaurik.png";

marker["1041omgeving"] = new GMarker(new GLatLng(51.97718, 5.43149),icon);
map.addOverlay(marker["1041omgeving"]);

GEvent.addListener(marker["1041omgeving"], "click", function() {
  marker["1041omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1041"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1193"] = GMap_genHTML('<p><b>Metro Tiel</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Tiel<div class="clear"></div><p class="right"><a href="http://www.bioscooptiel.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1193);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1193omgeving"] = new GMarker(new GLatLng(51.888346, 5.433553),icon);
map.addOverlay(marker["1193omgeving"]);

GEvent.addListener(marker["1193omgeving"], "click", function() {
  marker["1193omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1193"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1149"] = GMap_genHTML('<p><b>Monkey Town Amersfoort</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/monkeytown.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/monkeytown.jpg" width="150" height="112" class="fotoRight"></a>Monkey Town Amersfoort is een indoor speelparadijs waar kinderen van nul t/m twaalf jaar overdekt kunnen spelen. Er is ook een apart gedeelte voor de allerkleinsten, met kleurrijke speeltoestellen,...<div class="clear"></div><p class="right"><a href="http://www.monkeytown.eu/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1149);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1149omgeving"] = new GMarker(new GLatLng(52.163514, 5.367682),icon);
map.addOverlay(marker["1149omgeving"]);

GEvent.addListener(marker["1149omgeving"], "click", function() {
  marker["1149omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1149"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1005"] = GMap_genHTML('<p><b>Museum Buren &amp; Oranje</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/museum_buren_oranje.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/museum_buren_oranje.jpg" width="125" height="150" class="fotoRight"></a>Museum Buren &amp; Oranje bestaat sinds 1988 en is gevestigd in het eeuwenoude en monumentale raadhuis aan de Markt te Buren. Waarom dit museum ? Hoewel de korenmolen &acute;De Prins van ...<div class="clear"></div><p class="right"><a href="http://www.burenenoranje.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1005);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1005omgeving"] = new GMarker(new GLatLng(51.91103, 5.33307),icon);
map.addOverlay(marker["1005omgeving"]);

GEvent.addListener(marker["1005omgeving"], "click", function() {
  marker["1005omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1005"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1038"] = GMap_genHTML('<p><b>Museum Catharijneconvent</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/catherijne_convent.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/catherijne_convent.jpg" width="150" height="150" class="fotoRight"></a>Maak kennis met het heden en verleden van het christendom in Nederland. Kom naar Utrecht en beleef deze fascinerende geschiedenis in een prachtig middeleeuws kloostergebouw.<div class="clear"></div><p class="right"><a href="http://www.catharijneconvent.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1038);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1038omgeving"] = new GMarker(new GLatLng(52.08781, 5.12326),icon);
map.addOverlay(marker["1038omgeving"]);

GEvent.addListener(marker["1038omgeving"], "click", function() {
  marker["1038omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1038"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1007"] = GMap_genHTML('<p><b>Museum Dorestad&nbsp; - Stedelijk en Kantonnaal Museum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dorestad_museum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dorestad_museum.jpg" width="150" height="33" class="fotoRight"></a>Opgravingen hebben aan het licht gebracht dat het huidige Wijk bij Duurstede reeds in de Bronstijd, IJzertijd en Romeinse tijd werd bewoond. Deze opgravingen werden vanaf 1967 uitgevoerd door de ...<div class="clear"></div><p class="right"><a href="http://www.museumdorestad.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1007);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1007omgeving"] = new GMarker(new GLatLng(51.97095, 5.34616),icon);
map.addOverlay(marker["1007omgeving"]);

GEvent.addListener(marker["1007omgeving"], "click", function() {
  marker["1007omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1007"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1012"] = GMap_genHTML('<p><b>Museum Elisabeth Weeshuis Culemborg</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/museum_weeshuis_culemborg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/museum_weeshuis_culemborg.jpg" width="150" height="96" class="fotoRight"></a>Het ligt wat verborgen. Maar als u de poort van Herenstraat 29 doorgaat, ziet u een van oudste gebouwen van Culemborg: het monumentale Elisabeth Weeshuis uit 1560. In het huis woonden tot 1952 nog ...<div class="clear"></div><p class="right"><a href="http://www.museumculemborg.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1012);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1012omgeving"] = new GMarker(new GLatLng(51.9576, 5.22408),icon);
map.addOverlay(marker["1012omgeving"]);

GEvent.addListener(marker["1012omgeving"], "click", function() {
  marker["1012omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1012"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1020"] = GMap_genHTML('<p><b>Museum Het Valkhof</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/museum_valkhof.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/museum_valkhof.jpg" width="150" height="121" class="fotoRight"></a>Museum Het Valkhof heeft vaste collecties Archeologie, Oude en Moderne Kunst. Ook is er een uitgebreide, gespecialiseerde bibliotheek met bijbehorende leeszaal. Hier kunt u terecht voor ...<div class="clear"></div><p class="right"><a href="http://www.museumhetvalkhof.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1020);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1020omgeving"] = new GMarker(new GLatLng(51.8462, 5.87086),icon);
map.addOverlay(marker["1020omgeving"]);

GEvent.addListener(marker["1020omgeving"], "click", function() {
  marker["1020omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1020"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1033"] = GMap_genHTML('<p><b>Museum Maluka</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/moluk.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/moluk.jpg" width="150" height="112" class="fotoRight"></a>De missie van het Museum Maluku (MUMA) is om het erfgoed van de Molukse gemeenschap in Nederland te verzamelen, te bewaren, te onderzoeken en te presenteren. Het museum voert haar missie uit door ...<div class="clear"></div><p class="right"><a href="http://www.museum-maluku.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1033);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1033omgeving"] = new GMarker(new GLatLng(52.09517, 5.13096),icon);
map.addOverlay(marker["1033omgeving"]);

GEvent.addListener(marker["1033omgeving"], "click", function() {
  marker["1033omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1033"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1026"] = GMap_genHTML('<p><b>Museum Stratemakerstoren</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/stratemakerstoren.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/stratemakerstoren.jpg" width="150" height="112" class="fotoRight"></a>Een unieke vestingtoren uit het begin van de 16e eeuw die pas in 1987 is herontdekt en toen zijn geheimen prijsgaf: onderaardse gangen met nissen waarin destijds kanonnen stonden opgesteld om de ...<div class="clear"></div><p class="right"><a href="http://www.stratemakerstoren.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1026);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1026omgeving"] = new GMarker(new GLatLng(51.84842, 5.86975),icon);
map.addOverlay(marker["1026omgeving"]);

GEvent.addListener(marker["1026omgeving"], "click", function() {
  marker["1026omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1026"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1028"] = GMap_genHTML('<p><b>Museum Tweestromenland</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/streekhistorisch_museum_tweestromenland.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/streekhistorisch_museum_tweestromenland.jpg" width="150" height="100" class="fotoRight"></a>Streekhistorisch Museum Tweestromenland is in 1986 opgericht door de Historische Vereniging Tweestromenland. Sinds 1994 is het museum gevestigd in het voor- malige zustersklooster St. Elisabeth te ...<div class="clear"></div><p class="right"><a href="http://home.hetnet.nl/~patrickroeffen/nl/menu1.html" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1028);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1028omgeving"] = new GMarker(new GLatLng(51.88203, 5.51666),icon);
map.addOverlay(marker["1028omgeving"]);

GEvent.addListener(marker["1028omgeving"], "click", function() {
  marker["1028omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1028"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1032"] = GMap_genHTML('<p><b>Museum voor hedendaagse Aboriginal Kunst</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/aamu.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/aamu.png" width="150" height="112" class="fotoRight"></a>Het AAMU wil in Nederland en Europa een platform zijn voor de Aboriginal beeldende kunst en voor ontwikkelingen in deze kunstvorm. Daarin wordt nadrukkelijk de verbinding gezocht met andere ...<div class="clear"></div><p class="right"><a href="http://www.aamu.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1032);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1032omgeving"] = new GMarker(new GLatLng(52.08824, 5.12173),icon);
map.addOverlay(marker["1032omgeving"]);

GEvent.addListener(marker["1032omgeving"], "click", function() {
  marker["1032omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1032"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1024"] = GMap_genHTML('<p><b>Museumpark Orientalis</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/museumpark_orientalis.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/museumpark_orientalis.jpg" width="140" height="140" class="fotoRight"></a>Museumpark Orientalis biedt een eigentijdse kijk op de drie religies die bepalend zijn geweest voor de identiteit van hedendaags Europa: jodendom, christendom en islam. Orientalis laat zien dat er ...<div class="clear"></div><p class="right"><a href="http://www.museumparkorientalis.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1024);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1024omgeving"] = new GMarker(new GLatLng(51.81575, 5.88708),icon);
map.addOverlay(marker["1024omgeving"]);

GEvent.addListener(marker["1024omgeving"], "click", function() {
  marker["1024omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1024"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1191"] = GMap_genHTML('<p><b>Musis Sacrum - Schouwburg Arnhem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Musis Sacrum - Schouwburg Arnhem<div class="clear"></div><p class="right"><a href="http://www.schouwburg-arnhem.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1191);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1191omgeving"] = new GMarker(new GLatLng(51.983175, 5.914151),icon);
map.addOverlay(marker["1191omgeving"]);

GEvent.addListener(marker["1191omgeving"], "click", function() {
  marker["1191omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1191"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1019"] = GMap_genHTML('<p><b>MuZIEum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/muzieum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/muzieum.jpg" width="150" height="97" class="fotoRight"></a>Maak kennis met het wonder van ZIEN en de onbekende wereld van het NIET-ZIEN.<div class="clear"></div><p class="right"><a href="http://www.muzieum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1019);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1019omgeving"] = new GMarker(new GLatLng(51.84784, 5.85507),icon);
map.addOverlay(marker["1019omgeving"]);

GEvent.addListener(marker["1019omgeving"], "click", function() {
  marker["1019omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1019"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1027"] = GMap_genHTML('<p><b>Nationaal Bevrijdingsmuseum 1944-1945</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bevrijdingsmuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bevrijdingsmuseum.jpg" width="150" height="100" class="fotoRight"></a>Op een van de mooiste locaties van Nederland, tussen de heuvels en bossen van Groesbeek, ligt het Nationaal Bevrijdingsmuseum 1944-1945. In dit museum - gelegen in de nabijheid van Arnhem, ...<div class="clear"></div><p class="right"><a href="http://www.bevrijdingsmuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1027);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1027omgeving"] = new GMarker(new GLatLng(51.78536, 5.93562),icon);
map.addOverlay(marker["1027omgeving"]);

GEvent.addListener(marker["1027omgeving"], "click", function() {
  marker["1027omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1027"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1021"] = GMap_genHTML('<p><b>Nationaal Fietsmuseum Velorama</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/fietsmuseum.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/fietsmuseum.gif" width="150" height="131" class="fotoRight"></a>Het Nationaal Fietsmuseum VELORAMA (het enige fietsmuseum&nbsp;in Nederland) herbergt een schat aan informatie, compleet met zo\'n 250 echte, antieke exemplaren.<div class="clear"></div><p class="right"><a href="http://www.velorama.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1021);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1021omgeving"] = new GMarker(new GLatLng(51.84917, 5.86837),icon);
map.addOverlay(marker["1021omgeving"]);

GEvent.addListener(marker["1021omgeving"], "click", function() {
  marker["1021omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1021"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1031"] = GMap_genHTML('<p><b>Nationaal Museum van Speelklok tot Pierement</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/museum_speelklok.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/museum_speelklok.jpg" width="150" height="114" class="fotoRight"></a>Laat u vermaken door de muziekinstrumenten van het museum. In dit museum verzamelen en repareren we instrumenten die uit zichzelf spelen en al ruim 600 jaar zorgen voor het vermaak van jong en ...<div class="clear"></div><p class="right"><a href="http://www.museumspeelklok.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1031);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1031omgeving"] = new GMarker(new GLatLng(52.09045, 5.11888),icon);
map.addOverlay(marker["1031omgeving"]);

GEvent.addListener(marker["1031omgeving"], "click", function() {
  marker["1031omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1031"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1178"] = GMap_genHTML('<p><b>Nationaal Park Utrechtse Heuvelrug</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/NPUH.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/NPUH.jpg" width="150" height="60" class="fotoRight"></a>Nationaal Park Utrechtse Heuvelrug ligt tussen Driebergen en Rhenen en is 6000 hectare groot.   De Utrechtse Heuvelrug is een wandel- en fietsgebied bij uitstek. U kunt er heerlijk wandelen en ...<div class="clear"></div><p class="right"><a href="http://www.nationaalpark-utrechtseheuvelrug.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1178);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1178omgeving"] = new GMarker(new GLatLng(52.04236, 5.37094),icon);
map.addOverlay(marker["1178omgeving"]);

GEvent.addListener(marker["1178omgeving"], "click", function() {
  marker["1178omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1178"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1022"] = GMap_genHTML('<p><b>Natuurmuseum Nijmegen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/natuurmuseum_nijmegen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/natuurmuseum_nijmegen.jpg" width="200" height="269" class="fotoRight"></a>In het Natuurmuseum Nijmegen kan jong en oud kennismaken met natuur en landschap van de regio. Het museum heeft een grote verzameling dieren, planten en stenen, die afkomstig zijn van het Gelderse ...<div class="clear"></div><p class="right"><a href="http://www.natuurmuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1022);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1022omgeving"] = new GMarker(new GLatLng(51.845, 5.87121),icon);
map.addOverlay(marker["1022omgeving"]);

GEvent.addListener(marker["1022omgeving"], "click", function() {
  marker["1022omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1022"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1018"] = GMap_genHTML('<p><b>Nederlands Watermuseum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/watermuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/watermuseum.jpg" width="150" height="99" class="fotoRight"></a>Het Nederlands Watermuseum is een eigentijds en interactief museum over alle aspecten van zoet water. Een &eacute;cht doe-museum waar je bijvoorbeeld een tochtje kunt maken door het riool, een ...<div class="clear"></div><p class="right"><a href="http://www.watermuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1018);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1018omgeving"] = new GMarker(new GLatLng(51.98887, 5.90009),icon);
map.addOverlay(marker["1018omgeving"]);

GEvent.addListener(marker["1018omgeving"], "click", function() {
  marker["1018omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1018"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1220"] = GMap_genHTML('<p><b>Ons Hoekje</b></p>Caf&eacute;-Restaurant in Ingen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1220);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1220omgeving"] = new GMarker(new GLatLng(51.960079, 5.486765),icon);
map.addOverlay(marker["1220omgeving"]);

GEvent.addListener(marker["1220omgeving"], "click", function() {
  marker["1220omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1220"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1255"] = GMap_genHTML('<p><b>Op Hoop van Beter</b></p>Molenwinkel<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1255);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1255omgeving"] = new GMarker(new GLatLng(51.959984, 5.484051),icon);
map.addOverlay(marker["1255omgeving"]);

GEvent.addListener(marker["1255omgeving"], "click", function() {
  marker["1255omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1255"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1014"] = GMap_genHTML('<p><b>Openluchtmuseum Arnhem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/openluchtmuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/openluchtmuseum.jpg" width="150" height="105" class="fotoRight"></a>In het openluchtmuseum ziet u&nbsp;hoe gewone Nederlanders huis en haard verlieten om elders een nieuw leven te beginnen. Ze emigreerden naar Amerika of Canada bijvoorbeeld. Maar ook de andere ...<div class="clear"></div><p class="right"><a href="http://www.openluchtmuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1014);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1014omgeving"] = new GMarker(new GLatLng(52.00834, 5.92129),icon);
map.addOverlay(marker["1014omgeving"]);

GEvent.addListener(marker["1014omgeving"], "click", function() {
  marker["1014omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1014"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1000"] = GMap_genHTML('<p><b>Ouwehands Dierenpark</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Ouwehands_logo_rgb.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Ouwehands_logo_rgb.gif" width="150" height="78" class="fotoRight"></a>In Ouwehands Dierenpark leven bijzondere diersoorten in ruime en natuurlijke verblijven. Ontmoet de zeldzame witte tijgers en witte leeuwen, sta neus aan neus met onze ijsberen en loop door het ...<div class="clear"></div><p class="right"><a href="http://www.ouwehand.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1000);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1000omgeving"] = new GMarker(new GLatLng(51.95548, 5.58955),icon);
map.addOverlay(marker["1000omgeving"]);

GEvent.addListener(marker["1000omgeving"], "click", function() {
  marker["1000omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1000"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1040"] = GMap_genHTML('<p><b>Pannekoekhuis &#147;De Waterspiegel&#148;</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pannekoekenhuis3.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pannekoekenhuis3.jpg" width="150" height="86" class="fotoRight"></a>Een avondje geen zin om te koken? Bezoek ons pannekoekhuis \'De Waterspiegel\', die te vinden is bij de receptie van ons park.<div class="clear"></div><p class="right"><a href="http://www.dewaterspiegel.nl/waterspiegel.html" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'eilandvanmaurik|recreatiepark\',1040);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_eilandvanmaurik.png";

marker["1040omgeving"] = new GMarker(new GLatLng(51.9762, 5.42957),icon);
map.addOverlay(marker["1040omgeving"]);

GEvent.addListener(marker["1040omgeving"], "click", function() {
  marker["1040omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1040"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1228"] = GMap_genHTML('<p><b>Pannenkoekenhuis Pielot</b></p>Pannenkoekenhuis in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsthematisch\',1228);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1228omgeving"] = new GMarker(new GLatLng(51.972244 , 5.344901),icon);
map.addOverlay(marker["1228omgeving"]);

GEvent.addListener(marker["1228omgeving"], "click", function() {
  marker["1228omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1228"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1179"] = GMap_genHTML('<p><b>Park Sonsbeek</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/sonsbeek.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/sonsbeek.jpg" width="115" height="150" class="fotoRight"></a>Sonsbeek is het bekendste park van Arnhem. Het is bovendien \'s lands eerste monumentale stadspark.<div class="clear"></div><p class="right"><a href="http://www.parksonsbeek.nl/sonsbeek.html" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1179);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1179omgeving"] = new GMarker(new GLatLng(51.99276, 5.90464),icon);
map.addOverlay(marker["1179omgeving"]);

GEvent.addListener(marker["1179omgeving"], "click", function() {
  marker["1179omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1179"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1109"] = GMap_genHTML('<p><b>Parkhotel Hugo de Vries</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/parkhotel_hugo_de_vries.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/parkhotel_hugo_de_vries.jpg" width="150" height="118" class="fotoRight"></a>Parkhotel Hugo de Vries is gevestigd in een in 1904 gebouwde statige villa in het pittoreske groende dorp Lunteren, op de Veluwe.<div class="clear"></div><p class="right"><a href="http://www.hugodevries.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1109);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1109omgeving"] = new GMarker(new GLatLng(52.080778, 5.625266),icon);
map.addOverlay(marker["1109omgeving"]);

GEvent.addListener(marker["1109omgeving"], "click", function() {
  marker["1109omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1109"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1163"] = GMap_genHTML('<p><b>Passage Corridor</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/corridor_veenendaal.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/corridor_veenendaal.jpg" width="150" height="98" class="fotoRight"></a>Ons winkelcentrum is h&eacute;t centrum van Veenendaal! U vindt er 30.000 m&sup2; winkeloppervlak met meer dan 100 verschillende winkels. Naast veel Mode &amp; Lifestyle, vindt u er alles voor uw ...<div class="clear"></div><p class="right"><a href="http://www.passagecorridor.nl/index.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|winkelcentra\',1163);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1163omgeving"] = new GMarker(new GLatLng(52.026946, 5.555819),icon);
map.addOverlay(marker["1163omgeving"]);

GEvent.addListener(marker["1163omgeving"], "click", function() {
  marker["1163omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1163"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1196"] = GMap_genHTML('<p><b>Path&eacute; Rembrandt Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Utrecht<div class="clear"></div><p class="right"><a href="http://www.pathe.nl/rembrandt/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1196);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1196omgeving"] = new GMarker(new GLatLng(52.093914, 5.116372),icon);
map.addOverlay(marker["1196omgeving"]);

GEvent.addListener(marker["1196omgeving"], "click", function() {
  marker["1196omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1196"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1303"] = GMap_genHTML('<p><b>Personenvervoer Briene Tiel / Regio-taxi Rivierengebied</b></p>Taxi<div class="clear"></div><p class="right"><a href="http://www.taxibriene.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1303);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1303omgeving"] = new GMarker(new GLatLng(51.889888, 5.426165),icon);
map.addOverlay(marker["1303omgeving"]);

GEvent.addListener(marker["1303omgeving"], "click", function() {
  marker["1303omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1303"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1229"] = GMap_genHTML('<p><b>Pippijn</b></p>Frans restaurant in Wijk bij Duurstede<div class="clear"></div><p class="right"><a href="http://www.pippijn.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsthematisch\',1229);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1229omgeving"] = new GMarker(new GLatLng(51.97298, 5.34535),icon);
map.addOverlay(marker["1229omgeving"]);

GEvent.addListener(marker["1229omgeving"], "click", function() {
  marker["1229omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1229"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1084"] = GMap_genHTML('<p><b>Pitch &amp; Putt Rijkerswoerd</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pitch_putt.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pitch_putt.jpg" width="150" height="112" class="fotoRight"></a>Pitch&amp;Putt Overbetuwe is gelegen in Elst (gld) aan de rand van Arnhem . Het is een uitdagende 18-holes baan. De 18 holes zijn ruim van opzet en voorzien van bunkers, vijvers, rough en greens. ...<div class="clear"></div><p class="right"><a href="http://www.pitch-putt.nl/index_banen.asp?baan_id=5" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1084);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1084omgeving"] = new GMarker(new GLatLng(51.939866, 5.872944),icon);
map.addOverlay(marker["1084omgeving"]);

GEvent.addListener(marker["1084omgeving"], "click", function() {
  marker["1084omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1084"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1042"] = GMap_genHTML('<p><b>Pitch&amp;Putt Golf Maurik </b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pitch_putt.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pitch_putt.jpg" width="150" height="112" class="fotoRight"></a>Zin in een potje golf tijdens uw verblijf op Vakantiepark Eiland van Maurik?&nbsp;Op loopafstand hebben wij Pitch&amp;Putt Golf Maurik. Kenmerkend voor deze baan zijn de subtiele maar uitdagende ...<div class="clear"></div><p class="right"><a href="http://www.pitch-putt.nl/index_banen.asp?baan_id=45" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'eilandvanmaurik|recreatiepark\',1042);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_eilandvanmaurik.png";

marker["1042omgeving"] = new GMarker(new GLatLng(51.97474, 5.41907),icon);
map.addOverlay(marker["1042omgeving"]);

GEvent.addListener(marker["1042omgeving"], "click", function() {
  marker["1042omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1042"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1156"] = GMap_genHTML('<p><b>Pitch&amp;Putt Golf Maurik </b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pitch_putt.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pitch_putt.jpg" width="150" height="112" class="fotoRight"></a>Zin in een potje golf tijdens uw verblijf op Vakantiepark Eiland van Maurik? Op loopafstand hebben wij Pitch&amp;Putt Golf Maurik. Kenmerkend voor deze baan zijn de subtiele maar uitdagende ...<div class="clear"></div><p class="right"><a href="http://www.pitch-putt.nl/index_banen.asp?baan_id=45" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1156);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1156omgeving"] = new GMarker(new GLatLng(51.97474, 5.41907),icon);
map.addOverlay(marker["1156omgeving"]);

GEvent.addListener(marker["1156omgeving"], "click", function() {
  marker["1156omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1156"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1170"] = GMap_genHTML('<p><b>Plein/ Varkensmarkt Tiel</b></p>Iedere maandag 12.00&nbsp;uur tot&nbsp;17.00 uur en zaterdag 09.00 uur tot 16.30 uur in Tiel.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1170);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1170omgeving"] = new GMarker(new GLatLng(51.887698, 5.438100),icon);
map.addOverlay(marker["1170omgeving"]);

GEvent.addListener(marker["1170omgeving"], "click", function() {
  marker["1170omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1170"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1246"] = GMap_genHTML('<p><b>PM Kosterman Hem</b></p>Cafetaria in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurantsafhaal\',1246);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1246omgeving"] = new GMarker(new GLatLng(51.979104, 5.340776),icon);
map.addOverlay(marker["1246omgeving"]);

GEvent.addListener(marker["1246omgeving"], "click", function() {
  marker["1246omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1246"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1262"] = GMap_genHTML('<p><b>Poldermolen</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1262);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1262omgeving"] = new GMarker(new GLatLng(51.872651, 5.338273),icon);
map.addOverlay(marker["1262omgeving"]);

GEvent.addListener(marker["1262omgeving"], "click", function() {
  marker["1262omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1262"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1266"] = GMap_genHTML('<p><b>Poldermolen Geldermalsen</b></p>Molen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1266);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1266omgeving"] = new GMarker(new GLatLng(51.878768, 5.266727),icon);
map.addOverlay(marker["1266omgeving"]);

GEvent.addListener(marker["1266omgeving"], "click", function() {
  marker["1266omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1266"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1192"] = GMap_genHTML('<p><b>Posttheater Arnhem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Posttheater<div class="clear"></div><p class="right"><a href="http://www.posttheater.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1192);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1192omgeving"] = new GMarker(new GLatLng(51.985935, 5.920848),icon);
map.addOverlay(marker["1192omgeving"]);

GEvent.addListener(marker["1192omgeving"], "click", function() {
  marker["1192omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1192"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1132"] = GMap_genHTML('<p><b>Pyramide van Austerlitz</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pyramide.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pyramide.jpg" width="150" height="35" class="fotoRight"></a>Een dagje naar \'de pyramide\' is een feest voor het hele gezin. De bosrijke omgeving leent zich uitstekend voor een prachtige wandeling. Hoogtepunt is ongetwijfeld de \'Pyramide van Austerlitz\', ...<div class="clear"></div><p class="right"><a href="http://www.pyramidevanausterlitz.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1132);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1132omgeving"] = new GMarker(new GLatLng(52.087143, 5.335557),icon);
map.addOverlay(marker["1132omgeving"]);

GEvent.addListener(marker["1132omgeving"], "click", function() {
  marker["1132omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1132"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1045"] = GMap_genHTML('<p><b>Rabobank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1045);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1045omgeving"] = new GMarker(new GLatLng(51.96228, 5.4215),icon);
map.addOverlay(marker["1045omgeving"]);

GEvent.addListener(marker["1045omgeving"], "click", function() {
  marker["1045omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1045"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1046"] = GMap_genHTML('<p><b>Rabobank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1046);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1046omgeving"] = new GMarker(new GLatLng(51.87967, 5.41499),icon);
map.addOverlay(marker["1046omgeving"]);

GEvent.addListener(marker["1046omgeving"], "click", function() {
  marker["1046omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1046"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1047"] = GMap_genHTML('<p><b>Rabobank</b></p>Kantoor Tiel<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1047);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1047omgeving"] = new GMarker(new GLatLng(51.88951, 5.42913),icon);
map.addOverlay(marker["1047omgeving"]);

GEvent.addListener(marker["1047omgeving"], "click", function() {
  marker["1047omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1047"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1048"] = GMap_genHTML('<p><b>Rabobank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1048);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1048omgeving"] = new GMarker(new GLatLng(51.96354, 5.57578),icon);
map.addOverlay(marker["1048omgeving"]);

GEvent.addListener(marker["1048omgeving"], "click", function() {
  marker["1048omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1048"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1049"] = GMap_genHTML('<p><b>Rabobank</b></p>Kantoor Rhenen<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1049);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1049omgeving"] = new GMarker(new GLatLng(51.9576, 5.56681),icon);
map.addOverlay(marker["1049omgeving"]);

GEvent.addListener(marker["1049omgeving"], "click", function() {
  marker["1049omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1049"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1050"] = GMap_genHTML('<p><b>Rabobank</b></p>Rabobank Lienden<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1050);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1050omgeving"] = new GMarker(new GLatLng(51.94777, 5.51941),icon);
map.addOverlay(marker["1050omgeving"]);

GEvent.addListener(marker["1050omgeving"], "click", function() {
  marker["1050omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1050"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1051"] = GMap_genHTML('<p><b>Rabobank </b></p>Rabobank Wijk bij Duurstede<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1051);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1051omgeving"] = new GMarker(new GLatLng(51.9747, 5.34412),icon);
map.addOverlay(marker["1051omgeving"]);

GEvent.addListener(marker["1051omgeving"], "click", function() {
  marker["1051omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1051"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1134"] = GMap_genHTML('<p><b>Recreatiepark &quot;Het Rosarium&quot;</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/rosarium.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/rosarium.jpg" width="150" height="101" class="fotoRight"></a>Recreatiepark Het Rosarium (opgericht in 1967) dankt zijn naam aan de beroemde rozentuin van de laatste Duitse Keizer Wilhelm II, die van 1919 tot aan zijn dood in 1941 in Doorn gewoond heeft.   ...<div class="clear"></div><p class="right"><a href="http://www.rosarium.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1134);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1134omgeving"] = new GMarker(new GLatLng(52.030450, 5.329915),icon);
map.addOverlay(marker["1134omgeving"]);

GEvent.addListener(marker["1134omgeving"], "click", function() {
  marker["1134omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1134"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1282"] = GMap_genHTML('<p><b>Rederij Brizo BV</b></p>Voor rondvaarten vanuit Geldermalsen en Gorinchem over o.a. de Linge, de Mewerde en het Merwedekanaal.<div class="clear"></div><p class="right"><a href="http://www.lingerondvaarten.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|rondvaarten\',1282);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1282omgeving"] = new GMarker(new GLatLng(51.895986, 5.310473),icon);
map.addOverlay(marker["1282omgeving"]);

GEvent.addListener(marker["1282omgeving"], "click", function() {
  marker["1282omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1282"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1281"] = GMap_genHTML('<p><b>Rederij Leerdam</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/rondvaart.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/rondvaart.jpg" width="150" height="112" class="fotoRight"></a>Voor rondvaarten in de regio.<div class="clear"></div><p class="right"><a href="http://www.rederijleerdam.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|rondvaarten\',1281);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1281omgeving"] = new GMarker(new GLatLng(51.884543, 5.210594),icon);
map.addOverlay(marker["1281omgeving"]);

GEvent.addListener(marker["1281omgeving"], "click", function() {
  marker["1281omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1281"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1285"] = GMap_genHTML('<p><b>Rederij Schuttevaer</b></p>Rondvaart in Utrecht<div class="clear"></div><p class="right"><a href="http://www.schuttevaer.com/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|rondvaarten\',1285);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1285omgeving"] = new GMarker(new GLatLng(52.093337, 5.116628),icon);
map.addOverlay(marker["1285omgeving"]);

GEvent.addListener(marker["1285omgeving"], "click", function() {
  marker["1285omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1285"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1283"] = GMap_genHTML('<p><b>Rederij Wolthuis</b></p>Voor diverse rondvaarten.<div class="clear"></div><p class="right"><a href="http://www.rederijwolthuis.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|rondvaarten\',1283);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1283omgeving"] = new GMarker(new GLatLng(51.722810, 5.260752),icon);
map.addOverlay(marker["1283omgeving"]);

GEvent.addListener(marker["1283omgeving"], "click", function() {
  marker["1283omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1283"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1204"] = GMap_genHTML('<p><b>Rembrandt Theater</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Arnhem<div class="clear"></div><p class="right"><a href="http://www.minervagroep.nl/minerva-arnhem" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1204);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1204omgeving"] = new GMarker(new GLatLng(51.983672, 5.911730),icon);
map.addOverlay(marker["1204omgeving"]);

GEvent.addListener(marker["1204omgeving"], "click", function() {
  marker["1204omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1204"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1236"] = GMap_genHTML('<p><b>Restaurant &#39;t Rubenshuis</b></p>Nederlands restaurant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1236);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1236omgeving"] = new GMarker(new GLatLng(51.972346, 5.345662),icon);
map.addOverlay(marker["1236omgeving"]);

GEvent.addListener(marker["1236omgeving"], "click", function() {
  marker["1236omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1236"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1230"] = GMap_genHTML('<p><b>Restaurant De Gouden Leeuw</b></p>Restaurant in Wijk bij Duurstede<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1230);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1230omgeving"] = new GMarker(new GLatLng(51.974600, 5.344531),icon);
map.addOverlay(marker["1230omgeving"]);

GEvent.addListener(marker["1230omgeving"], "click", function() {
  marker["1230omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1230"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1115"] = GMap_genHTML('<p><b>Routepunt Pyramide van Austerlitz</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pyramide.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pyramide.jpg" width="150" height="35" class="fotoRight"></a>Zowel wandel- als fietsliefhebbers komen optimaal aan hun trekken in de bosrijke omgeving. De Pyramide is officieel start- en eindpunt van verschillende erkende wandelroutes.  Het ...<div class="clear"></div><p class="right"><a href="http://www.pyramidevanausterlitz.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|wandelroutes\',1115);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1115omgeving"] = new GMarker(new GLatLng(52.087143, 5.335557),icon);
map.addOverlay(marker["1115omgeving"]);

GEvent.addListener(marker["1115omgeving"], "click", function() {
  marker["1115omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1115"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1116"] = GMap_genHTML('<p><b>Routepunt Pyramide van Austerlitz</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pyramide.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pyramide.jpg" width="150" height="35" class="fotoRight"></a>Zowel wandel- als fietsliefhebbers komen optimaal aan hun trekken in de bosrijke omgeving. De Pyramide is officieel start- en eindpunt van verschillende erkende wandelroutes.  Het ...<div class="clear"></div><p class="right"><a href="http://www.pyramidevanausterlitz.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|fietsroutes\',1116);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1116omgeving"] = new GMarker(new GLatLng(52.087143, 5.335557),icon);
map.addOverlay(marker["1116omgeving"]);

GEvent.addListener(marker["1116omgeving"], "click", function() {
  marker["1116omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1116"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1123"] = GMap_genHTML('<p><b>Safaripark Beekse Bergen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/beekse_bergen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/beekse_bergen.jpg" width="150" height="83" class="fotoRight"></a>Afrika in &eacute;&eacute;n dag beleven in Safaripark Beekse Bergen. In Hilvarenbeek wacht een Afrikaans avontuur met brullende leeuwen, nieuwsgierige giraffen en overstekende zebra&rsquo;s.<div class="clear"></div><p class="right"><a href="http://www.safaripark.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1123);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1123omgeving"] = new GMarker(new GLatLng(51.528407, 5.124010),icon);
map.addOverlay(marker["1123omgeving"]);

GEvent.addListener(marker["1123omgeving"], "click", function() {
  marker["1123omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1123"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1212"] = GMap_genHTML('<p><b>Sauna de Heuvelrug</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/sauna.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/sauna.jpg" width="150" height="135" class="fotoRight"></a>Sauna, beauty &amp; wellness in Veenendaal.<div class="clear"></div><p class="right"><a href="http://www.saunadeheuvelrug.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1212);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1212omgeving"] = new GMarker(new GLatLng(52.023320, 5.518478),icon);
map.addOverlay(marker["1212omgeving"]);

GEvent.addListener(marker["1212omgeving"], "click", function() {
  marker["1212omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1212"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1185"] = GMap_genHTML('<p><b>Schouwburg De Agnietenhof</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Schouwburg De Agnietenhof in Tiel<div class="clear"></div><p class="right"><a href="http://www.agnietenhof.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1185);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1185omgeving"] = new GMarker(new GLatLng(51.885945, 5.435737),icon);
map.addOverlay(marker["1185omgeving"]);

GEvent.addListener(marker["1185omgeving"], "click", function() {
  marker["1185omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1185"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1058"] = GMap_genHTML('<p><b>SNS Bank</b></p>SNS Bank Tiel<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1058);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1058omgeving"] = new GMarker(new GLatLng(51.88811, 5.4337),icon);
map.addOverlay(marker["1058omgeving"]);

GEvent.addListener(marker["1058omgeving"], "click", function() {
  marker["1058omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1058"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1059"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1059);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1059omgeving"] = new GMarker(new GLatLng(51.88735, 5.43755),icon);
map.addOverlay(marker["1059omgeving"]);

GEvent.addListener(marker["1059omgeving"], "click", function() {
  marker["1059omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1059"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1060"] = GMap_genHTML('<p><b>SNS Bank</b></p>SNS&nbsp;Bank Veenendaal<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1060);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1060omgeving"] = new GMarker(new GLatLng(52.02533, 5.55453),icon);
map.addOverlay(marker["1060omgeving"]);

GEvent.addListener(marker["1060omgeving"], "click", function() {
  marker["1060omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1060"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1061"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1061);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1061omgeving"] = new GMarker(new GLatLng(52.01818, 5.54157),icon);
map.addOverlay(marker["1061omgeving"]);

GEvent.addListener(marker["1061omgeving"], "click", function() {
  marker["1061omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1061"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1062"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1062);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1062omgeving"] = new GMarker(new GLatLng(52.02686, 5.55573),icon);
map.addOverlay(marker["1062omgeving"]);

GEvent.addListener(marker["1062omgeving"], "click", function() {
  marker["1062omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1062"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1063"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1063);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1063omgeving"] = new GMarker(new GLatLng(51.97252, 5.34736),icon);
map.addOverlay(marker["1063omgeving"]);

GEvent.addListener(marker["1063omgeving"], "click", function() {
  marker["1063omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1063"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1034"] = GMap_genHTML('<p><b>Sonneborgh - museum &amp; sterrenwacht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/sonnenborgh.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/sonnenborgh.jpg" width="150" height="77" class="fotoRight"></a>Op een eeuwenoud bolwerk in de binnenstad van Utrecht is Sonnenborgh - museum &amp; sterrenwacht gelegen. Een bezoek aan de in 1853 gebouwde sterrenwacht is voor jong en oud een interessante ...<div class="clear"></div><p class="right"><a href="http://www.sonnenborgh.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1034);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1034omgeving"] = new GMarker(new GLatLng(52.08537, 5.12892),icon);
map.addOverlay(marker["1034omgeving"]);

GEvent.addListener(marker["1034omgeving"], "click", function() {
  marker["1034omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1034"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1136"] = GMap_genHTML('<p><b>Speelland Beekse Bergen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/speelland.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/speelland.jpg" width="150" height="64" class="fotoRight"></a>Dit speelparadijs - op loopafstand van Safaripark Beekse Bergen - staat garant voor urenlang speelfun. Naast de grote speeltuin vind je brede zandstranden en veilig zwemwater. In Speelland Beekse ...<div class="clear"></div><p class="right"><a href="http://www.speelland.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1136);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1136omgeving"] = new GMarker(new GLatLng(51.528753, 5.123432),icon);
map.addOverlay(marker["1136omgeving"]);

GEvent.addListener(marker["1136omgeving"], "click", function() {
  marker["1136omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1136"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1150"] = GMap_genHTML('<p><b>Speelparadijs KidZcity</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kidzcity.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kidzcity.jpg" width="150" height="96" class="fotoRight"></a>Bij KidZcity zijn verspreid over zo&rsquo;n 5000m2 de spannendste, origineelste en leukste attracties te vinden die je je maar kunt voorstellen. Klimmen, glijden, spelen, kruipen. Het kan allemaal....<div class="clear"></div><p class="right"><a href="http://www.kidzcity.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1150);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1150omgeving"] = new GMarker(new GLatLng(52.105012, 5.084847),icon);
map.addOverlay(marker["1150omgeving"]);

GEvent.addListener(marker["1150omgeving"], "click", function() {
  marker["1150omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1150"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1138"] = GMap_genHTML('<p><b>Speelpark Oud Valkeveen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/valkeveen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/valkeveen.jpg" width="150" height="150" class="fotoRight"></a>Speelpark Oud Valkeveen ligt in een prachtig, bosrijk natuurgebied tussen Huizen en Naarden. Al meer dan 75 jaar is het een paradijs voor kinderen die van \'gewoon lekker spelen\' houden. Jaarlijks ...<div class="clear"></div><p class="right"><a href="http://www.oudvalkeveen.nl/tmp/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|pretparken\',1138);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1138omgeving"] = new GMarker(new GLatLng(52.304482, 5.193134),icon);
map.addOverlay(marker["1138omgeving"]);

GEvent.addListener(marker["1138omgeving"], "click", function() {
  marker["1138omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1138"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1142"] = GMap_genHTML('<p><b>Speeltuin de Blije Dries</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/blije_dries.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/blije_dries.jpg" width="150" height="104" class="fotoRight"></a>Speeltuin de Blije Dries heeft vele speeltoestellen waaronder een kinderzwembad, trampolines, een kabelbaan, een midgetgolfbaan en een skelterbaan.<div class="clear"></div><p class="right"><a href="http://www.blijedries.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbuiten\',1142);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1142omgeving"] = new GMarker(new GLatLng(51.804670, 5.743104),icon);
map.addOverlay(marker["1142omgeving"]);

GEvent.addListener(marker["1142omgeving"], "click", function() {
  marker["1142omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1142"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1036"] = GMap_genHTML('<p><b>Spoorwegmuseum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/spoorwegmuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/spoorwegmuseum.jpg" width="150" height="93" class="fotoRight"></a>Het 19e-eeuwse station aan de Maliebaan is volledig in oude luister hersteld. Hier voel je je als eerste reiziger in een net opgeleverd station in 1874. Een rijk beschilderde vestibule met ...<div class="clear"></div><p class="right"><a href="http://www.spoorwegmuseum.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1036);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1036omgeving"] = new GMarker(new GLatLng(52.08812, 5.13031),icon);
map.addOverlay(marker["1036omgeving"]);

GEvent.addListener(marker["1036omgeving"], "click", function() {
  marker["1036omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1036"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1205"] = GMap_genHTML('<p><b>Sport, Health &amp; Beauty Juli&euml;n</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/julien.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/julien.jpg" width="150" height="54" class="fotoRight"></a>Jong en oud, dik en dun, sportief en a-sportief, kan bij Sport, Health &amp; Beauty Juli&euml;n terecht voor diverse activiteiten.<div class="clear"></div><p class="right"><a href="http://www.sportcentrumjulien.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1205);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1205omgeving"] = new GMarker(new GLatLng(51.938959, 5.517300),icon);
map.addOverlay(marker["1205omgeving"]);

GEvent.addListener(marker["1205omgeving"], "click", function() {
  marker["1205omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1205"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1215"] = GMap_genHTML('<p><b>Sportfondsenbad de Bongerd</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/de_bongerd.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/de_bongerd.jpg" width="150" height="23" class="fotoRight"></a>In het Sportfondsenbad &quot;De Bongerd&quot; in Wageningen kan iedereen van jong tot oud terecht voor verfrissende en leuke activiteiten. Of je nu lekker wilt sporten, heerlijk wilt ontspannen of ...<div class="clear"></div><p class="right"><a href="http://www.sportfondsenwageningen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|zwembaden\',1215);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1215omgeving"] = new GMarker(new GLatLng(51.981566, 5.664653),icon);
map.addOverlay(marker["1215omgeving"]);

GEvent.addListener(marker["1215omgeving"], "click", function() {
  marker["1215omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1215"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1207"] = GMap_genHTML('<p><b>Sportplaza</b></p>SportPlaza Tiel biedt een uitgebreid scala aan sportactiviteiten in diverse sportfaciliteiten. Een groot zwembad, twee sporthallen, zes gymzalen, een fitnesscentrum, zonnestudio en drie ...<div class="clear"></div><p class="right"><a href="http://www.sportfondsen.nl/index.php?sid=353" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|welness\',1207);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1207omgeving"] = new GMarker(new GLatLng(51.895276, 5.417478),icon);
map.addOverlay(marker["1207omgeving"]);

GEvent.addListener(marker["1207omgeving"], "click", function() {
  marker["1207omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1207"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1213"] = GMap_genHTML('<p><b>Sportplaza</b></p>SportPlaza Tiel biedt voor jong en oud zeer veel activiteiten aan in zwembad Groenendaal plus.<div class="clear"></div><p class="right"><a href="http://www.sportfondsen.nl/index.php?sid=353&amp;mod_id=30779" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|zwembaden\',1213);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1213omgeving"] = new GMarker(new GLatLng(51.895655, 5.417536),icon);
map.addOverlay(marker["1213omgeving"]);

GEvent.addListener(marker["1213omgeving"], "click", function() {
  marker["1213omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1213"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1188"] = GMap_genHTML('<p><b>Stadsschouwburg Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Stadsschouwburg Utrecht<div class="clear"></div><p class="right"><a href="http://www.stadsschouwburg-utrecht.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1188);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1188omgeving"] = new GMarker(new GLatLng(52.093374, 5.126945),icon);
map.addOverlay(marker["1188omgeving"]);

GEvent.addListener(marker["1188omgeving"], "click", function() {
  marker["1188omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1188"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1277"] = GMap_genHTML('<p><b>Stal Mobach</b></p>Manege in Echteld.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|maneges\',1277);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1277omgeving"] = new GMarker(new GLatLng(51.896954, 5.461873),icon);
map.addOverlay(marker["1277omgeving"]);

GEvent.addListener(marker["1277omgeving"], "click", function() {
  marker["1277omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1277"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1300"] = GMap_genHTML('<p><b>Station Culemborg</b></p>Station Culemborg<div class="clear"></div><p class="right"><a href="http://www.ns.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1300);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1300omgeving"] = new GMarker(new GLatLng(51.946725, 5.226746),icon);
map.addOverlay(marker["1300omgeving"]);

GEvent.addListener(marker["1300omgeving"], "click", function() {
  marker["1300omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1300"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1297"] = GMap_genHTML('<p><b>Station Geldermalsen</b></p>Station Geldermalsen<div class="clear"></div><p class="right"><a href="http://www.ns.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1297);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1297omgeving"] = new GMarker(new GLatLng(51.882213, 5.271335),icon);
map.addOverlay(marker["1297omgeving"]);

GEvent.addListener(marker["1297omgeving"], "click", function() {
  marker["1297omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1297"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1298"] = GMap_genHTML('<p><b>Station Kesteren</b></p>Station Kesteren<div class="clear"></div><p class="right"><a href="http://www.ns.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1298);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1298omgeving"] = new GMarker(new GLatLng(51.931486, 5.581570),icon);
map.addOverlay(marker["1298omgeving"]);

GEvent.addListener(marker["1298omgeving"], "click", function() {
  marker["1298omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1298"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1299"] = GMap_genHTML('<p><b>Station Opheusden</b></p>Station Opheusden<div class="clear"></div><p class="right"><a href="http://www.ns.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1299);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1299omgeving"] = new GMarker(new GLatLng(51.926114, 5.636158),icon);
map.addOverlay(marker["1299omgeving"]);

GEvent.addListener(marker["1299omgeving"], "click", function() {
  marker["1299omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1299"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1295"] = GMap_genHTML('<p><b>Station Tiel</b></p>Station Tiel<div class="clear"></div><p class="right"><a href="http://www.ns.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1295);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1295omgeving"] = new GMarker(new GLatLng(51.889763,  5.423083),icon);
map.addOverlay(marker["1295omgeving"]);

GEvent.addListener(marker["1295omgeving"], "click", function() {
  marker["1295omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1295"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1296"] = GMap_genHTML('<p><b>Station Tiel Passewaaij</b></p>Station Tiel Passewaaij<div class="clear"></div><p class="right"><a href="http://www.ns.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1296);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1296omgeving"] = new GMarker(new GLatLng(51.874080, 5.392356),icon);
map.addOverlay(marker["1296omgeving"]);

GEvent.addListener(marker["1296omgeving"], "click", function() {
  marker["1296omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1296"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1301"] = GMap_genHTML('<p><b>Station Zaltbommel</b></p>Station Zaltbommel<div class="clear"></div><p class="right"><a href="http://www.ns.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'vervoer|verkeervervoer\',1301);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_vervoer.png";

marker["1301omgeving"] = new GMarker(new GLatLng(51.808004, 5.263524),icon);
map.addOverlay(marker["1301omgeving"]);

GEvent.addListener(marker["1301omgeving"], "click", function() {
  marker["1301omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1301"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1043"] = GMap_genHTML('<p><b>Strand</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/strandfotos_2.JPG" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/strandfotos_2.JPG" width="112" height="150" class="fotoRight"></a>Zin in een frisse duik?<div class="clear"></div><p class="right"><a href="http://uitrwaarde.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'eilandvanmaurik|recreatiepark\',1043);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_eilandvanmaurik.png";

marker["1043omgeving"] = new GMarker(new GLatLng(51.97531, 5.42197),icon);
map.addOverlay(marker["1043omgeving"]);

GEvent.addListener(marker["1043omgeving"], "click", function() {
  marker["1043omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1043"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1088"] = GMap_genHTML('<p><b>Strand Maaslanden - Gouden Ham</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>Dagrecreatiegebied Strand Maaslanden, gelegen in De Gouden Ham is een uniek waterrecreatiegebied aan de Maas, tussen Maasbommel en Appeltern, waar rust- en actiezoekers, landrotten en waterratten ...<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/2" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1088);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1088omgeving"] = new GMarker(new GLatLng(51.831072, 5.561944),icon);
map.addOverlay(marker["1088omgeving"]);

GEvent.addListener(marker["1088omgeving"], "click", function() {
  marker["1088omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1088"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1082"] = GMap_genHTML('<p><b>Strandpark Slijk- Ewijk</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>Het Strandpark Slijk-Ewijk nabij Valburg biedt alle mogelijkheden om heerlijk te zwemmen, windsurfen, kano&euml;n en vissen.  Ook wandelen en fietsen zijn populaire bezigheden in dit gebied. De ...<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1082);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1082omgeving"] = new GMarker(new GLatLng(51.907876, 5.785380),icon);
map.addOverlay(marker["1082omgeving"]);

GEvent.addListener(marker["1082omgeving"], "click", function() {
  marker["1082omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1082"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1117"] = GMap_genHTML('<p><b>Struinroutes</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/struinen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/struinen.jpg" width="150" height="112" class="fotoRight"></a>Beleef de rivier van dichtbij. Nergens kunt u het water en de uiterwaarden van zo dichtbij ervaren als in het Rivierengebied. Wie de natuur langs de rivieren op een andere manier wil ontdekken en ...<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=/node/12" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|wandelroutes\',1117);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1117omgeving"] = new GMarker(new GLatLng(51.898810, 5.381897),icon);
map.addOverlay(marker["1117omgeving"]);

GEvent.addListener(marker["1117omgeving"], "click", function() {
  marker["1117omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1117"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1078"] = GMap_genHTML('<p><b>Super de Boer</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/superdeboer.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/superdeboer.jpg" width="150" height="74" class="fotoRight"></a>Supermarkt<div class="clear"></div><p class="right"><a href="http://www.superdeboer.nl/lokaties/index.asp?ItemId=3634&amp;province=1487&amp;city=Eck+en+Wiel" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|supermarkten\',1078);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1078omgeving"] = new GMarker(new GLatLng(51.971082, 5.454388),icon);
map.addOverlay(marker["1078omgeving"]);

GEvent.addListener(marker["1078omgeving"], "click", function() {
  marker["1078omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1078"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1224"] = GMap_genHTML('<p><b>Sylvia&#39;s Suikerspin</b></p>Restaurant in Zoelen<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|restaurants\',1224);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1224omgeving"] = new GMarker(new GLatLng(51.917439, 5.390503),icon);
map.addOverlay(marker["1224omgeving"]);

GEvent.addListener(marker["1224omgeving"], "click", function() {
  marker["1224omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1224"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1312"] = GMap_genHTML('<p><b>Tandarts Meijer</b></p>Tandarts in Maurik.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1312);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1312omgeving"] = new GMarker(new GLatLng(51.962226, 5.419610),icon);
map.addOverlay(marker["1312omgeving"]);

GEvent.addListener(marker["1312omgeving"], "click", function() {
  marker["1312omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1312"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1187"] = GMap_genHTML('<p><b>Theater aan de parade</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Theaterstoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Theaterstoelen.jpg" width="150" height="99" class="fotoRight"></a>Theater aan de parade in Den Bosch<div class="clear"></div><p class="right"><a href="http://www.theateraandeparade.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|theaters\',1187);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1187omgeving"] = new GMarker(new GLatLng(51.686831, 5.308589),icon);
map.addOverlay(marker["1187omgeving"]);

GEvent.addListener(marker["1187omgeving"], "click", function() {
  marker["1187omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1187"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1249"] = GMap_genHTML('<p><b>Theehuis Fluitenkruid</b></p>Gezellig theehuis in Dreumel.<div class="clear"></div><p class="right"><a href="http://www.fluitenkruid.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1249);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1249omgeving"] = new GMarker(new GLatLng(51.86097, 5.43187),icon);
map.addOverlay(marker["1249omgeving"]);

GEvent.addListener(marker["1249omgeving"], "click", function() {
  marker["1249omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1249"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1248"] = GMap_genHTML('<p><b>Theeschenkerij/ T-huis Hofstede de Koningslinde</b></p>In Hofstede de Koningslinde is een koffie- en theeschenkerij gevestigd, het T-huis genaamd, in een van de voormalige stallen. Hier verwelkomen wij de passanten, fietsers en wandelaars, die het ...<div class="clear"></div><p class="right"><a href="http://www.hofstededekoningslinde.nl/bed-&amp;-breakfast/t-huis.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1248);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1248omgeving"] = new GMarker(new GLatLng(51.963979, 5.462685),icon);
map.addOverlay(marker["1248omgeving"]);

GEvent.addListener(marker["1248omgeving"], "click", function() {
  marker["1248omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1248"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1253"] = GMap_genHTML('<p><b>Theetuin De Winkel</b></p>Gezellige theetuin in het plaatsje Cothen, gelegen in het midden van het land in de gemeente Wijk bij Duurstede.<div class="clear"></div><p class="right"><a href="http://www.ttdewinkel.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1253);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1253omgeving"] = new GMarker(new GLatLng(51.995268, 5.249474),icon);
map.addOverlay(marker["1253omgeving"]);

GEvent.addListener(marker["1253omgeving"], "click", function() {
  marker["1253omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1253"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1252"] = GMap_genHTML('<p><b>Theetuin Happy View</b></p>Een fraaie theetuin in de uiterwaarden van Maurik. Een prachtig panorama over het water met als achtergrond nationaal park De Utrechtse Heuvelrug. Wij bieden een heerlijk rustpunt voor vele ...<div class="clear"></div><p class="right"><a href="http://www.thehappyview.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|parken\',1252);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1252omgeving"] = new GMarker(new GLatLng(51.963519, 5.411958),icon);
map.addOverlay(marker["1252omgeving"]);

GEvent.addListener(marker["1252omgeving"], "click", function() {
  marker["1252omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1252"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1071"] = GMap_genHTML('<p><b>Tijningenplas</b></p>De Tijningenplas is een van de mooiste duikstekken in de regio Zaltbommel. Goed zicht, veel vis en grote diepte maken dit een prachtplas om in te duiken.<div class="clear"></div><p class="right"><a href="http://www.dagjeduiken.nl/index.php?option=com_content&amp;task=view&amp;id=80&amp;Itemid=103" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1071);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1071omgeving"] = new GMarker(new GLatLng(51.80051, 5.23786),icon);
map.addOverlay(marker["1071omgeving"]);

GEvent.addListener(marker["1071omgeving"], "click", function() {
  marker["1071omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1071"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1304"] = GMap_genHTML('<p><b>Toeristen Informatie Buren (TIB)</b></p>Toeristisch informatiepunt, tevens informatiepost RBT<div class="clear"></div><p class="right"><a href="http://www.buren-toeristeninfo.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1304);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1304omgeving"] = new GMarker(new GLatLng(51.948603, 5.292664),icon);
map.addOverlay(marker["1304omgeving"]);

GEvent.addListener(marker["1304omgeving"], "click", function() {
  marker["1304omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1304"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1044"] = GMap_genHTML('<p><b>Toertocht Betuwe</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/toertocht_betuwe2.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/toertocht_betuwe2.jpg" width="150" height="112" class="fotoRight"></a>Toertocht Betuwe organiseert mooie tochten door de Betuwe, maar dan wel op een origineel vervoermiddel! Met een groep nostalgisch op een solex, voorzien van de echte autentieke lange leren jassen ...<div class="clear"></div><p class="right"><a href="http://www.toertochtbetuwe.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'eilandvanmaurik|recreatiepark\',1044);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_eilandvanmaurik.png";

marker["1044omgeving"] = new GMarker(new GLatLng(51.97584, 5.42008),icon);
map.addOverlay(marker["1044omgeving"]);

GEvent.addListener(marker["1044omgeving"], "click", function() {
  marker["1044omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1044"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1256"] = GMap_genHTML('<p><b>Torenmolen De Zwaan, Anno 1644</b></p>Torenmolen/speciaalzaak<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|monumenten\',1256);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1256omgeving"] = new GMarker(new GLatLng(51.949563, 5.516144),icon);
map.addOverlay(marker["1256omgeving"]);

GEvent.addListener(marker["1256omgeving"], "click", function() {
  marker["1256omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1256"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1079"] = GMap_genHTML('<p><b>Tweewielertrefpunt Gebroeders Udo</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/udo.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/udo.jpg" width="150" height="112" class="fotoRight"></a>Fietsspeciaalzaak in Maurik<div class="clear"></div><p class="right"><a href="http://www.udofietsen.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|winkelcentra\',1079);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1079omgeving"] = new GMarker(new GLatLng(51.962045, 5.418948),icon);
map.addOverlay(marker["1079omgeving"]);

GEvent.addListener(marker["1079omgeving"], "click", function() {
  marker["1079omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1079"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1125"] = GMap_genHTML('<p><b>Uilen- en dierenpark de Paay</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/depaay.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/depaay.jpg" width="150" height="94" class="fotoRight"></a>De Paay is een kleinschalig uilen- en dierenpark gelegen aan de rivier de Linge in de Betuwe. Langs een kronkelig dijkje van Beesd naar Rhenoy vindt u, verscholen door bomen, de ingang van ons ...<div class="clear"></div><p class="right"><a href="http://www.depaay.nl/nieuw/index.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1125);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1125omgeving"] = new GMarker(new GLatLng(51.897245, 5.167384),icon);
map.addOverlay(marker["1125omgeving"]);

GEvent.addListener(marker["1125omgeving"], "click", function() {
  marker["1125omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1125"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1037"] = GMap_genHTML('<p><b>Universiteitsmuseum Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/universiteitsmuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/universiteitsmuseum.jpg" width="150" height="115" class="fotoRight"></a>Het Universiteitsmuseum is een veelzijdig wetenschapsmuseum en de etalage van de Universiteit Utrecht. U vindt er wisselende tentoonstellingen over onderwijs en wetenschap en een fraaie collectie ...<div class="clear"></div><p class="right"><a href="http://www.uu.nl/NL/Pages/default.aspx" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1037);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1037omgeving"] = new GMarker(new GLatLng(52.087, 5.12366),icon);
map.addOverlay(marker["1037omgeving"]);

GEvent.addListener(marker["1037omgeving"], "click", function() {
  marker["1037omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1037"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1039"] = GMap_genHTML('<p><b>Vakantiepark Eiland van Maurik</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/maurik_luchtfoto.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/maurik_luchtfoto.jpg" width="150" height="123" class="fotoRight"></a>Gezelligheid, ontspanning, lekker eten, gastvrijheid en volop avontuur op en rond het water: dat zijn de ingredi&euml;nten voor een heerlijke vakantie op Vakantiepark Eiland van Maurik in het hart ...<div class="clear"></div><p class="right"><a href="http://www.eilandvanmaurik.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'eilandvanmaurik|recreatiepark\',1039);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_eilandvanmaurik.png";

marker["1039omgeving"] = new GMarker(new GLatLng(51.9764, 5.43066),icon);
map.addOverlay(marker["1039omgeving"]);

GEvent.addListener(marker["1039omgeving"], "click", function() {
  marker["1039omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1039"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1098"] = GMap_genHTML('<p><b>Van der Valk Hotel Tiel</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_tiel.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_tiel.jpg" width="150" height="88" class="fotoRight"></a>Gelegen in de mooie Betuwe, in de buurt van grote uitvalswegen als A15, A2 en A50, ligt Van der Valk Hotel Tiel. Een locatie waar zowel de zakelijke gast als de toerist en passant zich uitermate ...<div class="clear"></div><p class="right"><a href="http://www.hoteltiel.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1098);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1098omgeving"] = new GMarker(new GLatLng(51.899888, 5.413561),icon);
map.addOverlay(marker["1098omgeving"]);

GEvent.addListener(marker["1098omgeving"], "click", function() {
  marker["1098omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1098"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1009"] = GMap_genHTML('<p><b>Vingerhoed Museum</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/vingerhoedmuseum.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/vingerhoedmuseum.jpg" width="102" height="150" class="fotoRight"></a>Een wisselende collectie vingerhoeden en naaigerei, uit de 18e eeuw tot heden. Niet de vingers van &eacute;&eacute;n hand, maar van 8000 handen zijn nodig om de collectie van het Vingerhoed ...<div class="clear"></div><p class="right"><a href="http://www.museum.nl/index.cfm/museum/VINGERHOEDMUSEUM" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'cultuur|musea\',1009);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_cultuur.png";

marker["1009omgeving"] = new GMarker(new GLatLng(52.03153, 5.55187),icon);
map.addOverlay(marker["1009omgeving"]);

GEvent.addListener(marker["1009omgeving"], "click", function() {
  marker["1009omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1009"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1171"] = GMap_genHTML('<p><b>Vrije markt Tiel</b></p>Iedere woensdag van 9.00&nbsp;uur tot&nbsp;16.30 uur en zondag van 9.00 uur tot 16.30 uur op de Spoorstraat in Tiel<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|markten\',1171);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1171omgeving"] = new GMarker(new GLatLng(51.887963, 5.420608),icon);
map.addOverlay(marker["1171omgeving"]);

GEvent.addListener(marker["1171omgeving"], "click", function() {
  marker["1171omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1171"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1309"] = GMap_genHTML('<p><b>VVV Agentschap Utrechtse Heuvelrug </b></p>VVV Agentschap Utrechtse Heuvelrug, locatie Amerongen. <div class="clear"></div><p class="right"><a href="http://www.vvvutrechtseheuvelrug.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1309);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1309omgeving"] = new GMarker(new GLatLng(51.999053, 5.461700),icon);
map.addOverlay(marker["1309omgeving"]);

GEvent.addListener(marker["1309omgeving"], "click", function() {
  marker["1309omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1309"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1308"] = GMap_genHTML('<p><b>VVV ANWB Veenendaal</b></p>VVV ANWB Veenendaal<div class="clear"></div><p class="right"><a href="http://www.vvv-wijkbijduurstede.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1308);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1308omgeving"] = new GMarker(new GLatLng(52.024362, 5.553867),icon);
map.addOverlay(marker["1308omgeving"]);

GEvent.addListener(marker["1308omgeving"], "click", function() {
  marker["1308omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1308"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1306"] = GMap_genHTML('<p><b>VVV Buren</b></p>VVV&nbsp;Buren - informatie alleen via website.<div class="clear"></div><p class="right"><a href="http://www.vvvburen.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1306);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1306omgeving"] = new GMarker(new GLatLng(51.886293, 5.433855),icon);
map.addOverlay(marker["1306omgeving"]);

GEvent.addListener(marker["1306omgeving"], "click", function() {
  marker["1306omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1306"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1307"] = GMap_genHTML('<p><b>VVV Wijk bij Duurstede</b></p>VVV Wijk bij Duurstede<div class="clear"></div><p class="right"><a href="http://www.vvv-wijkbijduurstede.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1307);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1307omgeving"] = new GMarker(new GLatLng(51.972480, 5.345068),icon);
map.addOverlay(marker["1307omgeving"]);

GEvent.addListener(marker["1307omgeving"], "click", function() {
  marker["1307omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1307"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1147"] = GMap_genHTML('<p><b>Wamelland</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/wamelland.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/wamelland.jpg" width="150" height="113" class="fotoRight"></a>Een binnen speeltuin met een vloeroppervlakte van 2100m2. Uw kinderen kunnen hier actief spelen zoals klimmen en klauteren tot wel en hoogte van 6mtr. Uiteraard wel allemaal veilig en hygienisch. ...<div class="clear"></div><p class="right"><a href="http://www.wamelland.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|speeltuinenbinnen\',1147);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1147omgeving"] = new GMarker(new GLatLng(51.877898, 5.480042),icon);
map.addOverlay(marker["1147omgeving"]);

GEvent.addListener(marker["1147omgeving"], "click", function() {
  marker["1147omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1147"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1118"] = GMap_genHTML('<p><b>Wandelen in het Rivierengebied</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/wandelroute.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/wandelroute.jpg" width="150" height="112" class="fotoRight"></a>In het Rivierengebied is het prachtig wandelen. Terwijl u loopt, maakt u kennis met de mooiste plekjes en ervaart u de rust van het water en het platteland.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=node/104" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|wandelroutes\',1118);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1118omgeving"] = new GMarker(new GLatLng(51.9761, 5.42974),icon);
map.addOverlay(marker["1118omgeving"]);

GEvent.addListener(marker["1118omgeving"], "click", function() {
  marker["1118omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1118"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1293"] = GMap_genHTML('<p><b>Wilgje Buitensport </b></p>Kanoverhuur<div class="clear"></div><p class="right"><a href="http://www.wilgje.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1293);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1293omgeving"] = new GMarker(new GLatLng(51.912248, 5.312031),icon);
map.addOverlay(marker["1293omgeving"]);

GEvent.addListener(marker["1293omgeving"], "click", function() {
  marker["1293omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1293"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1160"] = GMap_genHTML('<p><b>Winkelcentrum Kronenburg</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/kronenburg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/kronenburg.jpg" width="150" height="112" class="fotoRight"></a>In winkelcentrum Kronenburg treft u meer dan 100 winkels aan, verdeeld over drie niveaus. Deze zijn goed bereikbaar middels roltrappen en een lift. Het aanbod varieert van supermarkt en boetiek ...<div class="clear"></div><p class="right"><a href="http://www.winkelcentrumkronenburg.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|winkelcentra\',1160);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1160omgeving"] = new GMarker(new GLatLng(51.958990, 5.897092),icon);
map.addOverlay(marker["1160omgeving"]);

GEvent.addListener(marker["1160omgeving"], "click", function() {
  marker["1160omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1160"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1161"] = GMap_genHTML('<p><b>Winkelcentrum Stadspoort Ede</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/stadspoort.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/stadspoort.jpg" width="150" height="112" class="fotoRight"></a>Stadspoort Ede, het winkelcentrum tussen de wijken Rietkampen en Maandereng, centraal gelegen bij de A12.<div class="clear"></div><p class="right"><a href="http://www.stadspoort.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'winkelen|winkelcentra\',1161);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_winkelen.png";

marker["1161omgeving"] = new GMarker(new GLatLng(52.017228, 5.649948),icon);
map.addOverlay(marker["1161omgeving"]);

GEvent.addListener(marker["1161omgeving"], "click", function() {
  marker["1161omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1161"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1294"] = GMap_genHTML('<p><b>Zeilschool Midden Nederland</b></p>Zeilschool Midden Nederland is de eerste zeilschool in Nederland die zich exclusief richt op zeilles voor volwassenen.<div class="clear"></div><p class="right"><a href="http://www.zmn.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|watersport\',1294);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1294omgeving"] = new GMarker(new GLatLng(52.206938, 5.075304),icon);
map.addOverlay(marker["1294omgeving"]);

GEvent.addListener(marker["1294omgeving"], "click", function() {
  marker["1294omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1294"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1313"] = GMap_genHTML('<p><b>Ziekenhuis Rivierenland</b></p>Ziekenhuis in Tiel.<div class="clear"></div><p class="right"><a href="http://www.zrt.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1313);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1313omgeving"] = new GMarker(new GLatLng(51.887548, 5.413864),icon);
map.addOverlay(marker["1313omgeving"]);

GEvent.addListener(marker["1313omgeving"], "click", function() {
  marker["1313omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1313"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1124"] = GMap_genHTML('<p><b>Zoo Parc Overloon</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/zooparc.bmp" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/zooparc.bmp" width="" height="" class="fotoRight"></a>Beleef een spannende ontdekkingsreis langs bijzondere dier- en plantensoorten in dit natuurrijke dierenpark. Sta oog in oog met cheetahs, tapirs, gibbons, flamingo\'s, varia\'s, kleine panda\'s en ...<div class="clear"></div><p class="right"><a href="http://www.overloonzoo.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1124);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1124omgeving"] = new GMarker(new GLatLng(51.577932, 5.941922),icon);
map.addOverlay(marker["1124omgeving"]);

GEvent.addListener(marker["1124omgeving"], "click", function() {
  marker["1124omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1124"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1216"] = GMap_genHTML('<p><b>Zwembad de Meer</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/zwembad_de_meereee.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/zwembad_de_meereee.jpg" width="150" height="112" class="fotoRight"></a>Het zwembad is uitermate geschikt voor gezinnen met kleine kinderen. Het is een overzichtelijk bad met een peuterbad en een 25- meter bad.<div class="clear"></div><p class="right"><a href="http://www.sportfondsen.nl/?sid=59" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|zwembaden\',1216);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1216omgeving"] = new GMarker(new GLatLng(51.946511, 5.237048),icon);
map.addOverlay(marker["1216omgeving"]);

GEvent.addListener(marker["1216omgeving"], "click", function() {
  marker["1216omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1216"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1214"] = GMap_genHTML('<p><b>Zwembad De Vallei</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/zwembad_veenendaal.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/zwembad_veenendaal.jpg" width="150" height="112" class="fotoRight"></a>In zwembad De vallei kunt u heerlijk zwemmen en recre&euml;ren.<div class="clear"></div><p class="right"><a href="http://www.zwembadveenendaal.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|zwembaden\',1214);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1214omgeving"] = new GMarker(new GLatLng(52.027480, 5.542753),icon);
map.addOverlay(marker["1214omgeving"]);

GEvent.addListener(marker["1214omgeving"], "click", function() {
  marker["1214omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1214"]);
});

// if ID then show marker info else show default 

  }
  
function showinformatie_arts() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1314"] = GMap_genHTML('<p><b>Apotheek Maurik</b></p>Apotheek<div class="clear"></div><p class="right"><a href="http://maurik.praktijkinfo.nl/praktijksites_v2/frontend/main.asp?FE_TargetID=praktijkinfo&amp;FE_GPID=24213" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1314);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1314omgeving"] = new GMarker(new GLatLng(51.96232, 5.42128),icon);
map.addOverlay(marker["1314omgeving"]);

GEvent.addListener(marker["1314omgeving"], "click", function() {
  marker["1314omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1314"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1311"] = GMap_genHTML('<p><b>Huisarts Dr. van Eck, Dr. E.F.J. Regtien &amp; A.J.M. van der Aa</b></p>Heeft u medische hulp nodig en is er geen sprake van spoedeisende huip, kunt u tijdens kantooruren contact opnemen met deze huisarts in het dorp.<div class="clear"></div><p class="right"><a href="http://maurik.praktijkinfo.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1311);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1311omgeving"] = new GMarker(new GLatLng(51.962250, 5.423090),icon);
map.addOverlay(marker["1311omgeving"]);

GEvent.addListener(marker["1311omgeving"], "click", function() {
  marker["1311omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1311"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1310"] = GMap_genHTML('<p><b>Lingehoeve Dierengeneeskunde </b></p>Dierenarts<div class="clear"></div><p class="right"><a href="http://www.delingehoeve.n" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1310);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1310omgeving"] = new GMarker(new GLatLng(51.962576, 5.424178),icon);
map.addOverlay(marker["1310omgeving"]);

GEvent.addListener(marker["1310omgeving"], "click", function() {
  marker["1310omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1310"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1312"] = GMap_genHTML('<p><b>Tandarts Meijer</b></p>Tandarts in Maurik.<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1312);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1312omgeving"] = new GMarker(new GLatLng(51.962226, 5.419610),icon);
map.addOverlay(marker["1312omgeving"]);

GEvent.addListener(marker["1312omgeving"], "click", function() {
  marker["1312omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1312"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1313"] = GMap_genHTML('<p><b>Ziekenhuis Rivierenland</b></p>Ziekenhuis in Tiel.<div class="clear"></div><p class="right"><a href="http://www.zrt.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|arts\',1313);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1313omgeving"] = new GMarker(new GLatLng(51.887548, 5.413864),icon);
map.addOverlay(marker["1313omgeving"]);

GEvent.addListener(marker["1313omgeving"], "click", function() {
  marker["1313omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1313"]);
});

// if ID then show marker info else show default 

              }
            }
function showinformatie_infoposten() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1305"] = GMap_genHTML('<p><b>Informatiepost RBT in Museum Elisabeth Weeshuis</b></p>Informatiepost<div class="clear"></div><p class="right"><a href="http://www.museumculemborg.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1305);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1305omgeving"] = new GMarker(new GLatLng(51.957432,  5.223876),icon);
map.addOverlay(marker["1305omgeving"]);

GEvent.addListener(marker["1305omgeving"], "click", function() {
  marker["1305omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1305"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1304"] = GMap_genHTML('<p><b>Toeristen Informatie Buren (TIB)</b></p>Toeristisch informatiepunt, tevens informatiepost RBT<div class="clear"></div><p class="right"><a href="http://www.buren-toeristeninfo.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1304);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1304omgeving"] = new GMarker(new GLatLng(51.948603, 5.292664),icon);
map.addOverlay(marker["1304omgeving"]);

GEvent.addListener(marker["1304omgeving"], "click", function() {
  marker["1304omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1304"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1309"] = GMap_genHTML('<p><b>VVV Agentschap Utrechtse Heuvelrug </b></p>VVV Agentschap Utrechtse Heuvelrug, locatie Amerongen. <div class="clear"></div><p class="right"><a href="http://www.vvvutrechtseheuvelrug.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1309);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1309omgeving"] = new GMarker(new GLatLng(51.999053, 5.461700),icon);
map.addOverlay(marker["1309omgeving"]);

GEvent.addListener(marker["1309omgeving"], "click", function() {
  marker["1309omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1309"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1308"] = GMap_genHTML('<p><b>VVV ANWB Veenendaal</b></p>VVV ANWB Veenendaal<div class="clear"></div><p class="right"><a href="http://www.vvv-wijkbijduurstede.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1308);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1308omgeving"] = new GMarker(new GLatLng(52.024362, 5.553867),icon);
map.addOverlay(marker["1308omgeving"]);

GEvent.addListener(marker["1308omgeving"], "click", function() {
  marker["1308omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1308"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1306"] = GMap_genHTML('<p><b>VVV Buren</b></p>VVV&nbsp;Buren - informatie alleen via website.<div class="clear"></div><p class="right"><a href="http://www.vvvburen.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1306);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1306omgeving"] = new GMarker(new GLatLng(51.886293, 5.433855),icon);
map.addOverlay(marker["1306omgeving"]);

GEvent.addListener(marker["1306omgeving"], "click", function() {
  marker["1306omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1306"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1307"] = GMap_genHTML('<p><b>VVV Wijk bij Duurstede</b></p>VVV Wijk bij Duurstede<div class="clear"></div><p class="right"><a href="http://www.vvv-wijkbijduurstede.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|infoposten\',1307);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1307omgeving"] = new GMarker(new GLatLng(51.972480, 5.345068),icon);
map.addOverlay(marker["1307omgeving"]);

GEvent.addListener(marker["1307omgeving"], "click", function() {
  marker["1307omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1307"]);
});

// if ID then show marker info else show default 

              }
            }
function showinformatie_banken() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1052"] = GMap_genHTML('<p><b>ABN Amro</b></p>ABM&nbsp;Amro<div class="clear"></div><p class="right"><a href="http://www.abnamro.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1052);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1052omgeving"] = new GMarker(new GLatLng(51.8886, 5.43119),icon);
map.addOverlay(marker["1052omgeving"]);

GEvent.addListener(marker["1052omgeving"], "click", function() {
  marker["1052omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1052"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1053"] = GMap_genHTML('<p><b>ABN Amro</b></p>ABN&nbsp;Amro<div class="clear"></div><p class="right"><a href="http://www.abnamro.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1053);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1053omgeving"] = new GMarker(new GLatLng(51.95715, 5.57114),icon);
map.addOverlay(marker["1053omgeving"]);

GEvent.addListener(marker["1053omgeving"], "click", function() {
  marker["1053omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1053"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1054"] = GMap_genHTML('<p><b>ABN Amro</b></p>ABN&nbsp;Amro<div class="clear"></div><p class="right"><a href="http://www.abnamro.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1054);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1054omgeving"] = new GMarker(new GLatLng(52.02526, 5.55458),icon);
map.addOverlay(marker["1054omgeving"]);

GEvent.addListener(marker["1054omgeving"], "click", function() {
  marker["1054omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1054"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1064"] = GMap_genHTML('<p><b>Fortis Bank</b></p>Fortis Bank Veenendaal<div class="clear"></div><p class="right"><a href="http://www.fortis.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1064);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1064omgeving"] = new GMarker(new GLatLng(52.02593, 5.55775),icon);
map.addOverlay(marker["1064omgeving"]);

GEvent.addListener(marker["1064omgeving"], "click", function() {
  marker["1064omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1064"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1065"] = GMap_genHTML('<p><b>Fortis Bank</b></p>Fortis Bank Culemborg<div class="clear"></div><p class="right"><a href="http://www.fortis.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1065);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1065omgeving"] = new GMarker(new GLatLng(51.95511, 5.22481),icon);
map.addOverlay(marker["1065omgeving"]);

GEvent.addListener(marker["1065omgeving"], "click", function() {
  marker["1065omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1065"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1055"] = GMap_genHTML('<p><b>ING</b></p>ING&nbsp;kantoor Tiel<div class="clear"></div><p class="right"><a href="http://www.ing.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1055);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1055omgeving"] = new GMarker(new GLatLng(51.88698, 5.43317),icon);
map.addOverlay(marker["1055omgeving"]);

GEvent.addListener(marker["1055omgeving"], "click", function() {
  marker["1055omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1055"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1056"] = GMap_genHTML('<p><b>ING</b></p>ING kantoor Rhenen<div class="clear"></div><p class="right"><a href="http://www.ing.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1056);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1056omgeving"] = new GMarker(new GLatLng(51.95834, 5.56226),icon);
map.addOverlay(marker["1056omgeving"]);

GEvent.addListener(marker["1056omgeving"], "click", function() {
  marker["1056omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1056"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1057"] = GMap_genHTML('<p><b>ING</b></p>ING&nbsp;kantoor Veenendaal<div class="clear"></div><p class="right"><a href="http://www.ing.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1057);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1057omgeving"] = new GMarker(new GLatLng(52.0248, 5.55857),icon);
map.addOverlay(marker["1057omgeving"]);

GEvent.addListener(marker["1057omgeving"], "click", function() {
  marker["1057omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1057"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1045"] = GMap_genHTML('<p><b>Rabobank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1045);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1045omgeving"] = new GMarker(new GLatLng(51.96228, 5.4215),icon);
map.addOverlay(marker["1045omgeving"]);

GEvent.addListener(marker["1045omgeving"], "click", function() {
  marker["1045omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1045"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1046"] = GMap_genHTML('<p><b>Rabobank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1046);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1046omgeving"] = new GMarker(new GLatLng(51.87967, 5.41499),icon);
map.addOverlay(marker["1046omgeving"]);

GEvent.addListener(marker["1046omgeving"], "click", function() {
  marker["1046omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1046"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1047"] = GMap_genHTML('<p><b>Rabobank</b></p>Kantoor Tiel<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1047);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1047omgeving"] = new GMarker(new GLatLng(51.88951, 5.42913),icon);
map.addOverlay(marker["1047omgeving"]);

GEvent.addListener(marker["1047omgeving"], "click", function() {
  marker["1047omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1047"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1048"] = GMap_genHTML('<p><b>Rabobank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1048);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1048omgeving"] = new GMarker(new GLatLng(51.96354, 5.57578),icon);
map.addOverlay(marker["1048omgeving"]);

GEvent.addListener(marker["1048omgeving"], "click", function() {
  marker["1048omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1048"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1049"] = GMap_genHTML('<p><b>Rabobank</b></p>Kantoor Rhenen<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1049);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1049omgeving"] = new GMarker(new GLatLng(51.9576, 5.56681),icon);
map.addOverlay(marker["1049omgeving"]);

GEvent.addListener(marker["1049omgeving"], "click", function() {
  marker["1049omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1049"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1050"] = GMap_genHTML('<p><b>Rabobank</b></p>Rabobank Lienden<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1050);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1050omgeving"] = new GMarker(new GLatLng(51.94777, 5.51941),icon);
map.addOverlay(marker["1050omgeving"]);

GEvent.addListener(marker["1050omgeving"], "click", function() {
  marker["1050omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1050"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1051"] = GMap_genHTML('<p><b>Rabobank </b></p>Rabobank Wijk bij Duurstede<div class="clear"></div><p class="right"><a href="http://www.rabobank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1051);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1051omgeving"] = new GMarker(new GLatLng(51.9747, 5.34412),icon);
map.addOverlay(marker["1051omgeving"]);

GEvent.addListener(marker["1051omgeving"], "click", function() {
  marker["1051omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1051"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1058"] = GMap_genHTML('<p><b>SNS Bank</b></p>SNS Bank Tiel<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1058);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1058omgeving"] = new GMarker(new GLatLng(51.88811, 5.4337),icon);
map.addOverlay(marker["1058omgeving"]);

GEvent.addListener(marker["1058omgeving"], "click", function() {
  marker["1058omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1058"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1059"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1059);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1059omgeving"] = new GMarker(new GLatLng(51.88735, 5.43755),icon);
map.addOverlay(marker["1059omgeving"]);

GEvent.addListener(marker["1059omgeving"], "click", function() {
  marker["1059omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1059"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1060"] = GMap_genHTML('<p><b>SNS Bank</b></p>SNS&nbsp;Bank Veenendaal<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1060);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1060omgeving"] = new GMarker(new GLatLng(52.02533, 5.55453),icon);
map.addOverlay(marker["1060omgeving"]);

GEvent.addListener(marker["1060omgeving"], "click", function() {
  marker["1060omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1060"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1061"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1061);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1061omgeving"] = new GMarker(new GLatLng(52.01818, 5.54157),icon);
map.addOverlay(marker["1061omgeving"]);

GEvent.addListener(marker["1061omgeving"], "click", function() {
  marker["1061omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1061"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1062"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1062);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1062omgeving"] = new GMarker(new GLatLng(52.02686, 5.55573),icon);
map.addOverlay(marker["1062omgeving"]);

GEvent.addListener(marker["1062omgeving"], "click", function() {
  marker["1062omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1062"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1063"] = GMap_genHTML('<p><b>SNS Bank</b></p>pinautomaat<div class="clear"></div><p class="right"><a href="http://www.snsbank.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'informatie|banken\',1063);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_informatie.png";

marker["1063omgeving"] = new GMarker(new GLatLng(51.97252, 5.34736),icon);
map.addOverlay(marker["1063omgeving"]);

GEvent.addListener(marker["1063omgeving"], "click", function() {
  marker["1063omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1063"]);
});

// if ID then show marker info else show default 

              }
            }
function showcultuur_bezienswaardigheden() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                
              }
            }
function showculinair_bioscopen() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1197"] = GMap_genHTML('<p><b>Bioscoop Catharijne</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Utrecht<div class="clear"></div><p class="right"><a href="http://www.bioswolff.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1197);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1197omgeving"] = new GMarker(new GLatLng(52.09135, 5.11122),icon);
map.addOverlay(marker["1197omgeving"]);

GEvent.addListener(marker["1197omgeving"], "click", function() {
  marker["1197omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1197"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1195"] = GMap_genHTML('<p><b>Cinema Roma</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Wijchen<div class="clear"></div><p class="right"><a href="http://www.cineroma.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1195);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1195omgeving"] = new GMarker(new GLatLng(51.807408, 5.726311),icon);
map.addOverlay(marker["1195omgeving"]);

GEvent.addListener(marker["1195omgeving"], "click", function() {
  marker["1195omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1195"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1194"] = GMap_genHTML('<p><b>CineMec</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Ede (langs de A12)<div class="clear"></div><p class="right"><a href="http://www.cinemec.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1194);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1194omgeving"] = new GMarker(new GLatLng(52.015927, 5.646215),icon);
map.addOverlay(marker["1194omgeving"]);

GEvent.addListener(marker["1194omgeving"], "click", function() {
  marker["1194omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1194"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1199"] = GMap_genHTML('<p><b>Filmhuis Movie W</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Wageningen<div class="clear"></div><p class="right"><a href="http://www.mowie-w.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1199);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1199omgeving"] = new GMarker(new GLatLng(51.968117, 5.657562),icon);
map.addOverlay(marker["1199omgeving"]);

GEvent.addListener(marker["1199omgeving"], "click", function() {
  marker["1199omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1199"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1198"] = GMap_genHTML('<p><b>Heerenstraattheater</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Wageningen <div class="clear"></div><p class="right"><a href="http://www.heerenstraattheater.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1198);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1198omgeving"] = new GMarker(new GLatLng(51.966906, 5.664942),icon);
map.addOverlay(marker["1198omgeving"]);

GEvent.addListener(marker["1198omgeving"], "click", function() {
  marker["1198omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1198"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1203"] = GMap_genHTML('<p><b>JT Arnhem (Euro Cinema)</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Arnhem<div class="clear"></div><p class="right"><a href="http://www.jt.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1203);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1203omgeving"] = new GMarker(new GLatLng(51.981590, 5.903530),icon);
map.addOverlay(marker["1203omgeving"]);

GEvent.addListener(marker["1203omgeving"], "click", function() {
  marker["1203omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1203"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1200"] = GMap_genHTML('<p><b>JT Nijmegen Calypso</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Nijmegen<div class="clear"></div><p class="right"><a href="http://www.jt.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1200);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1200omgeving"] = new GMarker(new GLatLng(51.843996, 5.865750),icon);
map.addOverlay(marker["1200omgeving"]);

GEvent.addListener(marker["1200omgeving"], "click", function() {
  marker["1200omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1200"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1201"] = GMap_genHTML('<p><b>JT Nijmegen Carolus</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Nijmegen<div class="clear"></div><p class="right"><a href="http://www.jt.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1201);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1201omgeving"] = new GMarker(new GLatLng(51.845826, 5.862187),icon);
map.addOverlay(marker["1201omgeving"]);

GEvent.addListener(marker["1201omgeving"], "click", function() {
  marker["1201omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1201"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1202"] = GMap_genHTML('<p><b>Lux</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Nijmegen<div class="clear"></div><p class="right"><a href="http://www.lux-nijmegen.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1202);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1202omgeving"] = new GMarker(new GLatLng(51.845202, 5.867117),icon);
map.addOverlay(marker["1202omgeving"]);

GEvent.addListener(marker["1202omgeving"], "click", function() {
  marker["1202omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1202"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1193"] = GMap_genHTML('<p><b>Metro Tiel</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Tiel<div class="clear"></div><p class="right"><a href="http://www.bioscooptiel.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1193);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1193omgeving"] = new GMarker(new GLatLng(51.888346, 5.433553),icon);
map.addOverlay(marker["1193omgeving"]);

GEvent.addListener(marker["1193omgeving"], "click", function() {
  marker["1193omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1193"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1196"] = GMap_genHTML('<p><b>Path&eacute; Rembrandt Utrecht</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Utrecht<div class="clear"></div><p class="right"><a href="http://www.pathe.nl/rembrandt/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1196);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1196omgeving"] = new GMarker(new GLatLng(52.093914, 5.116372),icon);
map.addOverlay(marker["1196omgeving"]);

GEvent.addListener(marker["1196omgeving"], "click", function() {
  marker["1196omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1196"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1204"] = GMap_genHTML('<p><b>Rembrandt Theater</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bioscoop.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bioscoop.jpg" width="150" height="150" class="fotoRight"></a>Bioscoop in Arnhem<div class="clear"></div><p class="right"><a href="http://www.minervagroep.nl/minerva-arnhem" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|bioscopen\',1204);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1204omgeving"] = new GMarker(new GLatLng(51.983672, 5.911730),icon);
map.addOverlay(marker["1204omgeving"]);

GEvent.addListener(marker["1204omgeving"], "click", function() {
  marker["1204omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1204"]);
});

// if ID then show marker info else show default 

              }
            }
function showculinair_cafes() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1221"] = GMap_genHTML('<p><b>De Roskam</b></p>Bar- dancing in Ommeren<div class="clear"></div><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'culinair|cafes\',1221);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_culinair.png";

marker["1221omgeving"] = new GMarker(new GLatLng(51.946131, 5.495267),icon);
map.addOverlay(marker["1221omgeving"]);

GEvent.addListener(marker["1221omgeving"], "click", function() {
  marker["1221omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1221"]);
});

// if ID then show marker info else show default 

              }
            }
function showsportief_dagrecreatie() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1090"] = GMap_genHTML('<p><b>De Berendonck</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/berendonck.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/berendonck.jpg" width="150" height="112" class="fotoRight"></a>Recreatiegebied Berendonck heeft alle voorzieningen voor een heerlijk dagje uit. Zwemmen,wandelen, vissen, golfen, paardrijden of duiken, het kan allemaal. De kinderen leven zich uit in het unieke ...<div class="clear"></div><p class="right"><a href="http://www.rgv.nl/index.php?id=67" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1090);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1090omgeving"] = new GMarker(new GLatLng(51.813318, 5.771616),icon);
map.addOverlay(marker["1090omgeving"]);

GEvent.addListener(marker["1090omgeving"], "click", function() {
  marker["1090omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1090"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1089"] = GMap_genHTML('<p><b>De Galgenwaard</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>De Galgewaard is een knus dagrecreatieterrein aan de Linge, in Oosterwijk (gemeente Leerdam). Het is ongeveer drie hectare groot. Als u van watersport of vissen houdt, is dit een prachtig gebied.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/4" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1089);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1089omgeving"] = new GMarker(new GLatLng(51.876124, 5.062804),icon);
map.addOverlay(marker["1089omgeving"]);

GEvent.addListener(marker["1089omgeving"], "click", function() {
  marker["1089omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1089"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1087"] = GMap_genHTML('<p><b>De Meent</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>De Meent is een mooi recreatiegebied waar u heerlijk kunt zwemmen, luieren, vissen of kano&euml;n. Kinderen kunnen er geweldig spelen bij de watergoot, het speeltoestel of het duikvlot.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/1" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1087);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1087omgeving"] = new GMarker(new GLatLng(51.947632, 5.281950),icon);
map.addOverlay(marker["1087omgeving"]);

GEvent.addListener(marker["1087omgeving"], "click", function() {
  marker["1087omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1087"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1083"] = GMap_genHTML('<p><b>De Rijkerswoerdse Plassen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>Het recreatiegebied De Rijkerswoerdse Plassen gelegen in Elst, grenzend aan Arnhem-Zuid, is een recreatiegebied waar u prima een dagje uit kunt gaan. U kunt hier heerlijk zwemmen, luieren, vissen, ...<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1083);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1083omgeving"] = new GMarker(new GLatLng(51.942777, 5.863262),icon);
map.addOverlay(marker["1083omgeving"]);

GEvent.addListener(marker["1083omgeving"], "click", function() {
  marker["1083omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1083"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1085"] = GMap_genHTML('<p><b>Het Park Holthuizen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/holthuizen_tn.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/holthuizen_tn.jpg" width="150" height="112" class="fotoRight"></a>Recreatiegebied Park Holthuizen ligt tussen Huissen en Arnhem. Het gebied is ongeveer 30 hectare groot, met een waterplas.<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/5" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1085);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1085omgeving"] = new GMarker(new GLatLng(51.948261, 5.916577),icon);
map.addOverlay(marker["1085omgeving"]);

GEvent.addListener(marker["1085omgeving"], "click", function() {
  marker["1085omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1085"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1081"] = GMap_genHTML('<p><b>Holland Evenementen Groep</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/holland_evenementen_groep.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/holland_evenementen_groep.jpg" width="150" height="75" class="fotoRight"></a>Voor alle leuke uitjes kunt u bij de Holland Evenementen Groep terecht.<div class="clear"></div><p class="right"><a href="http://www.hollandevenementengroep.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1081);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1081omgeving"] = new GMarker(new GLatLng(51.929084, 5.431361),icon);
map.addOverlay(marker["1081omgeving"]);

GEvent.addListener(marker["1081omgeving"], "click", function() {
  marker["1081omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1081"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1086"] = GMap_genHTML('<p><b>Indoor Paintball Center Beusichem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/paintball_power.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/paintball_power.jpg" width="150" height="95" class="fotoRight"></a>Het indoor paintball centrum is opgebouwd in de voormalige manege. U waant zich in een verlaten dorp, waar trucks, bunkers, bruggen en een uitkijktoren de sfeer bepalen. Licht-, geluid- en ...<div class="clear"></div><p class="right"><a href="http://www.paintballpower.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1086);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1086omgeving"] = new GMarker(new GLatLng(51.948651, 5.283354),icon);
map.addOverlay(marker["1086omgeving"]);

GEvent.addListener(marker["1086omgeving"], "click", function() {
  marker["1086omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1086"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1088"] = GMap_genHTML('<p><b>Strand Maaslanden - Gouden Ham</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>Dagrecreatiegebied Strand Maaslanden, gelegen in De Gouden Ham is een uniek waterrecreatiegebied aan de Maas, tussen Maasbommel en Appeltern, waar rust- en actiezoekers, landrotten en waterratten ...<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl/?q=taxonomy/term/2" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1088);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1088omgeving"] = new GMarker(new GLatLng(51.831072, 5.561944),icon);
map.addOverlay(marker["1088omgeving"]);

GEvent.addListener(marker["1088omgeving"], "click", function() {
  marker["1088omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1088"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1082"] = GMap_genHTML('<p><b>Strandpark Slijk- Ewijk</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/uitrwaarde_logo.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/uitrwaarde_logo.png" width="150" height="62" class="fotoRight"></a>Het Strandpark Slijk-Ewijk nabij Valburg biedt alle mogelijkheden om heerlijk te zwemmen, windsurfen, kano&euml;n en vissen.  Ook wandelen en fietsen zijn populaire bezigheden in dit gebied. De ...<div class="clear"></div><p class="right"><a href="http://www.uitrwaarde.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|dagrecreatie\',1082);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1082omgeving"] = new GMarker(new GLatLng(51.907876, 5.785380),icon);
map.addOverlay(marker["1082omgeving"]);

GEvent.addListener(marker["1082omgeving"], "click", function() {
  marker["1082omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1082"]);
});

// if ID then show marker info else show default 

              }
            }
function showkinderpret_dierentuinen() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1120"] = GMap_genHTML('<p><b>Apenheul</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/apenheul.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/apenheul.jpg" width="150" height="112" class="fotoRight"></a>Apenheul is de ongewoonste dierentuin van Nederland. De meeste dieren lopen er namelijk gewoon los tussen de bezoekers!<div class="clear"></div><p class="right"><a href="http://www.apenheul.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1120);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1120omgeving"] = new GMarker(new GLatLng(52.217929, 5.916771),icon);
map.addOverlay(marker["1120omgeving"]);

GEvent.addListener(marker["1120omgeving"], "click", function() {
  marker["1120omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1120"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1121"] = GMap_genHTML('<p><b>Burgers&#146; Zoo </b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/burgers-zoo-arnhem.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/burgers-zoo-arnhem.jpg" width="150" height="61" class="fotoRight"></a>De dierentuin wordt ook vaak \'Burgers\' , \'De Bush\' of \'Burgers\' Bush\' genoemd. Met 1,5 miljoen bezoekers is de Arnhemse Zoo de meest bezochte attractie in Gelderland. Landelijk is Burgers\' Zoo de ...<div class="clear"></div><p class="right"><a href="http://www.burgerszoo.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1121);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1121omgeving"] = new GMarker(new GLatLng(52.007041, 5.898314),icon);
map.addOverlay(marker["1121omgeving"]);

GEvent.addListener(marker["1121omgeving"], "click", function() {
  marker["1121omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1121"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1119"] = GMap_genHTML('<p><b>DierenPark Amersfoort</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dierentuin_amersfoort.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dierentuin_amersfoort.jpg" width="150" height="112" class="fotoRight"></a>DierenPark Amersfoort is een particuliere dierentuin, gelegen aan de westzijde van Amersfoort, aan de rand van het bosgebied Birkhoven.<div class="clear"></div><p class="right"><a href="http://www.dierenparkamersfoort.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1119);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1119omgeving"] = new GMarker(new GLatLng(52.151839, 5.348329),icon);
map.addOverlay(marker["1119omgeving"]);

GEvent.addListener(marker["1119omgeving"], "click", function() {
  marker["1119omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1119"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1126"] = GMap_genHTML('<p><b>Dierenpark De Oliemeulen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/oliemeulen.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/oliemeulen.gif" width="150" height="112" class="fotoRight"></a>Het vreemdste dierenpark van Nederland.<div class="clear"></div><p class="right"><a href="http://www.oliemeulen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1126);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1126omgeving"] = new GMarker(new GLatLng(51.570235, 5.062052),icon);
map.addOverlay(marker["1126omgeving"]);

GEvent.addListener(marker["1126omgeving"], "click", function() {
  marker["1126omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1126"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1122"] = GMap_genHTML('<p><b>Dolfinarium</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/dolfinarium.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/dolfinarium.jpg" width="150" height="131" class="fotoRight"></a>Het Dolfinarium in Harderwijk is het enige dolfinarium in Nederland. De dolfijnen zijn er ondergebracht in grote zoutwaterbassins en worden onder andere getraind om shows te geven. Die worden een ...<div class="clear"></div><p class="right"><a href="http://www.dolfinarium.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1122);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1122omgeving"] = new GMarker(new GLatLng(52.353442, 5.618708),icon);
map.addOverlay(marker["1122omgeving"]);

GEvent.addListener(marker["1122omgeving"], "click", function() {
  marker["1122omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1122"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1000"] = GMap_genHTML('<p><b>Ouwehands Dierenpark</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/Ouwehands_logo_rgb.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/Ouwehands_logo_rgb.gif" width="150" height="78" class="fotoRight"></a>In Ouwehands Dierenpark leven bijzondere diersoorten in ruime en natuurlijke verblijven. Ontmoet de zeldzame witte tijgers en witte leeuwen, sta neus aan neus met onze ijsberen en loop door het ...<div class="clear"></div><p class="right"><a href="http://www.ouwehand.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1000);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1000omgeving"] = new GMarker(new GLatLng(51.95548, 5.58955),icon);
map.addOverlay(marker["1000omgeving"]);

GEvent.addListener(marker["1000omgeving"], "click", function() {
  marker["1000omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1000"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1123"] = GMap_genHTML('<p><b>Safaripark Beekse Bergen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/beekse_bergen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/beekse_bergen.jpg" width="150" height="83" class="fotoRight"></a>Afrika in &eacute;&eacute;n dag beleven in Safaripark Beekse Bergen. In Hilvarenbeek wacht een Afrikaans avontuur met brullende leeuwen, nieuwsgierige giraffen en overstekende zebra&rsquo;s.<div class="clear"></div><p class="right"><a href="http://www.safaripark.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1123);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1123omgeving"] = new GMarker(new GLatLng(51.528407, 5.124010),icon);
map.addOverlay(marker["1123omgeving"]);

GEvent.addListener(marker["1123omgeving"], "click", function() {
  marker["1123omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1123"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1125"] = GMap_genHTML('<p><b>Uilen- en dierenpark de Paay</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/depaay.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/depaay.jpg" width="150" height="94" class="fotoRight"></a>De Paay is een kleinschalig uilen- en dierenpark gelegen aan de rivier de Linge in de Betuwe. Langs een kronkelig dijkje van Beesd naar Rhenoy vindt u, verscholen door bomen, de ingang van ons ...<div class="clear"></div><p class="right"><a href="http://www.depaay.nl/nieuw/index.php" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1125);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1125omgeving"] = new GMarker(new GLatLng(51.897245, 5.167384),icon);
map.addOverlay(marker["1125omgeving"]);

GEvent.addListener(marker["1125omgeving"], "click", function() {
  marker["1125omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1125"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1124"] = GMap_genHTML('<p><b>Zoo Parc Overloon</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/zooparc.bmp" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/zooparc.bmp" width="" height="" class="fotoRight"></a>Beleef een spannende ontdekkingsreis langs bijzondere dier- en plantensoorten in dit natuurrijke dierenpark. Sta oog in oog met cheetahs, tapirs, gibbons, flamingo\'s, varia\'s, kleine panda\'s en ...<div class="clear"></div><p class="right"><a href="http://www.overloonzoo.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'kinderpret|dierentuinen\',1124);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_kinderpret.png";

marker["1124omgeving"] = new GMarker(new GLatLng(51.577932, 5.941922),icon);
map.addOverlay(marker["1124omgeving"]);

GEvent.addListener(marker["1124omgeving"], "click", function() {
  marker["1124omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1124"]);
});

// if ID then show marker info else show default 

              }
            }
function showcultuur_dorpen() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                
              }
            }
function showsportief_fietsroutes() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1116"] = GMap_genHTML('<p><b>Routepunt Pyramide van Austerlitz</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pyramide.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pyramide.jpg" width="150" height="35" class="fotoRight"></a>Zowel wandel- als fietsliefhebbers komen optimaal aan hun trekken in de bosrijke omgeving. De Pyramide is officieel start- en eindpunt van verschillende erkende wandelroutes.  Het ...<div class="clear"></div><p class="right"><a href="http://www.pyramidevanausterlitz.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|fietsroutes\',1116);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1116omgeving"] = new GMarker(new GLatLng(52.087143, 5.335557),icon);
map.addOverlay(marker["1116omgeving"]);

GEvent.addListener(marker["1116omgeving"], "click", function() {
  marker["1116omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1116"]);
});

// if ID then show marker info else show default 

              }
            }
function showsportief_golfbanen() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1157"] = GMap_genHTML('<p><b>Boerengolf Aan de Linge Recreatie</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boerengolf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boerengolf.jpg" width="150" height="112" class="fotoRight"></a>Boerengolf, de snelst groeiende buitensport van Nederland en Belgi&euml;. Boerengolf is een variatie op het reguliere Golfspel waarbij een boerengolfbaan met 10 holes in zo min mogelijk slagen ...<div class="clear"></div><p class="right"><a href="http://www.aandelinge.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1157);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1157omgeving"] = new GMarker(new GLatLng(51.881213, 5.399777),icon);
map.addOverlay(marker["1157omgeving"]);

GEvent.addListener(marker["1157omgeving"], "click", function() {
  marker["1157omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1157"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1159"] = GMap_genHTML('<p><b>Boerengolf de Boterbloem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boerengolf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boerengolf.jpg" width="150" height="112" class="fotoRight"></a>Boerengolf, de snelst groeiende buitensport van Nederland en Belgi&euml;. Boerengolf is een variatie op het reguliere Golfspel waarbij een boerengolfbaan met 10 holes in zo min mogelijk slagen ...<div class="clear"></div><p class="right"><a href="http://www.boterbloem.com/rubrieken.htm#boerengolf" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1159);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1159omgeving"] = new GMarker(new GLatLng(51.98805, 5.37987),icon);
map.addOverlay(marker["1159omgeving"]);

GEvent.addListener(marker["1159omgeving"], "click", function() {
  marker["1159omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1159"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1158"] = GMap_genHTML('<p><b>Boerengolf Koeien en vlaaien</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boerengolf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boerengolf.jpg" width="150" height="112" class="fotoRight"></a>Boerengolf, de snelst groeiende buitensport van Nederland en Belgi&euml;. Boerengolf is een variatie op het reguliere Golfspel waarbij een boerengolfbaan met 10 holes in zo min mogelijk slagen ...<div class="clear"></div><p class="right"><a href="http://www.koeienenvlaaien.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1158);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1158omgeving"] = new GMarker(new GLatLng(51.977964, 5.365277),icon);
map.addOverlay(marker["1158omgeving"]);

GEvent.addListener(marker["1158omgeving"], "click", function() {
  marker["1158omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1158"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1093"] = GMap_genHTML('<p><b>BurgGolf Gendersteyn Veldhoven</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golfveldhoven.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golfveldhoven.jpg" width="150" height="60" class="fotoRight"></a>BurgGolf Gendersteyn Veldhoven betreft een 27 holes championship course, waarbij de wisselende baanluscombinaties zorgen voor veel variatie. Een afwisselende baan aangelegd in bospercelen, langs ...<div class="clear"></div><p class="right"><a href="http://www.burggolf.nl/golfbanen/gendersteyn/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1093);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1093omgeving"] = new GMarker(new GLatLng(51.387025, 5.378358),icon);
map.addOverlay(marker["1093omgeving"]);

GEvent.addListener(marker["1093omgeving"], "click", function() {
  marker["1093omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1093"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1092"] = GMap_genHTML('<p><b>Burggolf Haverleij</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golfdenbosch.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golfdenbosch.jpg" width="150" height="60" class="fotoRight"></a>Naast een prachtige 18 holes baan, beschikt BurgGolf Haverleij Den Bosch ook over een spannende en uitdagende 9 holes par-3 baan. Waar ook de golfer zonder GVB van harte welkom is. De golfbaan is ...<div class="clear"></div><p class="right"><a href="http://www.burggolf.nl/golfbanen/Haverleij/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1092);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1092omgeving"] = new GMarker(new GLatLng(51.719607, 5.244208),icon);
map.addOverlay(marker["1092omgeving"]);

GEvent.addListener(marker["1092omgeving"], "click", function() {
  marker["1092omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1092"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1091"] = GMap_genHTML('<p><b>Golfbaan BurgGolf Wijchen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf_wijchen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf_wijchen.jpg" width="150" height="60" class="fotoRight"></a>In het heuvelachtige Rijk van Nijmegen ligt recreatiegebied Groene Heuvels. Het prachtige strand en het schone zwemwater nodigen uit tot veel waterplezier! Er zijn diverse sport- en ...<div class="clear"></div><p class="right"><a href="http://www.burggolf.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1091);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1091omgeving"] = new GMarker(new GLatLng(51.808976, 5.769743),icon);
map.addOverlay(marker["1091omgeving"]);

GEvent.addListener(marker["1091omgeving"], "click", function() {
  marker["1091omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1091"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1095"] = GMap_genHTML('<p><b>Golfbaan Landgoed Bleijenbeek</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf.jpg" width="150" height="112" class="fotoRight"></a>Nabij uitvalswegen, in de kop van Limburg is Golfbaan Landgoed Bleijenbeek gelegen in het plaatsje Afferden. De in 2005 geopende golfbaan, gelegen in een prachtig en rustig stukje van de ...<div class="clear"></div><p class="right"><a href="http://www.golfenopeenlandgoed.nl/index.php?baaninfobleijenbeek" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1095);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1095omgeving"] = new GMarker(new GLatLng(51.642351, 6.055154),icon);
map.addOverlay(marker["1095omgeving"]);

GEvent.addListener(marker["1095omgeving"], "click", function() {
  marker["1095omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1095"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1096"] = GMap_genHTML('<p><b>Golfcentrum De Batouwe</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf_zoelen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf_zoelen.jpg" width="150" height="50" class="fotoRight"></a>Weg van de snelweg, even ten noorden van Tiel, ligt op 96 ha grond langs het Amsterdam-Rijnkanaal een schitterende 36-holes baan. Het complex is gesitueerd in het fraaie Betuwse landschap en ...<div class="clear"></div><p class="right"><a href="http://www.golfcentrumdebatouwe.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1096);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1096omgeving"] = new GMarker(new GLatLng(51.927064, 5.421610),icon);
map.addOverlay(marker["1096omgeving"]);

GEvent.addListener(marker["1096omgeving"], "click", function() {
  marker["1096omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1096"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1094"] = GMap_genHTML('<p><b>Golfen op Landgoed Welderen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golf_welderen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golf_welderen.jpg" width="150" height="110" class="fotoRight"></a>Golfbaan Landgoed Welderen beschikt over een 18 holes Championship Course, 9 holes Par 3-4 oefenbaan, 6 holes Pitch en Puttbaan en een overdekte drivingrange.<div class="clear"></div><p class="right"><a href="http://www.golfenopeenlandgoed.nl/index.php?baaninfowelderen" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1094);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1094omgeving"] = new GMarker(new GLatLng(51.943315, 5.830250),icon);
map.addOverlay(marker["1094omgeving"]);

GEvent.addListener(marker["1094omgeving"], "click", function() {
  marker["1094omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1094"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1097"] = GMap_genHTML('<p><b>Het Rijk van Nijmegen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/golfer.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/golfer.jpg" width="141" height="150" class="fotoRight"></a>Het Rijk van Nijmegen is een klasse apart met twee 18 holes wedstrijdbanen in een schitterende omgeving. Bovendien zijn er uitstekende oefenfaciliteiten en beschikt Het Rijk van Nijmegen over een ...<div class="clear"></div><p class="right"><a href="http://www.golfenophetrijk.nl/nijmegen" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1097);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1097omgeving"] = new GMarker(new GLatLng(51.790691, 5.921644),icon);
map.addOverlay(marker["1097omgeving"]);

GEvent.addListener(marker["1097omgeving"], "click", function() {
  marker["1097omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1097"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1084"] = GMap_genHTML('<p><b>Pitch &amp; Putt Rijkerswoerd</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pitch_putt.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pitch_putt.jpg" width="150" height="112" class="fotoRight"></a>Pitch&amp;Putt Overbetuwe is gelegen in Elst (gld) aan de rand van Arnhem . Het is een uitdagende 18-holes baan. De 18 holes zijn ruim van opzet en voorzien van bunkers, vijvers, rough en greens. ...<div class="clear"></div><p class="right"><a href="http://www.pitch-putt.nl/index_banen.asp?baan_id=5" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1084);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1084omgeving"] = new GMarker(new GLatLng(51.939866, 5.872944),icon);
map.addOverlay(marker["1084omgeving"]);

GEvent.addListener(marker["1084omgeving"], "click", function() {
  marker["1084omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1084"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1156"] = GMap_genHTML('<p><b>Pitch&amp;Putt Golf Maurik </b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/pitch_putt.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/pitch_putt.jpg" width="150" height="112" class="fotoRight"></a>Zin in een potje golf tijdens uw verblijf op Vakantiepark Eiland van Maurik? Op loopafstand hebben wij Pitch&amp;Putt Golf Maurik. Kenmerkend voor deze baan zijn de subtiele maar uitdagende ...<div class="clear"></div><p class="right"><a href="http://www.pitch-putt.nl/index_banen.asp?baan_id=45" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'sportief|golfbanen\',1156);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_sportief.png";

marker["1156omgeving"] = new GMarker(new GLatLng(51.97474, 5.41907),icon);
map.addOverlay(marker["1156omgeving"]);

GEvent.addListener(marker["1156omgeving"], "click", function() {
  marker["1156omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1156"]);
});

// if ID then show marker info else show default 

              }
            }
function showinformatie_adressen() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                
              }
            }
function showverblijfsaccommodaties_hotels() {
              if (GBrowserIsCompatible()) {   
                map.clearOverlays();
                

WINDOW_HTML["omgeving1112"] = GMap_genHTML('<p><b> &#39;t Veerhuys</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/veerhuys.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/veerhuys.jpg" width="150" height="36" class="fotoRight"></a>&rsquo;t VeerHuys in Beusichem is een restaurant met voor elk wat wils. Op ons menu staan pannenkoeken maar ook heerlijke vlees- en visgerechten. Ook voor de lunch kunt u bij ons terecht. Het ...<div class="clear"></div><p class="right"><a href="http://www.veerhuys.eu" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1112);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1112omgeving"] = new GMarker(new GLatLng(51.961877, 5.281425),icon);
map.addOverlay(marker["1112omgeving"]);

GEvent.addListener(marker["1112omgeving"], "click", function() {
  marker["1112omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1112"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1154"] = GMap_genHTML('<p><b>Bed &amp; Breakfast de Boterbloem</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/boterbloem_amerongen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/boterbloem_amerongen.jpg" width="150" height="101" class="fotoRight"></a>De Boterbloem\' is een boerderij in bedrijf, met koeien, kippen en een pony.&nbsp; De boerderij is gelegen tussen Rijn en Heuvelrug en ligt niet ver van het karakteristieke dorp Amerongen. ...<div class="clear"></div><p class="right"><a href="http://www.boterbloem.com/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1154);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1154omgeving"] = new GMarker(new GLatLng(51.989008, 5.394717),icon);
map.addOverlay(marker["1154omgeving"]);

GEvent.addListener(marker["1154omgeving"], "click", function() {
  marker["1154omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1154"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1152"] = GMap_genHTML('<p><b>Bed &amp; Breakfast Hofstede de Koningslinde</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hofstede.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hofstede.jpg" width="100" height="100" class="fotoRight"></a>Hofstede de Koningslinde is in 1898 gebouwd en in authentieke staat bewaard gebleven. De hofstede bevindt zich op een schitterende plek, net buiten de bebouwde kom van Eck en Wiel, omgeven door ...<div class="clear"></div><p class="right"><a href="http://www.hofstededekoningslinde.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1152);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1152omgeving"] = new GMarker(new GLatLng(51.963979, 5.462685),icon);
map.addOverlay(marker["1152omgeving"]);

GEvent.addListener(marker["1152omgeving"], "click", function() {
  marker["1152omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1152"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1155"] = GMap_genHTML('<p><b>Bed &amp; Breakfast Koeien en Vlaaien</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/koeien_en_vlaaien.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/koeien_en_vlaaien.jpg" width="150" height="99" class="fotoRight"></a>Bij deze Bed &amp;&nbsp;Breakfast&nbsp;overnacht je in (boeren)stijl. Er is maar plek voor vier personen, dus je hebt volop privacy.<div class="clear"></div><p class="right"><a href="http://www.koeienenvlaaien.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1155);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1155omgeving"] = new GMarker(new GLatLng(51.978472, 5.375402),icon);
map.addOverlay(marker["1155omgeving"]);

GEvent.addListener(marker["1155omgeving"], "click", function() {
  marker["1155omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1155"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1153"] = GMap_genHTML('<p><b>Bed en Breakfast De Spiegelenburg</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/spiegelenburg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/spiegelenburg.jpg" width="150" height="112" class="fotoRight"></a>Deze Bed en Breakfast ligt aan de rand van Maurik aan een landelijke weg op korte afstand van de dijk. Achter&nbsp;het terrein was vroeger een boerderij met slotgrachten, genaamd &quot;De ...<div class="clear"></div><p class="right"><a href="http://www.despiegelenburg.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1153);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1153omgeving"] = new GMarker(new GLatLng(51.960398, 5.407864),icon);
map.addOverlay(marker["1153omgeving"]);

GEvent.addListener(marker["1153omgeving"], "click", function() {
  marker["1153omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1153"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1113"] = GMap_genHTML('<p><b>Bilderberg Kasteel &#39;t Kerckebosch</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bilderberg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bilderberg.jpg" width="120" height="80" class="fotoRight"></a>Glas-in-loodramen, modern en klassiek verenigd. Kasteel &rsquo;t Kerckebosch is gevestigd in een fraai chateau dat verscholen ligt in de bossen van de Utrechtse heuvelrug.<div class="clear"></div><p class="right"><a href="http://www.bilderberg.nl/hotels/kasteel-kerckebosch/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1113);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1113omgeving"] = new GMarker(new GLatLng(52.073933, 5.258583),icon);
map.addOverlay(marker["1113omgeving"]);

GEvent.addListener(marker["1113omgeving"], "click", function() {
  marker["1113omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1113"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1114"] = GMap_genHTML('<p><b>Bilderberg Kasteel Doorwerth</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/doorwerth.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/doorwerth.jpg" width="120" height="77" class="fotoRight"></a>Een groen dorpje nabij Arnhem. Aan de rand van de Veluwe. Omringd door de groene uiterwaarden van de Neder-Rijn en aan de rand van de Veluwse bossen ligt Bilderberg Kasteel Doorwerth.<div class="clear"></div><p class="right"><a href="http://www.bilderberg.nl/kasteel-doorwerth/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1114);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1114omgeving"] = new GMarker(new GLatLng(51.967357, 5.785508),icon);
map.addOverlay(marker["1114omgeving"]);

GEvent.addListener(marker["1114omgeving"], "click", function() {
  marker["1114omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1114"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1104"] = GMap_genHTML('<p><b>Hotel &#39;t Paviljoen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/paviljoen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/paviljoen.jpg" width="150" height="135" class="fotoRight"></a>Op de Grebbeberg, rondom door bos omgeven, staat Hotel &rsquo;t Paviljoen. Een sfeervol en gezellig familie hotel-restaurant, waar iedereen bereid is zich volledig in te zetten om het de gasten ...<div class="clear"></div><p class="right"><a href="http://www.paviljoen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1104);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1104omgeving"] = new GMarker(new GLatLng(52.373801, 4.890935),icon);
map.addOverlay(marker["1104omgeving"]);

GEvent.addListener(marker["1104omgeving"], "click", function() {
  marker["1104omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1104"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1108"] = GMap_genHTML('<p><b>Hotel - restaurant Nol in &#39;t Bosch</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_nol_in_t_bosch.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_nol_in_t_bosch.jpg" width="150" height="99" class="fotoRight"></a>Idyllisch verscholen in een prachtig stuk natuur nabij Wageningen ligt sinds 1836 Hotel Restaurant Nol in \'t Bosch. Het hotel is nog steeds familiebezit; een waar unicum. De recent gerenoveerde ...<div class="clear"></div><p class="right"><a href="http://www.nolintbosch.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1108);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1108omgeving"] = new GMarker(new GLatLng(51.984296, 5.716676),icon);
map.addOverlay(marker["1108omgeving"]);

GEvent.addListener(marker["1108omgeving"], "click", function() {
  marker["1108omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1108"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1102"] = GMap_genHTML('<p><b>Hotel Buitenlust Amerongen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/buitenlust.gif" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/buitenlust.gif" width="150" height="60" class="fotoRight"></a>Hotel Buitenlust is gevestigd in een monumentaal pand dat in het begin van de 19de gebouwd werd als boederij. In 1904 werd het pand gekocht door slager J. Meijer uit Rhenen die het liet ombouwen ...<div class="clear"></div><p class="right"><a href="http://www.buitenlust-amerongen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1102);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1102omgeving"] = new GMarker(new GLatLng(51.999220, 5.463506),icon);
map.addOverlay(marker["1102omgeving"]);

GEvent.addListener(marker["1102omgeving"], "click", function() {
  marker["1102omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1102"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1106"] = GMap_genHTML('<p><b>Hotel de Bosrand</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/bosrand_ede.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/bosrand_ede.jpg" width="150" height="138" class="fotoRight"></a>Vakantiepark de Bosrand is een kleinschalig park. Wij bieden u zeer luxe 5 sterren bungalows en 4 sterren appartementen en een breed scala aan recreatieve voorzieningen. De Bosrand is het gehele ...<div class="clear"></div><p class="right"><a href="http://www.bosrand.com/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1106);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1106omgeving"] = new GMarker(new GLatLng(52.052185, 5.681294),icon);
map.addOverlay(marker["1106omgeving"]);

GEvent.addListener(marker["1106omgeving"], "click", function() {
  marker["1106omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1106"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1110"] = GMap_genHTML('<p><b>Hotel De Oude Lantaarn</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/oude_lantaarn.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/oude_lantaarn.jpg" width="150" height="119" class="fotoRight"></a>Een zeven eeuwen oude stad met een prachtige binnenstad vol geveltjes, steegjes, keienstraten, winkeltjes, een haventje en natuurlijk de beroemde molen &quot;Rijn en Lek&quot;. Dit is het decor ...<div class="clear"></div><p class="right"><a href="http://www.pippijn.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1110);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1110omgeving"] = new GMarker(new GLatLng(51.972798, 5.345243),icon);
map.addOverlay(marker["1110omgeving"]);

GEvent.addListener(marker["1110omgeving"], "click", function() {
  marker["1110omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1110"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1107"] = GMap_genHTML('<p><b>Hotel de Paasberg</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_paasberg.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_paasberg.jpg" width="150" height="102" class="fotoRight"></a>Driesterrenhotel De Paasberg: praktisch gelegen in het centrum van Ede. Op een steenworp afstand treft u de luisterrijke natuur van de Hoge Veluwe. En binnen beleeft u het warme ontvangst, zoals ...<div class="clear"></div><p class="right"><a href="http://www.centrehotels.nl/nl/hotels/depaasberg/het-hotel" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1107);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1107omgeving"] = new GMarker(new GLatLng(52.099208, 5.771590),icon);
map.addOverlay(marker["1107omgeving"]);

GEvent.addListener(marker["1107omgeving"], "click", function() {
  marker["1107omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1107"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1101"] = GMap_genHTML('<p><b>Hotel de Twee Linden</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/twee_linden.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/twee_linden.jpg" width="150" height="99" class="fotoRight"></a>Midden in het land van Maas en Waal ligt in Beneden-Leeuwen Hotel-caf&eacute;-restaurant De Twee Linden.  Al meer dan 130 jaar is De Twee Linden een sfeervol middelpunt voor zowel zakelijke als ...<div class="clear"></div><p class="right"><a href="http://www.detweelinden.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1101);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1101omgeving"] = new GMarker(new GLatLng(51.881595, 5.512895),icon);
map.addOverlay(marker["1101omgeving"]);

GEvent.addListener(marker["1101omgeving"], "click", function() {
  marker["1101omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1101"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1111"] = GMap_genHTML('<p><b>Hotel De Wereld</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_de_wered.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_de_wered.jpg" width="120" height="120" class="fotoRight"></a>Wederom teruggetoverd in zijn oude functie is het een genot om te eten en slapen in Hotel de Wereld.De 14 luxe kamers zijn van alle gemakken voorzien om uw verblijf zo comfortabel mogelijk te maken.<div class="clear"></div><p class="right"><a href="http://www.hoteldewereld.nl" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1111);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1111omgeving"] = new GMarker(new GLatLng(51.966937, 5.668185),icon);
map.addOverlay(marker["1111omgeving"]);

GEvent.addListener(marker["1111omgeving"], "click", function() {
  marker["1111omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1111"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1105"] = GMap_genHTML('<p><b>Hotel het Wapen van Rhenen</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_wapen_rhenen.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_wapen_rhenen.jpg" width="150" height="112" class="fotoRight"></a>Het Wapen van Rhenen is al 150 jaren geleden ontstaan en stond en staat voor gastvrijheid, gezelligheid en kwaliteit. Niet voor niets zijn er wekelijks zeer tevreden gasten te vinden. Zowel het ...<div class="clear"></div><p class="right"><a href="http://www.hotelrhenen.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1105);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1105omgeving"] = new GMarker(new GLatLng(51.957358, 5.573935),icon);
map.addOverlay(marker["1105omgeving"]);

GEvent.addListener(marker["1105omgeving"], "click", function() {
  marker["1105omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1105"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1103"] = GMap_genHTML('<p><b>Hotel Ibis Veenendaal</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/hotel_ibis.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/hotel_ibis.jpg" width="150" height="100" class="fotoRight"></a>Ibis Hotel Veenendaal ligt niet ver van het centrum van Veenendaal. Dit comfortabele 3-sterren hotel is aan de A12 gelegen en is zodoende zeer gemakkelijk te bereiken. U bevindt zich hier tussen ...<div class="clear"></div><p class="right"><a href="http://www.hotels.nl/nl/veenendaal/ibis/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1103);" class="button100">Meer info</a></p>');

/**********************************************/

// attach differen icons to each group
var icon = new GIcon();       
icon.iconSize = new GSize(20, 20);
icon.iconAnchor = new GPoint(10, 10);
icon.infoWindowAnchor = new GPoint(10, 10);

icon.image = "http://www.eilandvanmaurik.nl/images/googlemaps/hs_verblijfsaccommodaties.png";

marker["1103omgeving"] = new GMarker(new GLatLng(52.041485, 5.553008),icon);
map.addOverlay(marker["1103omgeving"]);

GEvent.addListener(marker["1103omgeving"], "click", function() {
  marker["1103omgeving"].openInfoWindowHtml(WINDOW_HTML["omgeving1103"]);
});

// if ID then show marker info else show default 


WINDOW_HTML["omgeving1100"] = GMap_genHTML('<p><b>Hotel Restaurant &#39;t Veerhuis</b></p><a href="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/huge/veerhuis.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.eilandvanmaurik.nl/cmslib/www.eilandvanmaurik.nl/maurik/omgeving/small/veerhuis.jpg" width="150" height="125" class="fotoRight"></a>Het karakteristieke hotel restaurant \'t Veerhuis is uniek gelegen in het gastvrije land van Maas en Waal, verscholen achter de dijk in de uiterwaarden van de Waal.<div class="clear"></div><p class="right"><a href="http://www.hotelveerhuis.nl/" target="_blank" class="button100">Website</a></p><p class="left"><a href="javascript:scrollWindowTo(\'ajaxContent\');getPage(\'verblijfsaccommodaties|hotels\',1100);" class="button100">Meer info</a></p>');

/****************************