29 Partecipanti
18/03/2022
15:30
Sede
Sala maggiore della Biblioteca Planettiana
Piazza Angelo Colocci, 1, 60035 Jesi AN
Chelati Uoldelul Dirar
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.523585351334034,13.244667649269104);
map = new google.maps.Map(document.getElementById("mapCanvas_2054_587567343_2137752309"), {
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_2054_587567343_2137752309();
} else {
// Onload handler to fire off the app.
jQuery(document).ready(function() {
if (typeof google !== "undefined") {
google.maps.event.addDomListener(window, "load", initialize_2054_587567343_2137752309);
}
});
}
da Alessandro Guerci
Docente