AW: Google Maps im Kontakt
Stimmt, könnte hilfreich sein...
<script type="text/javascript">
document.write('<script src="http://www.google.com/jsapi?key=' + {
"zirkodenta.de": "ABQIAAAAVGSu7zSyZ9XSY19MCnm-0xSHYvw0yPQrp7jeM4__L3u3u2xO-hQuYAL7-gjs0M-sZ9mHKcrNKBp3jg",
"www.zirkodenta.de": "ABQIAAAAVGSu7zSyZ9XSY19MCnm-0xSHYvw0yPQrp7jeM4__L3u3u2xO-hQuYAL7-gjs0M-sZ9mHKcrNKBp3jg",
"zirkodenta.com": "ABQIAAAAVGSu7zSyZ9XSY19MCnm-0xS3yn0ebHqPOX86RaVlpyS7Tj_vFBTICfF5_V0TRVmgc9Mi5PDFMrLAkg",
"www.zirkodenta.com": "ABQIAAAAVGSu7zSyZ9XSY19MCnm-0xS3yn0ebHqPOX86RaVlpyS7Tj_vFBTICfF5_V0TRVmgc9Mi5PDFMrLAkg",
}[location.host] + '" type="text/javascript"><\/script>' );
</script>
<script type="text/javascript">
google.load("maps", "2");
// Diese Funktion aufrufen, wenn die Seite geladen ist
function initialize() {
var map = new google.maps.Map2(document.getElementById("dlh_googlemap_10"));
map.setCenter(new google.maps.LatLng(49.4094303, 8.6592716), 15);
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.removeMapType(G_HYBRID_MAP);
map.removeMapType(G_SATELLITE_MAP);
map.setMapType(G_NORMAL_MAP);
var point = new GLatLng(49.4094303, 8.6592716);
var icon = new GIcon(G_DEFAULT_ICON);
var marker = new GMarker(point, icon);
map.addOverlay(marker);
icon.infoWindowAnchor = new GPoint(10,3);
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<p class=\"bubble\"><b>Adresse:</b><br />Wieblinger Weg 21<br />69123 Heidelberg, Deutschland</p><p class=\"bubble\"><a target=\"_blank\" href=\"http://maps.google.de/maps?f=q&source=s_q&hl=de&geocode=&q=Wieblinger+Weg+21+69123+Heidelberg&sll=51.151786,10.415039&sspn=23.845984,39.550781&ie=UTF8&z=16&iwloc=addr\">Route berechnen >>></a><br /><br /></p>");
});
marker.openInfoWindowHtml("<p class=\"bubble\"><b>Adresse:</b><br />Wieblinger Weg 21<br />69123 Heidelberg, Deutschland</p><p class=\"bubble\"><a target=\"_blank\" href=\"http://maps.google.de/maps?f=q&source=s_q&hl=de&geocode=&q=Wieblinger+Weg+21+69123+Heidelberg&sll=51.151786,10.415039&sspn=23.845984,39.550781&ie=UTF8&z=16&iwloc=addr\">Route berechnen >>></a><br /><br /></p>");
}
google.setOnLoadCallback(initialize);
</script>