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(43.5718,12.0975),
map: map,
icon: image,
zIndex: 1, title:"Data/Ora UTC: 2026-01-02 00:05:03, Magnitudo: ML 1.9",
draggable: false,
content: "Data/Ora UTC: 2026-01-02 00:05:03
Magnitudo: ML 1.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(43.5753,12.0943),
map: map,
icon: image,
zIndex: 1, title:"Data/Ora UTC: 2026-01-01 23:29:48, Magnitudo: ML 1.0",
draggable: false,
content: "Data/Ora UTC: 2026-01-01 23:29:48
Magnitudo: ML 1.0
"
});
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.5835,12.0907),
map: map,
icon: image,
zIndex: 1, title:"Data/Ora UTC: 2026-01-01 23:25:41, Magnitudo: ML 1.2",
draggable: false,
content: "Data/Ora UTC: 2026-01-01 23:25:41
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(38.1577,15.7782),
map: map,
icon: image,
zIndex: 1, title:"Data/Ora UTC: 2026-01-01 23:14:13, Magnitudo: ML 1.5",
draggable: false,
content: "Data/Ora UTC: 2026-01-01 23:14:13
Magnitudo: ML 1.5
"
});
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);