function load() {if (GBrowserIsCompatible()) {var map = new GMap2(document.getElementById("map"));map.addControl(new GLargeMapControl());map.addControl(new GMapTypeControl());map.setCenter(new GLatLng(49.3805044, 10.1785292), 15);var greenarrowIcon = new GIcon(G_DEFAULT_ICON);greenarrowIcon.image = "http://www.google.com/intl/en_ALL/mapfiles/arrow.png";markerOptions = { icon:greenarrowIcon };marker = new GMarker(map.getCenter(), markerOptions);map.addOverlay(marker);var Icon = new GIcon(G_DEFAULT_ICON);Icon.image = "http://www.google.com/mapfiles/markerG.png";markerOptions = { icon:Icon };var point = new GLatLng(49.37641, 10.18361);marker = new GMarker(point, markerOptions);var info = '<img src="http://www.spidertrip.de/Bilder/Bild_188_kl.jpg" width="120" height="130" align="left" hspace="10"><div style="float: left; width: 150px;"><a href="/rothenburg/gerlachschmiede.htm">Gerlachschmiede</a><br><font size="-1">Gerlachschmiede in Rothenburg ob der Tauber</font></div>';map.addOverlay(marker);marker.bindInfoWindow(info);var Icon = new GIcon(G_DEFAULT_ICON);Icon.image = "http://www.google.com/mapfiles/markerF.png";markerOptions = { icon:Icon };var point = new GLatLng(49.3777360, 10.1772553);marker = new GMarker(point, markerOptions);var info = '<img src="http://www.spidertrip.de/Bilder/Bild_186_kl.jpg" width="120" height="145" align="left" hspace="10"><div style="float: left; width: 150px;"><a href="/rothenburg/st_jakob.htm">St. Jakob Kirche</a><br><font size="-1">St. Jakob Kirche in Rothenburg ob der Tauber</font></div>';map.addOverlay(marker);marker.bindInfoWindow(info);var Icon = new GIcon(G_DEFAULT_ICON);Icon.image = "http://www.google.com/mapfiles/markerE.png";markerOptions = { icon:Icon };var point = new GLatLng(49.3758370, 10.1792480);marker = new GMarker(point, markerOptions);var info = '<img src="http://www.spidertrip.de/Bilder/Bild_185_kl.jpg" width="120" height="160" align="left" hspace="10"><div style="float: left; width: 150px;"><a href="/rothenburg/kriminalmuseum.htm">Mittelalterliches Kriminalmuseum</a><br><font size="-1">Mittelalterliches Kriminalmuseum in Rothenburg ob der Tauber<br>Kategorie: Historische Museen</font></div>';map.addOverlay(marker);marker.bindInfoWindow(info);var Icon = new GIcon(G_DEFAULT_ICON);Icon.image = "http://www.google.com/mapfiles/markerD.png";markerOptions = { icon:Icon };var point = new GLatLng(49.3769703, 10.1786523);marker = new GMarker(point, markerOptions);var info = '<img src="http://www.spidertrip.de/Bilder/Bild_184_kl.jpg" width="120" height="141" align="left" hspace="10"><div style="float: left; width: 150px;"><a href="/rothenburg/weihnachtsmuseum.htm">Deutsches Weihnachtsmuseum</a><br><font size="-1">Deutsches Weihnachtsmuseum in Rothenburg ob der Tauber<br>Kategorie: Weitere Museen</font></div>';map.addOverlay(marker);marker.bindInfoWindow(info);var Icon = new GIcon(G_DEFAULT_ICON);Icon.image = "http://www.google.com/mapfiles/markerC.png";markerOptions = { icon:Icon };var point = new GLatLng(49.3772546, 10.1792328);marker = new GMarker(point, markerOptions);var info = '<img src="http://www.spidertrip.de/Bilder/Bild_183_kl.jpg" width="120" height="148" align="left" hspace="10"><div style="float: left; width: 150px;"><a href="/rothenburg/st_georgsbrunnen.htm">St. Georgsbrunnen</a><br><font size="-1">St. Georgsbrunnen in Rothenburg ob der Tauber</font></div>';map.addOverlay(marker);marker.bindInfoWindow(info);var Icon = new GIcon(G_DEFAULT_ICON);Icon.image = "http://www.google.com/mapfiles/markerB.png";markerOptions = { icon:Icon };var point = new GLatLng(49.377339, 10.17905);marker = new GMarker(point, markerOptions);var info = '<img src="http://www.spidertrip.de/Bilder/Bild_182_kl.jpg" width="120" height="151" align="left" hspace="10"><div style="float: left; width: 150px;"><a href="/rothenburg/ratstrinkstube.htm">Ratstrinkstube</a><br><font size="-1">Ratstrinkstube in Rothenburg ob der Tauber</font></div>';map.addOverlay(marker);marker.bindInfoWindow(info);var Icon = new GIcon(G_DEFAULT_ICON);Icon.image = "http://www.google.com/mapfiles/markerA.png";markerOptions = { icon:Icon };var point = new GLatLng(49.3774012, 10.1790542);marker = new GMarker(point, markerOptions);var info = '<img src="http://www.spidertrip.de/Bilder/Bild_181_kl.jpg" width="120" height="90" align="left" hspace="10"><div style="float: left; width: 150px;"><a href="/rothenburg/rathaus.htm">Rathaus</a><br><font size="-1">Rathaus in Rothenburg ob der Tauber</font></div>';map.addOverlay(marker);marker.bindInfoWindow(info);}}
