10ο χλμ Ε.Ο. Αθηνών-Λαμίας Μεταμόρφωση Αττικής, 14451 #gmap_canvas img{max-width:none!important;background:none!important} should function init_map(){var myOptions = {zoom:18,center:new google.maps.LatLng(38.069801815893115,23.758141649629238),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById("gmap_canvas"), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(38.069801815893115, 23.758141649629238)});infowindow = new google.maps.InfoWindow({content:"NEOCELLΟδός χωρίς όνομα14451 Μεταμόρφωση" });google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, 'load', init_map);