function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"), { size: new GSize(700,500)});
map.setMapType(G_SATELLITE_MAP);
map.setCenter(new GLatLng(47.015551,7.497568), 14);
var mapTypeControl = new GMapTypeControl();
var topRight = new GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(10,10));
var bottomRight = new GControlPosition(G_ANCHOR_BOTTOM_RIGHT, new GSize(10,10));
map.addControl(mapTypeControl, topRight);
map.addControl(new GLargeMapControl())
// Info
// map.openInfoWindow(new GLatLng(47.009161,7.497348), document.createTextNode("Sie finden uns hier."));
// Create a base icon for all of our markers that specifies the
// shadow, icon dimensions, etc.
var baseIcon = new GIcon(G_DEFAULT_ICON);
baseIcon.shadow = "http://www.google.com/mapfiles/shadow50.png";
baseIcon.iconSize = new GSize(20, 34);
baseIcon.shadowSize = new GSize(37, 34);
baseIcon.iconAnchor = new GPoint(9, 34);
baseIcon.infoWindowAnchor = new GPoint(9, 2);
// Creates a marker
function createMarker(point) {
var iIcon = new GIcon(baseIcon);
//iIcon.image = "http://www.google.com/mapfiles/marker" + letter + ".png";
// Set up our GMarkerOptions object
markerOptions = { icon:iIcon };
var marker = new GMarker(point, markerOptions);
GEvent.addListener(marker, "click",
function() {
//marker.openInfoWindowHtml("
Sie finden uns hier:Schiessplatz Sand
Grauholzstrasse 22
3322 Urtenen-Schönbühl
CH: 604 460 / 206 470
Lat / Long: 47.009161 / 7.497348");
//marker.openInfoWindowHtml("
Sie finden uns hier:Schiessplatz Sand
Grauholzstrasse 22
3322 Urtenen-Schönbühl
| CH-Koordinaten | 604 460 / 206 470 |
| Lat / Long | 47.009161 / 7.497348 |
");
marker.openInfoWindowHtml("
Sie finden uns hier:Schiessplatz Sand
Grauholzstrasse 22
3322 Urtenen-Schönbühl
| CH-Koordinaten | 604 460 / 206 470 |
| Lat / Long | 47.009161 / 7.497348 |
Route:
Hierhin Ab hierAdresse:
");
//
| CH | 604 460 / 206 470 |
| Lat / Long | 47.009161 / 7.497348 |
}
);
return marker;
}
map.addOverlay(createMarker(new GLatLng(47.009161,7.497348)));
}
}
DirectionMarkersubmit = function( formObj ){
if(formObj.dir[1].checked ){
tmp = formObj.daddr.value;
formObj.daddr.value = formObj.saddr.value;
formObj.saddr.value = tmp;
}
formObj.submit();
if(formObj.dir[1].checked ){
tmp = formObj.daddr.value;
formObj.daddr.value = formObj.saddr.value;
formObj.saddr.value = tmp;
}
}
Situationsplan Pistolen- und Revolverschützen Schönbühl - Urtenen und Umgebung
Sie finden uns hier:
Schiessplatz Sand
Grauholzstrasse 22
3322 Urtenen-Schönbühl
| CH-Koordinaten |
604 460 / 206 470 |
| Lat / Long |
47.009161 / 7.497348 |
Hier können Sie uns kontaktieren.