


if (GBrowserIsCompatible()) {
	// Marker erstellen
	function createMarker(point,icon,html) {
		var marker = new GMarker(point, icon);
		// Zeige Info Fenster bei Klick
		GEvent.addListener(marker, 'click', function() {marker.openInfoWindowHtml(html);});
	return marker;
	}
// Karte auf Gizeh Pyramiden ausrichten, Zoom und Navigationsleiste anzeigen, Kartentyp festlegen
var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.addMapType(G_PHYSICAL_MAP);
map.setCenter(new GLatLng(54.496, 13.4273), 9, G_PHYSICAL_MAP);


var icon_gelb = new GIcon();
icon_gelb.image = "http://labs.google.com/ridefinder/images/mm_20_yellow.png";
icon_gelb.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
icon_gelb.iconSize = new GSize(12, 20);
icon_gelb.shadowSize = new GSize(22, 20);
icon_gelb.iconAnchor = new GPoint(6, 20);
icon_gelb.infoWindowAnchor = new GPoint(5, 1);

var icon_rot = new GIcon();
icon_rot.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
icon_rot.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
icon_rot.iconSize = new GSize(12, 20);
icon_rot.shadowSize = new GSize(22, 20);
icon_rot.iconAnchor = new GPoint(6, 20);
icon_rot.infoWindowAnchor = new GPoint(5, 1);


//  Icons Sehenswürdigkeiten mit Info-Fenster
 var point = new GLatLng(54.57342365442858, 13.662706017494202);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Kreideküste Rügens mit dem Königsstuhl</b> <a href="ruegeninformationen/sehenswuerdigkeiten/kreidekueste-ruegens-mit-dem-koenigsstuhl.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);

 var point = new GLatLng(54.557286, 13.566034);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Opferstein von Quoltitz bei Neddesitz</b> <a href="ruegeninformationen/sehenswuerdigkeiten/opferstein-von-quoltitz.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);

var point = new GLatLng(54.56913849094873, 13.647830486297607);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Herthasee mit dem Sagen- und Opferstein bei Sassnitz</b> <a href="ruegeninformationen/sehenswuerdigkeiten/herthasee-mit-dem-sagen-und-opferstein.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);

var point = new GLatLng(54.680232719212526, 13.432974815368652);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Leuchttürme von Kap Arkona</b> <a href="ruegeninformationen/sehenswuerdigkeiten/leuchttuerme-von-kap-arkona.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
 
 var point = new GLatLng(54.35016610400439, 13.470354080200195);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Schlosspark von Putbus</b> <a href="ruegeninformationen/sehenswuerdigkeiten/schlosspark-von-putbus.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
 
 var point = new GLatLng(54.47083566372381, 13.174324035644531);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Kraniche auf der Insel Rügen</b> <a href="ruegeninformationen/sehenswuerdigkeiten/kraniche-auf-der-insel-ruegen.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);

 var point = new GLatLng(54.342549138176786, 13.733596801757812);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Bäderarchitektur</b> <a href="ruegeninformationen/sehenswuerdigkeiten/baederarchitektur.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
  
 var point = new GLatLng(54.38366898467113, 13.699232339859009);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Seebrücke Sellin</b> <a href="ruegeninformationen/sehenswuerdigkeiten/seebruecke-sellin.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
 
 var point = new GLatLng(54.45825831687861, 13.249897956848145);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Rügenpark Gingst</b> <a href="ruegeninformationen/sehenswuerdigkeiten/ruegenpark-gingst.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
 
 
 var point = new GLatLng(54.42183580497315, 13.444733619689941);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Ernst-Moritz-Arndt-Turm und Klosterhof</b> <a href="ruegeninformationen/sehenswuerdigkeiten/ernst-moritz-arndt-turm-und-klosterhof.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
 
 var point = new GLatLng(54.51470449573694, 13.650598526000977);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Hafen Sassnitz</b> <a href="ruegeninformationen/sehenswuerdigkeiten/hafen-sassnitz.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
 
 var point = new GLatLng(54.62074192945325, 13.285002708435059);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Hafen Wiek</b> <a href="ruegeninformationen/sehenswuerdigkeiten/hafen-wiek.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker); 
 
 var point = new GLatLng(54.55353955345813, 13.335932493209839);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Grümbke Aussichtsturm</b> <a href="ruegeninformationen/sehenswuerdigkeiten/gruembke-aussichtsturm.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker); 

 var point = new GLatLng(54.38450620654487, 13.325858116149902);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Insel Rundflüge Güttin</b> <a href="ruegeninformationen/sehenswuerdigkeiten/insel-rundfluege-guettin.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker); 
 
 var point = new GLatLng(54.320628418008845, 13.530521392822266);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Insel Vilm</b> <a href="ruegeninformationen/sehenswuerdigkeiten/insel-vilm.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker); 
 
 var point = new GLatLng(54.346992539791316, 13.496811389923096);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Haus auf dem Kopf</b> <a href="ruegeninformationen/sehenswuerdigkeiten/haus-auf-dem-kopf.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker); 
 
 var point = new GLatLng(54.47370353071853, 13.382742404937744);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Woorker Berge</b> <a href="ruegeninformationen/sehenswuerdigkeiten/woorker-berge.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);  
 
 var point = new GLatLng(54.40649590681238, 13.60682487487793);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Strandpromenade Ostseebad Binz</b> <a href="ruegeninformationen/sehenswuerdigkeiten/strandpromenade-ostseebad-binz.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);  
 
 var point = new GLatLng(54.38527624815331, 13.701780438423157);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Tauchgondel Sellin</b> <a href="ruegeninformationen/sehenswuerdigkeiten/tauchgondel-sellin.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);  
  
 var point = new GLatLng(54.47693899146014, 13.569574356079102);
 var marker = createMarker(point,icon_rot,'<div style="width:240px;height:60px;overflow:auto;"><b>Feuersteinfelder</b> <a href="ruegeninformationen/sehenswuerdigkeiten/feuersteinfelder.html" target="_self">mehr Infos &raquo;</a> ')
 map.addOverlay(marker);
  
 
 
}
