function initialize() { var myLatlng = new google.maps.LatLng(51.99165, 5.24048); var myOptions = { zoom: 7, center: myLatlng, mapTypeControl: false, mapTypeId: google.maps.MapTypeId.ROADMAP } var image = '/assets/images/marker.png'; var map = new google.maps.Map(document.getElementById("canvas"), myOptions); var markers = []; markers[0] = new google.maps.Marker({ position: new google.maps.LatLng(52.22187250,5.14187850), map: map, icon: image, title:"Als een vis in het water" }); google.maps.event.addListener(markers[0], 'click', function() { window.location.href = '/aquariumwinkel/als-een-vis-in-het-water'; }); markers[1] = new google.maps.Marker({ position: new google.maps.LatLng(51.96074520,4.50419450), map: map, icon: image, title:"Aqua Compleet" }); google.maps.event.addListener(markers[1], 'click', function() { window.location.href = '/aquariumwinkel/aqua-compleet'; }); markers[2] = new google.maps.Marker({ position: new google.maps.LatLng(51.96639380,5.91779630), map: map, icon: image, title:"Aqua Family Arnhem" }); google.maps.event.addListener(markers[2], 'click', function() { window.location.href = '/aquariumwinkel/aqua-family-arnhem'; }); markers[3] = new google.maps.Marker({ position: new google.maps.LatLng(52.38567010,5.21833800), map: map, icon: image, title:"Aqua Ferrytale" }); google.maps.event.addListener(markers[3], 'click', function() { window.location.href = '/aquariumwinkel/aqua-ferrytale'; }); markers[4] = new google.maps.Marker({ position: new google.maps.LatLng(52.72037660,6.47562160), map: map, icon: image, title:"Aqua Fish" }); google.maps.event.addListener(markers[4], 'click', function() { window.location.href = '/aquariumwinkel/aqua-fish'; }); markers[5] = new google.maps.Marker({ position: new google.maps.LatLng(51.81284660,5.73237610), map: map, icon: image, title:"Aqua MeVi" }); google.maps.event.addListener(markers[5], 'click', function() { window.location.href = '/aquariumwinkel/aqua-mevi'; }); markers[6] = new google.maps.Marker({ position: new google.maps.LatLng(52.45440480,4.58858240), map: map, icon: image, title:"Aqua Natura" }); google.maps.event.addListener(markers[6], 'click', function() { window.location.href = '/aquariumwinkel/aqua-natura'; }); markers[7] = new google.maps.Marker({ position: new google.maps.LatLng(51.98408990,5.10200540), map: map, icon: image, title:"Aqua-Amazon" }); google.maps.event.addListener(markers[7], 'click', function() { window.location.href = '/aquariumwinkel/aqua-amazon'; }); markers[8] = new google.maps.Marker({ position: new google.maps.LatLng(51.59422170,4.45844480), map: map, icon: image, title:"Aqua-BroTak" }); google.maps.event.addListener(markers[8], 'click', function() { window.location.href = '/aquariumwinkel/aqua-brotak'; }); markers[9] = new google.maps.Marker({ position: new google.maps.LatLng(51.48162300,3.81549720), map: map, icon: image, title:"Aqua-Zeeland" }); google.maps.event.addListener(markers[9], 'click', function() { window.location.href = '/aquariumwinkel/aqua-zeeland'; }); markers[10] = new google.maps.Marker({ position: new google.maps.LatLng(51.58165530,5.68804500), map: map, icon: image, title:"Aquabeek" }); google.maps.event.addListener(markers[10], 'click', function() { window.location.href = '/aquariumwinkel/aquabeek'; }); markers[11] = new google.maps.Marker({ position: new google.maps.LatLng(52.31058900,6.51927200), map: map, icon: image, title:"Aquadeco" }); google.maps.event.addListener(markers[11], 'click', function() { window.location.href = '/aquariumwinkel/aquadeco'; }); markers[12] = new google.maps.Marker({ position: new google.maps.LatLng(52.66557630,6.43873250), map: map, icon: image, title:"Aqualeven" }); google.maps.event.addListener(markers[12], 'click', function() { window.location.href = '/aquariumwinkel/aqualeven'; }); markers[13] = new google.maps.Marker({ position: new google.maps.LatLng(51.85309640,4.94096860), map: map, icon: image, title:"Aquapora" }); google.maps.event.addListener(markers[13], 'click', function() { window.location.href = '/aquariumwinkel/aquapora'; }); markers[14] = new google.maps.Marker({ position: new google.maps.LatLng(51.70010680,5.34003050), map: map, icon: image, title:"Aquarent" }); google.maps.event.addListener(markers[14], 'click', function() { window.location.href = '/aquariumwinkel/aquarent'; }); markers[15] = new google.maps.Marker({ position: new google.maps.LatLng(52.27363980,6.82211880), map: map, icon: image, title:"Aquaria Totaal" }); google.maps.event.addListener(markers[15], 'click', function() { window.location.href = '/aquariumwinkel/aquaria-totaal'; }); markers[16] = new google.maps.Marker({ position: new google.maps.LatLng(52.22002050,6.84534740), map: map, icon: image, title:"Aquaria Veldhuis" }); google.maps.event.addListener(markers[16], 'click', function() { window.location.href = '/aquariumwinkel/vijvercentrum-enschede-aquaria-veldhuis'; }); markers[17] = new google.maps.Marker({ position: new google.maps.LatLng(51.06074770,5.85666230), map: map, icon: image, title:"AquariaShop.nl" }); google.maps.event.addListener(markers[17], 'click', function() { window.location.href = '/aquariumwinkel/aquariashop-nl'; }); markers[18] = new google.maps.Marker({ position: new google.maps.LatLng(51.85435790,4.54001570), map: map, icon: image, title:"Aquarium & Dierenspeciaalzaak Wesdijk" }); google.maps.event.addListener(markers[18], 'click', function() { window.location.href = '/aquariumwinkel/gebr-wesdijk'; }); markers[19] = new google.maps.Marker({ position: new google.maps.LatLng(51.49812960,5.39494000), map: map, icon: image, title:"Aquarium Coenen" }); google.maps.event.addListener(markers[19], 'click', function() { window.location.href = '/aquariumwinkel/aquarium-coenen'; }); markers[20] = new google.maps.Marker({ position: new google.maps.LatLng(52.36388150,4.93629580), map: map, icon: image, title:"Aquarium en Dierenspeciaalzaak Rainer" }); google.maps.event.addListener(markers[20], 'click', function() { window.location.href = '/aquariumwinkel/aquarium-en-dierenspeciaalzaak-rainer'; }); markers[21] = new google.maps.Marker({ position: new google.maps.LatLng(51.47972670,4.65287820), map: map, icon: image, title:"Aquarium Knaller" }); google.maps.event.addListener(markers[21], 'click', function() { window.location.href = '/aquariumwinkel/aquarium-knaller'; }); markers[22] = new google.maps.Marker({ position: new google.maps.LatLng(52.45393230,4.58165600), map: map, icon: image, title:"Aquariumbouwer.nl" }); google.maps.event.addListener(markers[22], 'click', function() { window.location.href = '/aquariumwinkel/aquariumbouwer-nl'; }); markers[23] = new google.maps.Marker({ position: new google.maps.LatLng(52.07431410,4.28330760), map: map, icon: image, title:"Aquariumcentrum Holgen" }); google.maps.event.addListener(markers[23], 'click', function() { window.location.href = '/aquariumwinkel/aquariumcentrum-holgen'; }); markers[24] = new google.maps.Marker({ position: new google.maps.LatLng(53.15644960,6.62871800), map: map, icon: image, title:"Aquariumcentrum Nederland" }); google.maps.event.addListener(markers[24], 'click', function() { window.location.href = '/aquariumwinkel/aquariumcentrum-nederland'; }); markers[25] = new google.maps.Marker({ position: new google.maps.LatLng(52.00634430,4.15763710), map: map, icon: image, title:"Aquariumcentrum Westland" }); google.maps.event.addListener(markers[25], 'click', function() { window.location.href = '/aquariumwinkel/aquariumcentrum-westland'; }); markers[26] = new google.maps.Marker({ position: new google.maps.LatLng(51.64562250,4.86489230), map: map, icon: image, title:"Aquariumgek" }); google.maps.event.addListener(markers[26], 'click', function() { window.location.href = '/aquariumwinkel/aquariumgek'; }); markers[27] = new google.maps.Marker({ position: new google.maps.LatLng(52.16204350,5.33067340), map: map, icon: image, title:"Aquariumhal" }); google.maps.event.addListener(markers[27], 'click', function() { window.location.href = '/aquariumwinkel/aquariumhal'; }); markers[28] = new google.maps.Marker({ position: new google.maps.LatLng(51.53211130,4.46586820), map: map, icon: image, title:"Aquariumhandel Brouwers" }); google.maps.event.addListener(markers[28], 'click', function() { window.location.href = '/aquariumwinkel/aquariumhandel-brouwers'; }); markers[29] = new google.maps.Marker({ position: new google.maps.LatLng(52.37433420,4.85644090), map: map, icon: image, title:"Aquariumhuis" }); google.maps.event.addListener(markers[29], 'click', function() { window.location.href = '/aquariumwinkel/aquariumhuis'; }); markers[30] = new google.maps.Marker({ position: new google.maps.LatLng(53.20684120,5.81309210), map: map, icon: image, title:"Aquariumhuis Friesland" }); google.maps.event.addListener(markers[30], 'click', function() { window.location.href = '/aquariumwinkel/aquariumhuis-friesland'; }); markers[31] = new google.maps.Marker({ position: new google.maps.LatLng(52.66304100,5.89807990), map: map, icon: image, title:"Aquariumhuis Noord Oostpolder" }); google.maps.event.addListener(markers[31], 'click', function() { window.location.href = '/aquariumwinkel/aquariumhuis-noord-oostpolder'; }); markers[32] = new google.maps.Marker({ position: new google.maps.LatLng(52.00929890,4.35293540), map: map, icon: image, title:"Aquariumhuis Romberg" }); google.maps.event.addListener(markers[32], 'click', function() { window.location.href = '/aquariumwinkel/aquariumhuis-romberg'; }); markers[33] = new google.maps.Marker({ position: new google.maps.LatLng(52.22409420,5.48661240), map: map, icon: image, title:"Aquariumplus" }); google.maps.event.addListener(markers[33], 'click', function() { window.location.href = '/aquariumwinkel/aquariumplus'; }); markers[34] = new google.maps.Marker({ position: new google.maps.LatLng(52.05048690,5.11613940), map: map, icon: image, title:"Aquariumshop Diebo" }); google.maps.event.addListener(markers[34], 'click', function() { window.location.href = '/aquariumwinkel/aquariumshop-diebo'; }); markers[35] = new google.maps.Marker({ position: new google.maps.LatLng(51.90961220,4.33841170), map: map, icon: image, title:"Aquariumspeciaalzaak Dessens" }); google.maps.event.addListener(markers[35], 'click', function() { window.location.href = '/aquariumwinkel/dessens'; }); markers[36] = new google.maps.Marker({ position: new google.maps.LatLng(52.02965850,5.65702360), map: map, icon: image, title:"Aquariumspeciaalzaak J. Hardeman" }); google.maps.event.addListener(markers[36], 'click', function() { window.location.href = '/aquariumwinkel/aquariumspeciaalzaak-j-hardeman'; }); markers[37] = new google.maps.Marker({ position: new google.maps.LatLng(52.14598020,5.39737360), map: map, icon: image, title:"Aquariumspeciaalzaak Utaka" }); google.maps.event.addListener(markers[37], 'click', function() { window.location.href = '/aquariumwinkel/aquariumspeciaalzaak-utaka'; }); markers[38] = new google.maps.Marker({ position: new google.maps.LatLng(50.97063290,5.83157270), map: map, icon: image, title:"Aquariumworld" }); google.maps.event.addListener(markers[38], 'click', function() { window.location.href = '/aquariumwinkel/aquariumworld'; }); markers[39] = new google.maps.Marker({ position: new google.maps.LatLng(52.50454730,5.43626400), map: map, icon: image, title:"Aquashop Marsilea - (Discuskwekerij)" }); google.maps.event.addListener(markers[39], 'click', function() { window.location.href = '/aquariumwinkel/marsilea-aquashop-discuskwekerij'; }); markers[40] = new google.maps.Marker({ position: new google.maps.LatLng(52.10761610,4.89320810), map: map, icon: image, title:"AquashopXL" }); google.maps.event.addListener(markers[40], 'click', function() { window.location.href = '/aquariumwinkel/aquashopxl'; }); markers[41] = new google.maps.Marker({ position: new google.maps.LatLng(51.07062530,5.86272610), map: map, icon: image, title:"Bokoi Koi & Aquarium Centre" }); google.maps.event.addListener(markers[41], 'click', function() { window.location.href = '/aquariumwinkel/bokoi-koi-aquarium-centre'; }); markers[42] = new google.maps.Marker({ position: new google.maps.LatLng(52.37260820,6.75849690), map: map, icon: image, title:"Bovis" }); google.maps.event.addListener(markers[42], 'click', function() { window.location.href = '/aquariumwinkel/bovis'; }); markers[43] = new google.maps.Marker({ position: new google.maps.LatLng(51.58138180,4.74131240), map: map, icon: image, title:"Bredaqua" }); google.maps.event.addListener(markers[43], 'click', function() { window.location.href = '/aquariumwinkel/bredaqua'; }); markers[44] = new google.maps.Marker({ position: new google.maps.LatLng(51.42701260,4.35320000), map: map, icon: image, title:"Bubbels" }); google.maps.event.addListener(markers[44], 'click', function() { window.location.href = '/aquariumwinkel/bubbels'; }); markers[45] = new google.maps.Marker({ position: new google.maps.LatLng(51.59689320,4.79477650), map: map, icon: image, title:"Coralandfishstore" }); google.maps.event.addListener(markers[45], 'click', function() { window.location.href = '/aquariumwinkel/coralandfishstore'; }); markers[46] = new google.maps.Marker({ position: new google.maps.LatLng(52.24869400,5.38338560), map: map, icon: image, title:"Corine Shrimps" }); google.maps.event.addListener(markers[46], 'click', function() { window.location.href = '/aquariumwinkel/corine-shrimps'; }); markers[47] = new google.maps.Marker({ position: new google.maps.LatLng(52.74241330,5.85547610), map: map, icon: image, title:"D.M.C.S De Malawi Cichliden Specialist" }); google.maps.event.addListener(markers[47], 'click', function() { window.location.href = '/aquariumwinkel/d-m-c-s-de-malawi-cichliden-specialist'; }); markers[48] = new google.maps.Marker({ position: new google.maps.LatLng(52.49237130,5.07323530), map: map, icon: image, title:"De Koraalvis" }); google.maps.event.addListener(markers[48], 'click', function() { window.location.href = '/aquariumwinkel/de-koraalvis'; }); markers[49] = new google.maps.Marker({ position: new google.maps.LatLng(51.83868720,5.84646250), map: map, icon: image, title:"De Maanvis" }); google.maps.event.addListener(markers[49], 'click', function() { window.location.href = '/aquariumwinkel/de-maanvis'; }); markers[50] = new google.maps.Marker({ position: new google.maps.LatLng(51.76324180,5.51713740), map: map, icon: image, title:"De Tetra" }); google.maps.event.addListener(markers[50], 'click', function() { window.location.href = '/aquariumwinkel/de-tetra'; }); markers[51] = new google.maps.Marker({ position: new google.maps.LatLng(52.15696360,4.46411630), map: map, icon: image, title:"De Viskiet" }); google.maps.event.addListener(markers[51], 'click', function() { window.location.href = '/aquariumwinkel/de-viskiet'; }); markers[52] = new google.maps.Marker({ position: new google.maps.LatLng(51.68737980,5.38956800), map: map, icon: image, title:"de Visvoer WebWinkel" }); google.maps.event.addListener(markers[52], 'click', function() { window.location.href = '/aquariumwinkel/de-visvoer-webwinkel'; }); markers[53] = new google.maps.Marker({ position: new google.maps.LatLng(52.22695780,6.85423830), map: map, icon: image, title:"De Waterlelie" }); google.maps.event.addListener(markers[53], 'click', function() { window.location.href = '/aquariumwinkel/de-waterlelie'; }); markers[54] = new google.maps.Marker({ position: new google.maps.LatLng(52.35672780,4.89975980), map: map, icon: image, title:"Dierenhandel Exotica" }); google.maps.event.addListener(markers[54], 'click', function() { window.location.href = '/aquariumwinkel/dierenhandel-exotica'; }); markers[55] = new google.maps.Marker({ position: new google.maps.LatLng(52.22761890,5.47948330), map: map, icon: image, title:"Dierenspeciaalzaak de Oostermolen" }); google.maps.event.addListener(markers[55], 'click', function() { window.location.href = '/aquariumwinkel/dierenspeciaalzaak-de-oostermolen'; }); markers[56] = new google.maps.Marker({ position: new google.maps.LatLng(52.69540860,6.19456370), map: map, icon: image, title:"Dierenspeciaalzaak Matavi" }); google.maps.event.addListener(markers[56], 'click', function() { window.location.href = '/aquariumwinkel/dierenspeciaalzaak-matavi'; }); markers[57] = new google.maps.Marker({ position: new google.maps.LatLng(53.10638240,6.09688390), map: map, icon: image, title:"Dierenspeziaalzaak Jan Jonkman" }); google.maps.event.addListener(markers[57], 'click', function() { window.location.href = '/aquariumwinkel/dierenspeziaalzaak-jan-jonkman'; }); markers[58] = new google.maps.Marker({ position: new google.maps.LatLng(52.46462630,4.77110870), map: map, icon: image, title:"Discus Compleet" }); google.maps.event.addListener(markers[58], 'click', function() { window.location.href = '/aquariumwinkel/discus-compleet'; }); markers[59] = new google.maps.Marker({ position: new google.maps.LatLng(53.25921180,5.76142240), map: map, icon: image, title:"Discus Jongsma" }); google.maps.event.addListener(markers[59], 'click', function() { window.location.href = '/aquariumwinkel/discus-jongsma'; }); markers[60] = new google.maps.Marker({ position: new google.maps.LatLng(52.46462630,4.77110870), map: map, icon: image, title:"Discuscompleet Rio Negro" }); google.maps.event.addListener(markers[60], 'click', function() { window.location.href = '/aquariumwinkel/discus-compleet-rio-negro'; }); markers[61] = new google.maps.Marker({ position: new google.maps.LatLng(51.91207820,5.72705680), map: map, icon: image, title:"DiscusVisTotaal" }); google.maps.event.addListener(markers[61], 'click', function() { window.location.href = '/aquariumwinkel/discusvistotaal'; }); markers[62] = new google.maps.Marker({ position: new google.maps.LatLng(52.07697200,4.86327780), map: map, icon: image, title:"Dobey Woerden" }); google.maps.event.addListener(markers[62], 'click', function() { window.location.href = '/aquariumwinkel/dobey-woerden'; }); markers[63] = new google.maps.Marker({ position: new google.maps.LatLng(53.27478250,6.70037960), map: map, icon: image, title:"Dutch Coral Farm" }); google.maps.event.addListener(markers[63], 'click', function() { window.location.href = '/aquariumwinkel/dutch-coral-farm'; }); markers[64] = new google.maps.Marker({ position: new google.maps.LatLng(52.07670850,5.11453600), map: map, icon: image, title:"Elans Dierenparadijs" }); google.maps.event.addListener(markers[64], 'click', function() { window.location.href = '/aquariumwinkel/elans-dierenparadijs'; }); markers[65] = new google.maps.Marker({ position: new google.maps.LatLng(52.08630650,4.90490190), map: map, icon: image, title:"Faunaland H2O Woerden" }); google.maps.event.addListener(markers[65], 'click', function() { window.location.href = '/aquariumwinkel/faunaland-h2o-woerden'; }); markers[66] = new google.maps.Marker({ position: new google.maps.LatLng(51.25545220,5.70563860), map: map, icon: image, title:"Faunaland Paul Meevis" }); google.maps.event.addListener(markers[66], 'click', function() { window.location.href = '/aquariumwinkel/faunaland-paul-meevis'; }); markers[67] = new google.maps.Marker({ position: new google.maps.LatLng(53.08521320,6.96123370), map: map, icon: image, title:"Fremabo" }); google.maps.event.addListener(markers[67], 'click', function() { window.location.href = '/aquariumwinkel/fremabo'; }); markers[68] = new google.maps.Marker({ position: new google.maps.LatLng(53.22075080,6.55978320), map: map, icon: image, title:"Frits Kuiper" }); google.maps.event.addListener(markers[68], 'click', function() { window.location.href = '/aquariumwinkel/frits-kuiper'; }); markers[69] = new google.maps.Marker({ position: new google.maps.LatLng(52.70884540,6.75807120), map: map, icon: image, title:"G&D Aquaria" }); google.maps.event.addListener(markers[69], 'click', function() { window.location.href = '/aquariumwinkel/gd-aquaria'; }); markers[70] = new google.maps.Marker({ position: new google.maps.LatLng(52.34906380,4.67528870), map: map, icon: image, title:"Goedkoop Terrarium & Aquarium B.V" }); google.maps.event.addListener(markers[70], 'click', function() { window.location.href = '/aquariumwinkel/goedkoop-terrarium-aquarium-b-v'; }); markers[71] = new google.maps.Marker({ position: new google.maps.LatLng(52.34814930,4.62682410), map: map, icon: image, title:"Heems" }); google.maps.event.addListener(markers[71], 'click', function() { window.location.href = '/aquariumwinkel/heems'; }); markers[72] = new google.maps.Marker({ position: new google.maps.LatLng(51.44298680,5.45516350), map: map, icon: image, title:"Heevis" }); google.maps.event.addListener(markers[72], 'click', function() { window.location.href = '/aquariumwinkel/heevis'; }); markers[73] = new google.maps.Marker({ position: new google.maps.LatLng(51.59030580,5.09090380), map: map, icon: image, title:"Hobby Aquarium" }); google.maps.event.addListener(markers[73], 'click', function() { window.location.href = '/aquariumwinkel/hobby-aquarium'; }); markers[74] = new google.maps.Marker({ position: new google.maps.LatLng(52.00146240,5.55027340), map: map, icon: image, title:"Imperator corals" }); google.maps.event.addListener(markers[74], 'click', function() { window.location.href = '/aquariumwinkel/imperator-corals'; }); markers[75] = new google.maps.Marker({ position: new google.maps.LatLng(51.42432310,3.91137390), map: map, icon: image, title:"Japans Koi Centrum" }); google.maps.event.addListener(markers[75], 'click', function() { window.location.href = '/aquariumwinkel/japans-koi-centrum'; }); markers[76] = new google.maps.Marker({ position: new google.maps.LatLng(53.20891770,6.57201140), map: map, icon: image, title:"Jumper Groningen" }); google.maps.event.addListener(markers[76], 'click', function() { window.location.href = '/aquariumwinkel/jumper-groningen'; }); markers[77] = new google.maps.Marker({ position: new google.maps.LatLng(51.78541610,4.61651950), map: map, icon: image, title:"Koi Care Hoekschewaard" }); google.maps.event.addListener(markers[77], 'click', function() { window.location.href = '/aquariumwinkel/koi-care-hoekschewaard'; }); markers[78] = new google.maps.Marker({ position: new google.maps.LatLng(51.52811980,5.64236900), map: map, icon: image, title:"Koi Select" }); google.maps.event.addListener(markers[78], 'click', function() { window.location.href = '/aquariumwinkel/koi-select'; }); markers[79] = new google.maps.Marker({ position: new google.maps.LatLng(52.86283850,6.49233610), map: map, icon: image, title:"koicompagnie" }); google.maps.event.addListener(markers[79], 'click', function() { window.location.href = '/aquariumwinkel/koicompagnie'; }); markers[80] = new google.maps.Marker({ position: new google.maps.LatLng(51.84702050,5.84929640), map: map, icon: image, title:"Krayenhoff Zeewater" }); google.maps.event.addListener(markers[80], 'click', function() { window.location.href = '/aquariumwinkel/krayenhoff-zeewater'; }); markers[81] = new google.maps.Marker({ position: new google.maps.LatLng(52.23752170,5.99311270), map: map, icon: image, title:"Mandemaker Reef Life" }); google.maps.event.addListener(markers[81], 'click', function() { window.location.href = '/aquariumwinkel/mandemaker-reef-life'; }); markers[82] = new google.maps.Marker({ position: new google.maps.LatLng(52.49629530,4.76664810), map: map, icon: image, title:"Mauie's Viskwekerij" }); google.maps.event.addListener(markers[82], 'click', function() { window.location.href = '/aquariumwinkel/mauies-viskwekerij'; }); markers[83] = new google.maps.Marker({ position: new google.maps.LatLng(51.58704830,4.76831130), map: map, icon: image, title:"Meeuwsen Aquaria Hengelsport" }); google.maps.event.addListener(markers[83], 'click', function() { window.location.href = '/aquariumwinkel/meeuwsen-aquaria-hengelsport'; }); markers[84] = new google.maps.Marker({ position: new google.maps.LatLng(51.90233920,5.74223770), map: map, icon: image, title:"Methorst" }); google.maps.event.addListener(markers[84], 'click', function() { window.location.href = '/aquariumwinkel/methorst'; }); markers[85] = new google.maps.Marker({ position: new google.maps.LatLng(51.91574940,4.44278920), map: map, icon: image, title:"Naturel" }); google.maps.event.addListener(markers[85], 'click', function() { window.location.href = '/aquariumwinkel/naturel'; }); markers[86] = new google.maps.Marker({ position: new google.maps.LatLng(51.59887840,4.80888080), map: map, icon: image, title:"Nikoi Aquarium Hardware" }); google.maps.event.addListener(markers[86], 'click', function() { window.location.href = '/aquariumwinkel/nikoi-aquarium-hardware'; }); markers[87] = new google.maps.Marker({ position: new google.maps.LatLng(52.71258540,6.49282170), map: map, icon: image, title:"Nishikigoi Lunenborg" }); google.maps.event.addListener(markers[87], 'click', function() { window.location.href = '/aquariumwinkel/nishikigoi-lunenborg'; }); markers[88] = new google.maps.Marker({ position: new google.maps.LatLng(52.07243830,5.54325030), map: map, icon: image, title:"Ocean & Lake" }); google.maps.event.addListener(markers[88], 'click', function() { window.location.href = '/aquariumwinkel/oceanlake'; }); markers[89] = new google.maps.Marker({ position: new google.maps.LatLng(52.14676840,5.39304740), map: map, icon: image, title:"Ocean Reef Amersfoort" }); google.maps.event.addListener(markers[89], 'click', function() { window.location.href = '/aquariumwinkel/ocean-reef-amersfoort'; }); markers[90] = new google.maps.Marker({ position: new google.maps.LatLng(53.10369240,6.08364050), map: map, icon: image, title:"Onlineaquariumspullen.nl" }); google.maps.event.addListener(markers[90], 'click', function() { window.location.href = '/aquariumwinkel/onlineaquariumspullen-nl'; }); markers[91] = new google.maps.Marker({ position: new google.maps.LatLng(52.39567140,4.64256970), map: map, icon: image, title:"P.J. Hoeben" }); google.maps.event.addListener(markers[91], 'click', function() { window.location.href = '/aquariumwinkel/p-j-hoeben'; }); markers[92] = new google.maps.Marker({ position: new google.maps.LatLng(52.36264920,6.46052360), map: map, icon: image, title:"Pets Place Phoenix" }); google.maps.event.addListener(markers[92], 'click', function() { window.location.href = '/aquariumwinkel/pets-place-phoenix'; }); markers[93] = new google.maps.Marker({ position: new google.maps.LatLng(52.33264940,4.64133800), map: map, icon: image, title:"Picasso aquarium" }); google.maps.event.addListener(markers[93], 'click', function() { window.location.href = '/aquariumwinkel/picasso-aquarium'; }); markers[94] = new google.maps.Marker({ position: new google.maps.LatLng(52.46274730,4.62178990), map: map, icon: image, title:"R. Engelhart Dierenbenodigdheden" }); google.maps.event.addListener(markers[94], 'click', function() { window.location.href = '/aquariumwinkel/r-engelhart-dierenbenodigdheden'; }); markers[95] = new google.maps.Marker({ position: new google.maps.LatLng(51.76166720,5.16585610), map: map, icon: image, title:"Rebbies Fish" }); google.maps.event.addListener(markers[95], 'click', function() { window.location.href = '/aquariumwinkel/rebbies-fish'; }); markers[96] = new google.maps.Marker({ position: new google.maps.LatLng(52.26701340,6.80187710), map: map, icon: image, title:"Reeflife Aquaria" }); google.maps.event.addListener(markers[96], 'click', function() { window.location.href = '/aquariumwinkel/reeflife-aquaria'; }); markers[97] = new google.maps.Marker({ position: new google.maps.LatLng(53.20288840,6.51603590), map: map, icon: image, title:"Riftvalley Aquaristics" }); google.maps.event.addListener(markers[97], 'click', function() { window.location.href = '/aquariumwinkel/riftvalley-aquaristics'; }); markers[98] = new google.maps.Marker({ position: new google.maps.LatLng(52.22017120,5.16786990), map: map, icon: image, title:"Rifwachter" }); google.maps.event.addListener(markers[98], 'click', function() { window.location.href = '/aquariumwinkel/rifwachter'; }); markers[99] = new google.maps.Marker({ position: new google.maps.LatLng(50.97067920,5.83226850), map: map, icon: image, title:"Robert Knops Vijver en Aquarium" }); google.maps.event.addListener(markers[99], 'click', function() { window.location.href = '/aquariumwinkel/robert-knops-vijver-en-dier'; }); markers[100] = new google.maps.Marker({ position: new google.maps.LatLng(52.99192030,7.00608680), map: map, icon: image, title:"Sierviskwekerij Gert Kupers" }); google.maps.event.addListener(markers[100], 'click', function() { window.location.href = '/aquariumwinkel/sierviskwekerij-gert-kupers'; }); markers[101] = new google.maps.Marker({ position: new google.maps.LatLng(51.93657840,4.57840150), map: map, icon: image, title:"Special Pet" }); google.maps.event.addListener(markers[101], 'click', function() { window.location.href = '/aquariumwinkel/special-pet'; }); markers[102] = new google.maps.Marker({ position: new google.maps.LatLng(51.76557810,5.54679760), map: map, icon: image, title:"Spierings Vis Vijver & Aquarium" }); google.maps.event.addListener(markers[102], 'click', function() { window.location.href = '/aquariumwinkel/spierings-vis-vijver-aquarium'; }); markers[103] = new google.maps.Marker({ position: new google.maps.LatLng(51.89810280,4.51062790), map: map, icon: image, title:"Strijker Aquarium" }); google.maps.event.addListener(markers[103], 'click', function() { window.location.href = '/aquariumwinkel/strijker-aquarium'; }); markers[104] = new google.maps.Marker({ position: new google.maps.LatLng(51.88488470,5.57402260), map: map, icon: image, title:"Top-fish" }); google.maps.event.addListener(markers[104], 'click', function() { window.location.href = '/aquariumwinkel/top-fish'; }); markers[105] = new google.maps.Marker({ position: new google.maps.LatLng(52.25601840,7.00965990), map: map, icon: image, title:"Tropisch Huuske" }); google.maps.event.addListener(markers[105], 'click', function() { window.location.href = '/aquariumwinkel/tropisch-huuske'; }); markers[106] = new google.maps.Marker({ position: new google.maps.LatLng(52.20875560,5.94244660), map: map, icon: image, title:"Tweedehands Aquarium Apeldoorn" }); google.maps.event.addListener(markers[106], 'click', function() { window.location.href = '/aquariumwinkel/tweedehands-aquarium-apeldoorn'; }); markers[107] = new google.maps.Marker({ position: new google.maps.LatLng(50.90224130,6.01767700), map: map, icon: image, title:"Van der Meer Diervoeders" }); google.maps.event.addListener(markers[107], 'click', function() { window.location.href = '/aquariumwinkel/van-der-meer-diervoeders'; }); markers[108] = new google.maps.Marker({ position: new google.maps.LatLng(52.99682430,6.56358100), map: map, icon: image, title:"Van Oosten" }); google.maps.event.addListener(markers[108], 'click', function() { window.location.href = '/aquariumwinkel/van-oosten'; }); markers[109] = new google.maps.Marker({ position: new google.maps.LatLng(51.97208470,4.56156900), map: map, icon: image, title:"Verduijn Cichlids" }); google.maps.event.addListener(markers[109], 'click', function() { window.location.href = '/aquariumwinkel/verduijn-cichlids'; }); markers[110] = new google.maps.Marker({ position: new google.maps.LatLng(52.07753430,4.62949020), map: map, icon: image, title:"Verloop" }); google.maps.event.addListener(markers[110], 'click', function() { window.location.href = '/aquariumwinkel/verloop'; }); markers[111] = new google.maps.Marker({ position: new google.maps.LatLng(52.29498600,4.63832000), map: map, icon: image, title:"Verloop aquariums en vijvers" }); google.maps.event.addListener(markers[111], 'click', function() { window.location.href = '/aquariumwinkel/verloop-aquariums-en-vijvers'; }); markers[112] = new google.maps.Marker({ position: new google.maps.LatLng(51.49231350,6.12227430), map: map, icon: image, title:"Vijverflora" }); google.maps.event.addListener(markers[112], 'click', function() { window.location.href = '/aquariumwinkel/vijverflora'; }); markers[113] = new google.maps.Marker({ position: new google.maps.LatLng(52.07086610,4.66107880), map: map, icon: image, title:"Vitalfish" }); google.maps.event.addListener(markers[113], 'click', function() { window.location.href = '/aquariumwinkel/vitalfish'; }); markers[114] = new google.maps.Marker({ position: new google.maps.LatLng(52.13835460,6.60531290), map: map, icon: image, title:"Waterwereld Neede" }); google.maps.event.addListener(markers[114], 'click', function() { window.location.href = '/aquariumwinkel/waterwereld-neede'; }); markers[115] = new google.maps.Marker({ position: new google.maps.LatLng(51.36695020,6.14238380), map: map, icon: image, title:"Zoetwater Aquaristic Venlo" }); google.maps.event.addListener(markers[115], 'click', function() { window.location.href = '/aquariumwinkel/zoetwater-aquaristic-venlo'; }); markers[116] = new google.maps.Marker({ position: new google.maps.LatLng(52.04204300,5.66185250), map: map, icon: image, title:"ZOO&ZO" }); google.maps.event.addListener(markers[116], 'click', function() { window.location.href = '/aquariumwinkel/zoo-enzo'; }); } google.maps.event.addDomListener(window, 'load', initialize);