function initialize() {
	if (GBrowserIsCompatible()) {
		var map = new GMap2(document.getElementById("map_canvas"));
		map.setCenter(new GLatLng(51.24262, 12.91279), 17);
		map.setUIToDefault();
	}
}
