MapToolkit.createMap('map_canvas', {
           language: "de",
           api_key: "c03f5c86f848003542551c77709e8150",
           map: {
                   useLocationHash: true,
                   size: { width: 630, height: 446 },
                   location: {
            lat: 47.5172,
            lng: 14.23828,
            zoom: 7
         },
                   mapType: "G_PHYSICAL_MAP",
                   controls: ["GLargeMapControl3D", "MapToolkit.MapTypesControl" ],
                   mapTypes: [ "G_NORMAL_MAP", "G_SATELLITE_MAP", "G_PHYSICAL_MAP", "G_HYBRID_MAP" ]
           },
           clusters: {
                   color: "3a7d00",
                   threshold: 10,
                   naming: "Tankstellen"
           },
           resources: {
                   biodiesel: {
                           detailsAs: "infoWindow",
                           filter: { country: "at" },
                           optional: false,
                           clusters: true,
                           markerLimitPerTile: 10,
                           icon: {
                                   image: "/images/biodiesel_marker.png",
                                   shadow: "http://www.bikemap.net/static/images/marker/shadow.png",
                                   iconSize: [22, 40],
                                   shadowSize: [46, 40],
                                   iconAnchor: [11, 40],
                                   infoWindowAnchor: [11, 2]
                           }
                   },
                   bauernbund: {
                           filter: { },
                           optional: true,
                           clusters: false,
                           markerLimitPerTile: 5
                   },
                   weather: {
                           filter: { country: "at" },
                           optional: true,
                           clusters: false,
                           markerLimitPerTile: 1
                   }
           },
      layers: {
         panoramio: {
            id: "com.panoramio.all",
            optional: true
         },
         wikipedia: {
            id: "org.wikipedia.de",
            optional: true
         }
      }
   },
   function(map) {}
);
