var map; function initialize() { var mapOptions = { zoom: 5, center: new google.maps.LatLng(41.530,12.280), mapTypeId: google.maps.MapTypeId.HYBRID }; map = new google.maps.Map(document.getElementById('map_canvas'), mapOptions); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(37.1355,14.5825), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2025-12-21 01:23:02, Magnitudo: ML 0.9", draggable: false, content: "Data/Ora UTC: 2025-12-21 01:23:02
Magnitudo: ML 0.9
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(42.9138,13.0155), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2025-12-21 01:13:05, Magnitudo: ML 0.8", draggable: false, content: "Data/Ora UTC: 2025-12-21 01:13:05
Magnitudo: ML 0.8
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(43.2063,12.8495), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2025-12-21 01:00:51, Magnitudo: ML 0.2", draggable: false, content: "Data/Ora UTC: 2025-12-21 01:00:51
Magnitudo: ML 0.2
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(42.9002,12.9958), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2025-12-21 00:40:51, Magnitudo: ML 1.2", draggable: false, content: "Data/Ora UTC: 2025-12-21 00:40:51
Magnitudo: ML 1.2
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(45.6057,10.9133), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2025-12-20 23:23:23, Magnitudo: ML 1.1", draggable: false, content: "Data/Ora UTC: 2025-12-20 23:23:23
Magnitudo: ML 1.1
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); } google.maps.event.addDomListener(window, 'load', initialize);