11 Partecipanti
27/01/2022
15:30
Sede
Sede centrale
viale del Lavoro, 38
07313232
prof.ssa Ilaria Sebastianelli
Relatore
'
+image
+''+title+'';
if(address != "") {
content += ''+address+'';
}
if(phone != "") {
content += ''+phone+'';
}
if(link != "") {
content += 'Visita il sito web';
}
content +=''
+'
';
infoBubble.setContent(content);
var latLng;
geocoder = new google.maps.Geocoder();
geocoder.geocode( { "address": "viale del Lavoro, 38"}, function(results, status) {
latLng = results[0].geometry.location;
map = new google.maps.Map(document.getElementById("mapCanvas_1802_1049894346_1290507385"), {
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_1802_1049894346_1290507385();
} else {
// Onload handler to fire off the app.
jQuery(document).ready(function() {
if (typeof google !== "undefined") {
google.maps.event.addDomListener(window, "load", initialize_1802_1049894346_1290507385);
}
});
}
Alessandro Guerci
Docente