Wanderung von Andelsbuch auf die Niedere

 

jQuery(document).ready( function(){
address = “,Andelsbuch”;

if (address == “”)
return;

mapload();

editor_infotext = “”;
editor_zoom = parseInt(15);
if (! (editor_zoom > 0))
editor_zoom = 10;
editor_mapType = “”;
editor_center = “”;
editor_height = parseInt(400);
editor_height = (editor_height > 0) ? editor_height : 400;
editor_width = parseInt(450);
//editor_width = (editor_width > 0) ? editor_width : 450;
//editor_width = (editor_width ” + editor_infotext + “
” + address : “” + address + ““);
gmapAddress = ((typeof editor_latlon != “undefined”) && editor_latlon != “”) ? editor_latlon : address;

showAddress(info + ” | ” + gmapAddress);
})

Bewerte diesen Artikel

  •  
  • (4)
  •  
  • (0)

Kommentar verfassen

* markierte Felder sind Pflichtfelder.