function initialize(){if(GBrowserIsCompatible()){var a=new GMap2(document.getElementById("dnfmap"));a.setCenter(new GLatLng(51.16901,6.72837),15);var c=new GMarker(new GLatLng(51.168291,6.726401),{title:"Kontakt Erfttal"});a.addOverlay(c);a.addControl(new GMapTypeControl());a.addControl(new GSmallMapControl());var b=new GPolyline([new GLatLng(51.161112610611404,6.730531454086304),new GLatLng(51.161484353379386,6.73100620508194),new GLatLng(51.16201420780288,6.729708015918732),new GLatLng(51.162316979026684,6.729195713996887),new GLatLng(51.162540692043166,6.728586852550507),new GLatLng(51.1631159491037,6.729166209697723),new GLatLng(51.16343048721128,6.7291876673698425),new GLatLng(51.165751611207845,6.725998520851135),new GLatLng(51.168180256480824,6.725338697433472),new GLatLng(51.16827107591481,6.726357936859131)],"#00FFFF",5);a.addOverlay(b)}GetDirectionsForm()}function GetDirectionsForm(){var f=document.getElementById("dnfroute");f.action="http://maps.google.de/maps?hl=de";var d=document.createElement("input");d.type="text";d.value="Startadresse";d.id="saddr";d.name="saddr";(d.addEventListener)?d.addEventListener("click",handlesaddr,false):d.attachEvent("onclick",handlesaddr);(d.addEventListener)?d.addEventListener("blur",handlesaddr,false):d.attachEvent("onblur",handlesaddr);var b=document.createElement("input");b.type="hidden";b.value="Neuss Erfttal Bedburger Straße 57";b.id="daddr";b.name="daddr";var a=document.createElement("input");a.type="hidden";a.value="yes";a.name="dn";var c=document.createElement("input");c.type="submit";c.value="Route berechnen";c.id="saddrsubmit";var e=document.createElement("span");e.id="spgm";e.innerHTML="mit Google Maps";f.appendChild(d);f.appendChild(b);f.appendChild(a);f.appendChild(c);f.appendChild(e)}function handlesaddr(){var a=document.forms.dnfroute.elements.saddr.value;if(a==""){document.getElementById("saddr").value="Startadresse"}else{if(a=="Startadresse"){document.getElementById("saddr").value=""}}};