36 Partecipanti
25/02/2022
15:30
Sede
Pinacoteca – Comune di Jesi
XV settembre,10 - 60035 Jesi
prof.ssa Paola Rocchi
Relatore
'
+image
+''+title+'';
if(address != "") {
content += ''+address+'';
}
if(phone != "") {
content += ''+phone+'';
}
if(link != "") {
content += 'Visita il sito web';
}
content +=''
+'
';
infoBubble.setContent(content);
var latLng = new google.maps.LatLng(43.52151211041439,13.242570161819458);
map = new google.maps.Map(document.getElementById("mapCanvas_2051_1143054577_517160748"), {
zoom: 10,
center: latLng,
disableDefaultUI: false,
mapTypeId: google.maps.MapTypeId.ROADMAP
});
marker = new google.maps.Marker({
position: latLng,
map: map,
icon: ""
});
infoBubble.open(map, marker);
/*google.maps.event.addListenerOnce(map, 'idle', function() {
google.maps.event.trigger(map, 'resize');
});*/
}
if(document.readyState === "complete") {
initialize_2051_1143054577_517160748();
} else {
// Onload handler to fire off the app.
jQuery(document).ready(function() {
if (typeof google !== "undefined") {
google.maps.event.addDomListener(window, "load", initialize_2051_1143054577_517160748);
}
});
}
da Alessandro Guerci
Docente