Contact Info
de Waag 2
– 3755 CN Eemnes
– Nederland
+31 (0)85 488 12 83
Onze partnersfunction init_map(){var myOptions = {zoom:10,center:new google.maps.LatLng(52.25135239999999,5.266272399999934),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById(‘gmap_canvas’), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(52.25135239999999,5.266272399999934)});infowindow = new google.maps.InfoWindow({content:’Dentuur Tandtechniek
de Waag 2, Eemnes, Nederland
‘});google.maps.event.addListener(marker, ‘click’, function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, ‘load’, init_map);