<!--//
function show_google_map(lat,lng,markerText) {
	var mapIco="google_poi.png";
	if(lat=="53.866258") {
		mapIco = "google_poi_de.png";
	}
	tb_show("GoogleMaps","#TB_googleMap?height=415&width=925&lat="+lat+"&lng="+lng+"&googlemap=true&pointer_img="+mapIco+"&markerText="+markerText);
}
//-->