function TextualZoomControl(){}TextualZoomControl.prototype=new GControl();TextualZoomControl.prototype.initialize=function(D){var B=document.createElement("div");var C=document.createElement("div");this.setButtonStyle_(C);B.appendChild(C);C.appendChild(document.createTextNode("Zoom In"));GEvent.addDomListener(C,"click",function(){D.zoomIn()});var A=document.createElement("div");this.setButtonStyle_(A);B.appendChild(A);A.appendChild(document.createTextNode("Zoom Out"));GEvent.addDomListener(A,"click",function(){D.zoomOut()});D.getContainer().appendChild(B);return B};TextualZoomControl.prototype.getDefaultPosition=function(){return new GControlPosition(G_ANCHOR_TOP_LEFT,new GSize(7,7))};TextualZoomControl.prototype.setButtonStyle_=function(A){A.style.textDecoration="none";A.style.color="black";A.style.backgroundColor="#e7f0f6";A.style.font="bold 11px Arial";A.style.border="5px double #7DA2B9";A.style.padding="5px";A.style.marginBottom="5px";A.style.textAlign="center";A.style.width="6em";A.style.cursor="pointer"};if(GBrowserIsCompatible()){var map=new GMap2(document.getElementById("map"));map.addControl(new TextualZoomControl());map.setCenter(new GLatLng(52.581995853548676,13.303145170211792),14);var point=new GLatLng(52.58344470263042,13.301423192024231);var marker=new GMarker(point);map.addOverlay(marker)}GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml("<b>Praxis Dr. Lindemann</b><br>Räuschstr. 57a<br>13509 Berlin")});var baseIcon=new GIcon();baseIcon.iconSize=new GSize(14,14);baseIcon.shadowSize=new GSize(14,14);baseIcon.iconAnchor=new GPoint(7,14);baseIcon.infoWindowAnchor=new GPoint(7,0);var sbahn=new GIcon(baseIcon,"http://www.praxis-dr-lindemann.de/images/sbahn_new.gif",null,"http://www.praxis-dr-lindemann.de/images/sbahn_new.gif");var bus=new GIcon(baseIcon,"http://www.praxis-dr-lindemann.de/images/bus_new.gif",null,"http://www.praxis-dr-lindemann.de/images/bus_new.gif");var autobahn=new GIcon(baseIcon,"http://www.praxis-dr-lindemann.de/images/autobahn.gif",null,"http://www.praxis-dr-lindemann.de/images/autobahn.gif");var gmarkers=[];var htmls=[];var i=0;function createMarker(A,C,D){var B=new GMarker(A,D);GEvent.addListener(B,"click",function(){B.openInfoWindowHtml(C)});gmarkers[i]=B;htmls[i]=C;i++;return B}function createTabbedMarker(A,D,C,F,E){var B=new GMarker(A);GEvent.addListener(B,"click",function(){B.openInfoWindowTabsHtml([new GInfoWindowTab(F,D),new GInfoWindowTab(E,C)])});gmarkers[i]=B;htmls[i]=D;i++;return B}function myclick(A){gmarkers[A].openInfoWindowHtml(htmls[A])}var point12=new GLatLng(52.582315288957545,13.305526971817017);var marker12=createMarker(point12,"<div>Haltestelle \"Holzhauser Str./Schubartstr.\"<br>Buslinien: X33, 125<br><a href=\"http://www.fahrinfo-berlin.de/IstAbfahrtzeiten/index?input=9097101\" target=\"_blank\"><strong>Haltestelleninformation</strong></a></div>",bus);map.addOverlay(marker12);var point13=new GLatLng(52.58815924222385,13.28970730304718);var marker13=createMarker(point13,"<div>S-Bahnhof Tegel<br>S-Bahnlinie: S25</div>",sbahn);map.addOverlay(marker13);var point14=new GLatLng(52.58288896303125,13.29994797706604);var marker14=createMarker(point14,"<div>Haltestelle \"Conradstr./Ernststr.\"<br>Buslinie: 125<br><a href=\"http://www.fahrinfo-berlin.de/IstAbfahrtzeiten/index?input=9096153\" target=\"_blank\"><strong>Haltestelleninformation</strong></a></div>",bus);map.addOverlay(marker14);var point15=new GLatLng(52.577588711137594,13.29771637916565);var marker15=createMarker(point15,"<div>Autobahn A 111<br>Abfahrt: \"Holzhauser Str.\"</div>",autobahn);map.addOverlay(marker15);ov=new GOverviewMapControl(new GSize(150,130));map.addControl(ov);ovmap=ov.getOverviewMap();GEvent.addListener(ovmap,"zoomend",function(){ovmap.setZoom(11)});var omap=document.getElementById("map_overview");omap.firstChild.style.border="1px solid #7DA2B9";omap.firstChild.firstChild.style.border="1px solid #7DA2B9";omap.firstChild.firstChild.style.left="3px";omap.firstChild.firstChild.style.top="3px";omap.firstChild.firstChild.style.right="1px";omap.firstChild.firstChild.style.bottom="1px";omap.firstChild.firstChild.style.width="150px";omap.firstChild.firstChild.style.height="130px"