// JavaScript Document

		

    //<![CDATA[

      function load() {
      if (GBrowserIsCompatible()) {
      var map = new GMap2(document.getElementById("map"));
	  var punkt = new GLatLng(49.15201, 9.21615);
	  map.setCenter(punkt, 2);
	  map.enableContinuousZoom()
      
  
  }

    }
    //]]>
 
