$.elementReady('jmap', function(){
	$('#jmap').jmap( {
			maptype: "hybrid",
			showscale: false,
			showoverview: false,
			controlsize: "small",
			scrollzoom: false,
			dragging: true,
			showzoom: true,
			center: [52.278625, 10.535506],
			zoom: 17,
			showtype: false
			} );
	$('#jmap').addPoint('52.278625', '10.535506', '', false, false);
	//$('#directions').after( '<div id="directionform"><input type="text" id="adresse" /><button id="directionbutton">Route berechnen</button></div>' );
	//$('#directionbutton').bind( 'click', function() {
	//	$('#jmap').searchDirections( $('#adresse').attr('value'), 'Bültenweg, Braunschweig, Deutschland', 'directions' );
	//});
});
