function addpoints( map ) {
var infoWindow = new google.maps.InfoWindow;
google.maps.event.addListener(map, 'click', function() {
infoWindow.close();
});
var point = new google.maps.LatLng(-17.74,-178.67);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle1 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle1, 'mouseover', function() {
infoWindow.setContent('2026-08-17 00:08:06
Magnitude : 4.9
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle1.center);
});
var point = new google.maps.LatLng(38.209,-26.706);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle2 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle2, 'mouseover', function() {
infoWindow.setContent('2026-08-17 03:32:09
Magnitude : 2
Local : Banco D. João de Castro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle2.center);
});
var point = new google.maps.LatLng(37.383,-24.614);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle3 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle3, 'mouseover', function() {
infoWindow.setContent('2026-08-17 09:37:21
Magnitude : 2
Local : NE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle3.center);
});
var point = new google.maps.LatLng(-6.38,149.36);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle4 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle4, 'mouseover', function() {
infoWindow.setContent('2026-08-17 11:00:23
Magnitude : 5.1
Local : New Britain Region, P.N.G.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle4.center);
});
var point = new google.maps.LatLng(53.02,159.71);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.8 * 9000
};
// Add the circle
sismoCircle5 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle5, 'mouseover', function() {
infoWindow.setContent('2026-08-17 12:38:03
Magnitude : 5.8
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle5.center);
});
var point = new google.maps.LatLng(38.074,-26.285);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle6 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle6, 'mouseover', function() {
infoWindow.setContent('2026-08-17 19:45:49
Magnitude : 2.2
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle6.center);
});
var point = new google.maps.LatLng(77.58,6.79);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle7 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle7, 'mouseover', function() {
infoWindow.setContent('2026-08-17 19:51:23
Magnitude : 4.8
Local : Svalbard Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle7.center);
});
var point = new google.maps.LatLng(57.28,-154.89);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle8 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle8, 'mouseover', function() {
infoWindow.setContent('2026-08-17 20:35:10
Magnitude : 4.5
Local : Kodiak Island Region, Alaska
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle8.center);
});
var point = new google.maps.LatLng(46.43,151.38);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle9 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle9, 'mouseover', function() {
infoWindow.setContent('2026-08-17 21:36:35
Magnitude : 5.1
Local : Kuril Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle9.center);
});
var point = new google.maps.LatLng(14.23,-93.15);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.7 * 9000
};
// Add the circle
sismoCircle10 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle10, 'mouseover', function() {
infoWindow.setContent('2026-08-18 05:02:32
Magnitude : 5.7
Local : Near Coast of Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle10.center);
});
var point = new google.maps.LatLng(38.679,-29.058);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle11 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle11, 'mouseover', function() {
infoWindow.setContent('2026-08-18 08:24:03
Magnitude : 2.3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle11.center);
});
var point = new google.maps.LatLng(38.065,-26.291);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3 * 9000
};
// Add the circle
sismoCircle12 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle12, 'mouseover', function() {
infoWindow.setContent('2026-08-18 13:37:07
Magnitude : 3
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle12.center);
});
var point = new google.maps.LatLng(36.55,70.76);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle13 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle13, 'mouseover', function() {
infoWindow.setContent('2026-08-18 19:51:09
Magnitude : 5.3
Local : Hindu Kush Region, Afghanistan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle13.center);
});
var point = new google.maps.LatLng(37.83,95.54);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.9 * 9000
};
// Add the circle
sismoCircle14 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle14, 'mouseover', function() {
infoWindow.setContent('2026-08-18 21:36:29
Magnitude : 5.9
Local : Qinghai, China
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle14.center);
});
var point = new google.maps.LatLng(-8.18,120.66);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle15 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle15, 'mouseover', function() {
infoWindow.setContent('2026-08-19 16:17:38
Magnitude : 5.5
Local : Flores Region, Indonesia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle15.center);
});
var point = new google.maps.LatLng(49.48,155.86);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle16 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle16, 'mouseover', function() {
infoWindow.setContent('2026-08-19 18:07:17
Magnitude : 5.4
Local : Kuril Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle16.center);
});
var point = new google.maps.LatLng(-17.8,-178.66);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle17 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle17, 'mouseover', function() {
infoWindow.setContent('2026-08-19 18:45:29
Magnitude : 5.4
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle17.center);
});
var point = new google.maps.LatLng(40.6,-29.374);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle18 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle18, 'mouseover', function() {
infoWindow.setContent('2026-08-19 19:30:31
Magnitude : 2.9
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle18.center);
});
var point = new google.maps.LatLng(66.84,13.04);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle19 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle19, 'mouseover', function() {
infoWindow.setContent('2026-08-19 21:06:49
Magnitude : 4.5
Local : Northern Norway
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle19.center);
});
var point = new google.maps.LatLng(-24.42,-70.46);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle20 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle20, 'mouseover', function() {
infoWindow.setContent('2026-08-20 04:52:51
Magnitude : 4.7
Local : Near Coast of Northern Chile
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle20.center);
});
var point = new google.maps.LatLng(37.81,95.45);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle21 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle21, 'mouseover', function() {
infoWindow.setContent('2026-08-20 09:49:47
Magnitude : 5.2
Local : Qinghai, China
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle21.center);
});
var point = new google.maps.LatLng(-17.8,-178.65);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle22 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle22, 'mouseover', function() {
infoWindow.setContent('2026-08-20 12:27:36
Magnitude : 4.8
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle22.center);
});
var point = new google.maps.LatLng(-14.63,-73.62);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.7 * 9000
};
// Add the circle
sismoCircle23 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle23, 'mouseover', function() {
infoWindow.setContent('2026-08-20 18:00:15
Magnitude : 6.7
Local : Central Peru
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle23.center);
});
var point = new google.maps.LatLng(37.506,-25.16);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle24 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle24, 'mouseover', function() {
infoWindow.setContent('2026-08-21 17:12:33
Magnitude : 2
Local : Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle24.center);
});
var point = new google.maps.LatLng(-7.58,104.55);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.7 * 9000
};
// Add the circle
sismoCircle25 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle25, 'mouseover', function() {
infoWindow.setContent('2026-08-21 17:41:44
Magnitude : 5.7
Local : Southwest of Sumatra, Indonesia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle25.center);
});
var point = new google.maps.LatLng(-12.77,-14.88);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle26 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle26, 'mouseover', function() {
infoWindow.setContent('2026-08-22 01:34:57
Magnitude : 5.3
Local : Southern Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle26.center);
});
var point = new google.maps.LatLng(6.74,126.74);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle27 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle27, 'mouseover', function() {
infoWindow.setContent('2026-08-22 06:43:39
Magnitude : 5
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle27.center);
});
var point = new google.maps.LatLng(12.52,-44.63);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle28 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle28, 'mouseover', function() {
infoWindow.setContent('2026-08-22 07:21:25
Magnitude : 4.9
Local : Northern Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle28.center);
});
var point = new google.maps.LatLng(-60.26,-47.26);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.7 * 9000
};
// Add the circle
sismoCircle29 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle29, 'mouseover', function() {
infoWindow.setContent('2026-08-22 07:40:12
Magnitude : 5.7
Local : Scotia Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle29.center);
});
var point = new google.maps.LatLng(-60.38,-47.6);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.2 * 9000
};
// Add the circle
sismoCircle30 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle30, 'mouseover', function() {
infoWindow.setContent('2026-08-22 08:22:37
Magnitude : 6.2
Local : Scotia Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle30.center);
});
var point = new google.maps.LatLng(35.93,140.06);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.8 * 9000
};
// Add the circle
sismoCircle31 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle31, 'mouseover', function() {
infoWindow.setContent('2026-08-22 17:00:41
Magnitude : 5.8
Local : Near East Coast of Honshu, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle31.center);
});
var point = new google.maps.LatLng(38.801,-29.317);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle32 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle32, 'mouseover', function() {
infoWindow.setContent('2026-08-23 06:20:06
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle32.center);
});
var point = new google.maps.LatLng(-10.9,162.96);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle33 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle33, 'mouseover', function() {
infoWindow.setContent('2026-08-23 08:12:38
Magnitude : 5.2
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle33.center);
});
var point = new google.maps.LatLng(-12.83,-14.85);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle34 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle34, 'mouseover', function() {
infoWindow.setContent('2026-08-23 11:22:41
Magnitude : 5.3
Local : Southern Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle34.center);
});
var point = new google.maps.LatLng(41.83,142.83);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6 * 9000
};
// Add the circle
sismoCircle35 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle35, 'mouseover', function() {
infoWindow.setContent('2026-08-23 13:44:53
Magnitude : 6
Local : Hokkaido, Japan Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle35.center);
});
var point = new google.maps.LatLng(36.768,-24.146);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle36 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle36, 'mouseover', function() {
infoWindow.setContent('2026-08-23 15:36:55
Magnitude : 2.5
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle36.center);
});
var point = new google.maps.LatLng(37.509,-25.177);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle37 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle37, 'mouseover', function() {
infoWindow.setContent('2026-08-23 17:49:01
Magnitude : 2.1
Local : Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle37.center);
});
var point = new google.maps.LatLng(39.773,-30.166);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle38 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle38, 'mouseover', function() {
infoWindow.setContent('2026-08-24 00:59:36
Magnitude : 2.3
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle38.center);
});
var point = new google.maps.LatLng(39.983,-29.609);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle39 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle39, 'mouseover', function() {
infoWindow.setContent('2026-08-24 01:47:32
Magnitude : 2.6
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle39.center);
});
var point = new google.maps.LatLng(38.654,-29.058);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle40 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle40, 'mouseover', function() {
infoWindow.setContent('2026-08-24 02:11:59
Magnitude : 2.8
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle40.center);
});
var point = new google.maps.LatLng(38.686,-29.039);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle41 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle41, 'mouseover', function() {
infoWindow.setContent('2026-08-24 02:22:59
Magnitude : 2.8
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle41.center);
});
var point = new google.maps.LatLng(-6.63,127.46);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6 * 9000
};
// Add the circle
sismoCircle42 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle42, 'mouseover', function() {
infoWindow.setContent('2026-08-24 14:10:17
Magnitude : 6
Local : Banda Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle42.center);
});
var point = new google.maps.LatLng(34.46,70.46);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle43 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle43, 'mouseover', function() {
infoWindow.setContent('2026-08-25 01:18:46
Magnitude : 4.9
Local : Southeastern Afghanistan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle43.center);
});
var point = new google.maps.LatLng(37.444,-24.704);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle44 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle44, 'mouseover', function() {
infoWindow.setContent('2026-08-25 04:23:26
Magnitude : 2
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle44.center);
});
var point = new google.maps.LatLng(22.61,121.57);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle45 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle45, 'mouseover', function() {
infoWindow.setContent('2026-08-25 07:00:10
Magnitude : 5.5
Local : Taiwan Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle45.center);
});
var point = new google.maps.LatLng(-23.35,179.82);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle46 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle46, 'mouseover', function() {
infoWindow.setContent('2026-08-25 12:12:03
Magnitude : 5.5
Local : South of Fiji Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle46.center);
});
var point = new google.maps.LatLng(-17.29,-171.98);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle47 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle47, 'mouseover', function() {
infoWindow.setContent('2026-08-25 15:15:54
Magnitude : 5.2
Local : Tonga Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle47.center);
});
var point = new google.maps.LatLng(-14.23,170.5);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle48 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle48, 'mouseover', function() {
infoWindow.setContent('2026-08-25 16:23:33
Magnitude : 4.5
Local : Vanuatu Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle48.center);
});
var point = new google.maps.LatLng(38.389,-28.408);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle49 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle49, 'mouseover', function() {
infoWindow.setContent('2026-08-25 18:59:29
Magnitude : 2
Local : S S. Mateus (Pico)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle49.center);
});
var point = new google.maps.LatLng(28.27,85.52);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle50 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle50, 'mouseover', function() {
infoWindow.setContent('2026-08-26 02:52:10
Magnitude : 5.2
Local : Nepal
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle50.center);
});
var point = new google.maps.LatLng(37.928,-26.061);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle51 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle51, 'mouseover', function() {
infoWindow.setContent('2026-08-26 14:13:11
Magnitude : 2
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle51.center);
});
var point = new google.maps.LatLng(38.168,-26.273);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle52 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle52, 'mouseover', function() {
infoWindow.setContent('2026-08-26 17:44:49
Magnitude : 2.5
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle52.center);
});
var point = new google.maps.LatLng(36.776,-24.029);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle53 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle53, 'mouseover', function() {
infoWindow.setContent('2026-08-26 18:05:02
Magnitude : 2.9
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle53.center);
});
var point = new google.maps.LatLng(38.13,143.85);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle54 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle54, 'mouseover', function() {
infoWindow.setContent('2026-08-26 19:21:41
Magnitude : 5.6
Local : Off East Coast of Honshu, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle54.center);
});
var point = new google.maps.LatLng(38.343,-26.853);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle55 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle55, 'mouseover', function() {
infoWindow.setContent('2026-08-27 04:12:39
Magnitude : 2.4
Local : SE Terceira (Castromar)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle55.center);
});
var point = new google.maps.LatLng(-22.57,-20.3);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle56 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle56, 'mouseover', function() {
infoWindow.setContent('2026-08-27 04:19:08
Magnitude : 5.1
Local : South Atlantic Ocean
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle56.center);
});
var point = new google.maps.LatLng(24.29,142.76);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle57 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle57, 'mouseover', function() {
infoWindow.setContent('2026-08-27 05:44:26
Magnitude : 5.3
Local : Volcano Islands, Japan Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle57.center);
});
var point = new google.maps.LatLng(38.039,-26.314);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle58 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle58, 'mouseover', function() {
infoWindow.setContent('2026-08-27 19:24:14
Magnitude : 3.2
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle58.center);
});
var point = new google.maps.LatLng(13.27,50.54);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6 * 9000
};
// Add the circle
sismoCircle59 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle59, 'mouseover', function() {
infoWindow.setContent('2026-08-27 21:07:38
Magnitude : 6
Local : Eastern Gulf of Aden
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle59.center);
});
var point = new google.maps.LatLng(-20.38,-177.7);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle60 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle60, 'mouseover', function() {
infoWindow.setContent('2026-08-27 23:02:58
Magnitude : 4.9
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle60.center);
});
var point = new google.maps.LatLng(38.046,-26.307);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3 * 9000
};
// Add the circle
sismoCircle61 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle61, 'mouseover', function() {
infoWindow.setContent('2026-08-28 05:21:14
Magnitude : 3
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle61.center);
});
var point = new google.maps.LatLng(38.804,-27.747);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle62 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle62, 'mouseover', function() {
infoWindow.setContent('2026-08-28 14:40:14
Magnitude : 2
Local : Fossa Este Graciosa
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle62.center);
});
var point = new google.maps.LatLng(37.266,-24.109);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle63 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle63, 'mouseover', function() {
infoWindow.setContent('2026-08-28 16:51:21
Magnitude : 2.2
Local : Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle63.center);
});
var point = new google.maps.LatLng(38.035,-26.305);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle64 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle64, 'mouseover', function() {
infoWindow.setContent('2026-08-28 17:36:09
Magnitude : 2.8
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle64.center);
});
var point = new google.maps.LatLng(38.046,-26.316);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle65 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle65, 'mouseover', function() {
infoWindow.setContent('2026-08-29 03:00:39
Magnitude : 2.9
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle65.center);
});
var point = new google.maps.LatLng(54.79,-156.92);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle66 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle66, 'mouseover', function() {
infoWindow.setContent('2026-08-29 15:16:54
Magnitude : 4.8
Local : South of Alaska
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle66.center);
});
var point = new google.maps.LatLng(38.813,-29.355);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle67 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle67, 'mouseover', function() {
infoWindow.setContent('2026-08-29 19:02:15
Magnitude : 2.6
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle67.center);
});
var point = new google.maps.LatLng(40.143,-29.537);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.4 * 9000
};
// Add the circle
sismoCircle68 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle68, 'mouseover', function() {
infoWindow.setContent('2026-08-29 20:44:30
Magnitude : 3.4
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle68.center);
});
var point = new google.maps.LatLng(40.15,19.88);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle69 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle69, 'mouseover', function() {
infoWindow.setContent('2026-08-29 22:35:22
Magnitude : 4.8
Local : Albania
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle69.center);
});
var point = new google.maps.LatLng(37.45,-25.251);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle70 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle70, 'mouseover', function() {
infoWindow.setContent('2026-08-30 01:06:28
Magnitude : 2
Local : S S. Miguel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle70.center);
});
var point = new google.maps.LatLng(-30.15,-177.89);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.8 * 9000
};
// Add the circle
sismoCircle71 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle71, 'mouseover', function() {
infoWindow.setContent('2026-08-30 09:02:09
Magnitude : 5.8
Local : Kermadec Islands, New Zealand
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle71.center);
});
var point = new google.maps.LatLng(-18.25,-69.64);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle72 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle72, 'mouseover', function() {
infoWindow.setContent('2026-08-30 16:04:07
Magnitude : 4.7
Local : Northern Chile
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle72.center);
});
var point = new google.maps.LatLng(38.635,-29.117);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle73 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle73, 'mouseover', function() {
infoWindow.setContent('2026-08-30 16:48:26
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle73.center);
});
var point = new google.maps.LatLng(38.479,-26.893);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle74 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle74, 'mouseover', function() {
infoWindow.setContent('2026-08-31 00:15:26
Magnitude : 2.5
Local : SE Terceira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle74.center);
});
var point = new google.maps.LatLng(38.06,-26.378);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle75 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle75, 'mouseover', function() {
infoWindow.setContent('2026-08-31 01:42:16
Magnitude : 2
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle75.center);
});
var point = new google.maps.LatLng(38.048,-26.292);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle76 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle76, 'mouseover', function() {
infoWindow.setContent('2026-08-31 20:46:46
Magnitude : 2.1
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle76.center);
});
var point = new google.maps.LatLng(-20.43,-178.03);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle77 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle77, 'mouseover', function() {
infoWindow.setContent('2026-09-01 01:29:12
Magnitude : 5
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle77.center);
});
var point = new google.maps.LatLng(37.366,-24.591);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle78 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle78, 'mouseover', function() {
infoWindow.setContent('2026-09-01 04:53:15
Magnitude : 2.3
Local : NE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle78.center);
});
var point = new google.maps.LatLng(52.21,-169.45);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle79 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle79, 'mouseover', function() {
infoWindow.setContent('2026-09-01 06:44:36
Magnitude : 5.3
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle79.center);
});
var point = new google.maps.LatLng(-19.65,-175.34);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle80 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle80, 'mouseover', function() {
infoWindow.setContent('2026-09-01 10:34:47
Magnitude : 5.4
Local : Tonga Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle80.center);
});
var point = new google.maps.LatLng(38.003,-26.354);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle81 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle81, 'mouseover', function() {
infoWindow.setContent('2026-09-01 11:04:48
Magnitude : 2
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle81.center);
});
var point = new google.maps.LatLng(5.16,125.67);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle82 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle82, 'mouseover', function() {
infoWindow.setContent('2026-09-01 13:22:30
Magnitude : 5.2
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle82.center);
});
var point = new google.maps.LatLng(39.825,-9.09);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle83 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle83, 'mouseover', function() {
infoWindow.setContent('2026-09-01 13:26:04
Magnitude : 0.8
Local : NW S.Pedro de Muel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle83.center);
});
var point = new google.maps.LatLng(36.745,-7.242);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle84 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle84, 'mouseover', function() {
infoWindow.setContent('2026-09-01 14:18:11
Magnitude : 0.6
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle84.center);
});
var point = new google.maps.LatLng(34.348,-5.781);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle85 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle85, 'mouseover', function() {
infoWindow.setContent('2026-09-01 15:40:44
Magnitude : 1.8
Local : NW Fez (Marr)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle85.center);
});
var point = new google.maps.LatLng(35.656,-3.675);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle86 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle86, 'mouseover', function() {
infoWindow.setContent('2026-09-01 17:15:53
Magnitude : 1.9
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle86.center);
});
var point = new google.maps.LatLng(42.156,-6.714);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle87 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle87, 'mouseover', function() {
infoWindow.setContent('2026-09-01 19:01:19
Magnitude : 1.1
Local : N Bragança
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle87.center);
});
var point = new google.maps.LatLng(38.649,-29.202);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle88 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle88, 'mouseover', function() {
infoWindow.setContent('2026-09-01 20:21:02
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle88.center);
});
var point = new google.maps.LatLng(37.577,-9.078);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle89 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle89, 'mouseover', function() {
infoWindow.setContent('2026-09-01 21:19:57
Magnitude : 0.9
Local : NW Aljezur
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle89.center);
});
var point = new google.maps.LatLng(38.146,-8.224);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle90 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle90, 'mouseover', function() {
infoWindow.setContent('2026-09-01 21:32:38
Magnitude : 0.3
Local : NW Ferreira do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle90.center);
});
var point = new google.maps.LatLng(38.038,-26.299);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.7 * 9000
};
// Add the circle
sismoCircle91 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle91, 'mouseover', function() {
infoWindow.setContent('2026-09-01 22:40:33
Magnitude : 2.7
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle91.center);
});
var point = new google.maps.LatLng(38.04,-26.3);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.3 * 9000
};
// Add the circle
sismoCircle92 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle92, 'mouseover', function() {
infoWindow.setContent('2026-09-01 23:13:29
Magnitude : 3.3
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle92.center);
});
var point = new google.maps.LatLng(36.783,-7.326);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle93 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle93, 'mouseover', function() {
infoWindow.setContent('2026-09-02 02:17:24
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle93.center);
});
var point = new google.maps.LatLng(52.12,-169.29);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle94 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle94, 'mouseover', function() {
infoWindow.setContent('2026-09-02 05:14:00
Magnitude : 5.2
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle94.center);
});
var point = new google.maps.LatLng(38.036,-26.305);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle95 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle95, 'mouseover', function() {
infoWindow.setContent('2026-09-02 05:24:55
Magnitude : 2.1
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle95.center);
});
var point = new google.maps.LatLng(38.577,-29.491);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle96 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle96, 'mouseover', function() {
infoWindow.setContent('2026-09-02 07:06:48
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle96.center);
});
var point = new google.maps.LatLng(14.39,-92.99);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle97 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle97, 'mouseover', function() {
infoWindow.setContent('2026-09-02 12:28:31
Magnitude : 5.6
Local : Near Coast of Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle97.center);
});
var point = new google.maps.LatLng(52.35,-169.5);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle98 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle98, 'mouseover', function() {
infoWindow.setContent('2026-09-02 12:32:01
Magnitude : 5.2
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle98.center);
});
var point = new google.maps.LatLng(-34.98,-109.03);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.9 * 9000
};
// Add the circle
sismoCircle99 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle99, 'mouseover', function() {
infoWindow.setContent('2026-09-02 12:35:56
Magnitude : 5.9
Local : Southern East Pacific Rise
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle99.center);
});
var point = new google.maps.LatLng(37.364,-6.862);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle100 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle100, 'mouseover', function() {
infoWindow.setContent('2026-09-02 17:58:45
Magnitude : 1.4
Local : NE Huelva (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle100.center);
});
var point = new google.maps.LatLng(38.493,-7.908);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle101 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle101, 'mouseover', function() {
infoWindow.setContent('2026-09-02 18:50:11
Magnitude : 0.5
Local : S Evora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle101.center);
});
var point = new google.maps.LatLng(36.657,-9.759);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle102 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle102, 'mouseover', function() {
infoWindow.setContent('2026-09-02 20:42:32
Magnitude : 1.5
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle102.center);
});
var point = new google.maps.LatLng(-20.29,169.32);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle103 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle103, 'mouseover', function() {
infoWindow.setContent('2026-09-02 21:22:09
Magnitude : 5.4
Local : Vanuatu Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle103.center);
});
var point = new google.maps.LatLng(35.923,-4.136);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle104 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle104, 'mouseover', function() {
infoWindow.setContent('2026-09-02 21:43:08
Magnitude : 1.8
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle104.center);
});
var point = new google.maps.LatLng(36.558,-8.99);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle105 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle105, 'mouseover', function() {
infoWindow.setContent('2026-09-02 22:03:27
Magnitude : 1.1
Local : S Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle105.center);
});
var point = new google.maps.LatLng(37.307,-8.576);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle106 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle106, 'mouseover', function() {
infoWindow.setContent('2026-09-02 22:28:29
Magnitude : 0.5
Local : SW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle106.center);
});
var point = new google.maps.LatLng(-56.21,-27.91);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.2 * 9000
};
// Add the circle
sismoCircle107 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle107, 'mouseover', function() {
infoWindow.setContent('2026-09-02 23:46:57
Magnitude : 6.2
Local : South Sandwich Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle107.center);
});
var point = new google.maps.LatLng(38.965,-29.305);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.5 * 9000
};
// Add the circle
sismoCircle108 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle108, 'mouseover', function() {
infoWindow.setContent('2026-09-03 00:12:24
Magnitude : 3.5
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle108.center);
});
var point = new google.maps.LatLng(38.97,-29.292);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle109 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle109, 'mouseover', function() {
infoWindow.setContent('2026-09-03 00:42:07
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle109.center);
});
var point = new google.maps.LatLng(40.494,-29.106);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle110 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle110, 'mouseover', function() {
infoWindow.setContent('2026-09-03 04:13:18
Magnitude : 2.2
Local : Crista Média Atlantico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle110.center);
});
var point = new google.maps.LatLng(36.546,-7.177);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle111 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle111, 'mouseover', function() {
infoWindow.setContent('2026-09-03 05:34:17
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle111.center);
});
var point = new google.maps.LatLng(37.336,-8.582);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle112 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle112, 'mouseover', function() {
infoWindow.setContent('2026-09-03 06:26:01
Magnitude : 0.5
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle112.center);
});
var point = new google.maps.LatLng(31.36,80.33);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle113 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle113, 'mouseover', function() {
infoWindow.setContent('2026-09-03 08:16:36
Magnitude : 5.1
Local : Xizang
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle113.center);
});
var point = new google.maps.LatLng(36.526,-7.32);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle114 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle114, 'mouseover', function() {
infoWindow.setContent('2026-09-03 10:21:27
Magnitude : 0.9
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle114.center);
});
var point = new google.maps.LatLng(41.212,-6.95);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle115 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle115, 'mouseover', function() {
infoWindow.setContent('2026-09-03 10:42:16
Magnitude : 0.9
Local : NE Torre de Moncorvo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle115.center);
});
var point = new google.maps.LatLng(52.26,-169.41);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.3 * 9000
};
// Add the circle
sismoCircle116 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle116, 'mouseover', function() {
infoWindow.setContent('2026-09-03 11:17:24
Magnitude : 6.3
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle116.center);
});
var point = new google.maps.LatLng(52.35,-169.56);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle117 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle117, 'mouseover', function() {
infoWindow.setContent('2026-09-03 11:39:41
Magnitude : 4.9
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle117.center);
});
var point = new google.maps.LatLng(52.25,-169.58);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle118 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle118, 'mouseover', function() {
infoWindow.setContent('2026-09-03 12:39:34
Magnitude : 4.9
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle118.center);
});
var point = new google.maps.LatLng(52.06,-169.2);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle119 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle119, 'mouseover', function() {
infoWindow.setContent('2026-09-03 13:03:18
Magnitude : 5.2
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle119.center);
});
var point = new google.maps.LatLng(37.99,96.02);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle120 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle120, 'mouseover', function() {
infoWindow.setContent('2026-09-03 17:04:42
Magnitude : 4.9
Local : Qinghai, China
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle120.center);
});
var point = new google.maps.LatLng(52.03,-169.22);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle121 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle121, 'mouseover', function() {
infoWindow.setContent('2026-09-03 18:45:39
Magnitude : 5.3
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle121.center);
});
var point = new google.maps.LatLng(37.933,-6.599);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle122 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle122, 'mouseover', function() {
infoWindow.setContent('2026-09-03 19:22:25
Magnitude : 1
Local : NW Aracena (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle122.center);
});
var point = new google.maps.LatLng(39.203,-29.918);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle123 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle123, 'mouseover', function() {
infoWindow.setContent('2026-09-03 19:44:05
Magnitude : 2.3
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle123.center);
});
var point = new google.maps.LatLng(52.05,-169.14);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle124 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle124, 'mouseover', function() {
infoWindow.setContent('2026-09-03 20:21:15
Magnitude : 5.5
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle124.center);
});
var point = new google.maps.LatLng(36.041,-10.519);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle125 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle125, 'mouseover', function() {
infoWindow.setContent('2026-09-04 01:08:40
Magnitude : 1.4
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle125.center);
});
var point = new google.maps.LatLng(38.772,-8.398);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle126 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle126, 'mouseover', function() {
infoWindow.setContent('2026-09-04 07:35:23
Magnitude : 0.2
Local : NE Vendas Novas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle126.center);
});
var point = new google.maps.LatLng(36.882,-24.227);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle127 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle127, 'mouseover', function() {
infoWindow.setContent('2026-09-04 08:11:25
Magnitude : 3.2
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle127.center);
});
var point = new google.maps.LatLng(40.017,-8.018);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle128 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle128, 'mouseover', function() {
infoWindow.setContent('2026-09-04 13:10:27
Magnitude : 0.8
Local : SW Pampilhosa da Serra
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle128.center);
});
var point = new google.maps.LatLng(37.105,-3.669);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle129 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle129, 'mouseover', function() {
infoWindow.setContent('2026-09-04 13:17:45
Magnitude : 2.3
Local : SW Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle129.center);
});
var point = new google.maps.LatLng(36.316,-8.541);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle130 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle130, 'mouseover', function() {
infoWindow.setContent('2026-09-04 23:15:45
Magnitude : 1.4
Local : SE Lagos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle130.center);
});
var point = new google.maps.LatLng(9.38,-40.98);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle131 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle131, 'mouseover', function() {
infoWindow.setContent('2026-09-04 23:38:41
Magnitude : 4.8
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle131.center);
});
var point = new google.maps.LatLng(44.979,149.835);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle132 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle132, 'mouseover', function() {
infoWindow.setContent('2026-09-04 23:52:31
Magnitude : 5.5
Local : Kuril Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle132.center);
});
var point = new google.maps.LatLng(32.782,-16.614);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle133 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle133, 'mouseover', function() {
infoWindow.setContent('2026-09-05 01:24:25
Magnitude : 1.8
Local : NE Machico (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle133.center);
});
var point = new google.maps.LatLng(37.746,-8.328);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle134 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle134, 'mouseover', function() {
infoWindow.setContent('2026-09-05 01:55:45
Magnitude : 0.2
Local : NW Ourique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle134.center);
});
var point = new google.maps.LatLng(38.023,-8.293);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle135 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle135, 'mouseover', function() {
infoWindow.setContent('2026-09-05 03:53:26
Magnitude : 0.9
Local : SW Ferreira do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle135.center);
});
var point = new google.maps.LatLng(36.777,-11.071);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle136 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle136, 'mouseover', function() {
infoWindow.setContent('2026-09-05 05:09:52
Magnitude : 1.5
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle136.center);
});
var point = new google.maps.LatLng(36.88,-7.959);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle137 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle137, 'mouseover', function() {
infoWindow.setContent('2026-09-05 08:27:30
Magnitude : 0.9
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle137.center);
});
var point = new google.maps.LatLng(-26.11,-66.72);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle138 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle138, 'mouseover', function() {
infoWindow.setContent('2026-09-05 11:37:12
Magnitude : 5.1
Local : Catamarca Province, Argentina
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle138.center);
});
var point = new google.maps.LatLng(36.714,-9.646);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle139 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle139, 'mouseover', function() {
infoWindow.setContent('2026-09-05 13:25:16
Magnitude : 1.2
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle139.center);
});
var point = new google.maps.LatLng(-4.55,153.68);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle140 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle140, 'mouseover', function() {
infoWindow.setContent('2026-09-05 14:12:07
Magnitude : 5.5
Local : New Ireland Region, P.N.G.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle140.center);
});
var point = new google.maps.LatLng(41.088,-7.232);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle141 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle141, 'mouseover', function() {
infoWindow.setContent('2026-09-05 14:48:29
Magnitude : 0.8
Local : W Vila Nova de Foz Coa
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle141.center);
});
var point = new google.maps.LatLng(-19.81,170.16);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle142 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle142, 'mouseover', function() {
infoWindow.setContent('2026-09-05 17:02:11
Magnitude : 5.6
Local : Vanuatu Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle142.center);
});
var point = new google.maps.LatLng(38.722,-7.891);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle143 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle143, 'mouseover', function() {
infoWindow.setContent('2026-09-05 17:04:54
Magnitude : 0.4
Local : E Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle143.center);
});
var point = new google.maps.LatLng(52.27,-169.33);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle144 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle144, 'mouseover', function() {
infoWindow.setContent('2026-09-05 18:00:09
Magnitude : 4.9
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle144.center);
});
var point = new google.maps.LatLng(38.724,-7.895);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle145 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle145, 'mouseover', function() {
infoWindow.setContent('2026-09-05 18:36:06
Magnitude : 0.5
Local : E Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle145.center);
});
var point = new google.maps.LatLng(38.717,-7.897);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle146 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle146, 'mouseover', function() {
infoWindow.setContent('2026-09-05 18:38:08
Magnitude : 0.1
Local : E Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle146.center);
});
var point = new google.maps.LatLng(42.396,-8.096);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle147 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle147, 'mouseover', function() {
infoWindow.setContent('2026-09-05 19:31:27
Magnitude : 0.5
Local : NW Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle147.center);
});
var point = new google.maps.LatLng(34.339,-5.822);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3 * 9000
};
// Add the circle
sismoCircle148 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle148, 'mouseover', function() {
infoWindow.setContent('2026-09-05 20:00:07
Magnitude : 3
Local : NW Fez (Marr)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle148.center);
});
var point = new google.maps.LatLng(38.095,-26.385);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle149 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle149, 'mouseover', function() {
infoWindow.setContent('2026-09-05 22:54:59
Magnitude : 2.3
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle149.center);
});
var point = new google.maps.LatLng(36.44,-9.602);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle150 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle150, 'mouseover', function() {
infoWindow.setContent('2026-09-05 23:23:07
Magnitude : 0.7
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle150.center);
});
var point = new google.maps.LatLng(40.942,-8.855);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle151 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle151, 'mouseover', function() {
infoWindow.setContent('2026-09-05 23:42:50
Magnitude : 0.7
Local : SW Espinho
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle151.center);
});
var point = new google.maps.LatLng(36.506,-7.443);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle152 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle152, 'mouseover', function() {
infoWindow.setContent('2026-09-06 00:44:41
Magnitude : 0.7
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle152.center);
});
var point = new google.maps.LatLng(14.16,-93.25);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle153 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle153, 'mouseover', function() {
infoWindow.setContent('2026-09-06 02:56:32
Magnitude : 5.3
Local : Near Coast of Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle153.center);
});
var point = new google.maps.LatLng(36.642,-9.818);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle154 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle154, 'mouseover', function() {
infoWindow.setContent('2026-09-06 03:51:55
Magnitude : 1.4
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle154.center);
});
var point = new google.maps.LatLng(-11.06,162.52);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle155 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle155, 'mouseover', function() {
infoWindow.setContent('2026-09-06 04:05:30
Magnitude : 5.6
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle155.center);
});
var point = new google.maps.LatLng(36.997,-13.258);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle156 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle156, 'mouseover', function() {
infoWindow.setContent('2026-09-06 06:16:33
Magnitude : 1.5
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle156.center);
});
var point = new google.maps.LatLng(37.33,-8.602);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0 * 9000
};
// Add the circle
sismoCircle157 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle157, 'mouseover', function() {
infoWindow.setContent('2026-09-06 09:04:54
Magnitude : 0
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle157.center);
});
var point = new google.maps.LatLng(37.982,-9.009);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle158 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle158, 'mouseover', function() {
infoWindow.setContent('2026-09-06 09:42:52
Magnitude : 0.7
Local : NW Sines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle158.center);
});
var point = new google.maps.LatLng(42.326,-7.241);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle159 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle159, 'mouseover', function() {
infoWindow.setContent('2026-09-06 10:00:33
Magnitude : 0.5
Local : E Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle159.center);
});
var point = new google.maps.LatLng(36.808,-8.176);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle160 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle160, 'mouseover', function() {
infoWindow.setContent('2026-09-06 10:15:36
Magnitude : 2.6
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle160.center);
});
var point = new google.maps.LatLng(76.15,7.17);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle161 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle161, 'mouseover', function() {
infoWindow.setContent('2026-09-06 12:50:34
Magnitude : 4.7
Local : Svalbard Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle161.center);
});
var point = new google.maps.LatLng(36.986,-3.427);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle162 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle162, 'mouseover', function() {
infoWindow.setContent('2026-09-06 13:04:18
Magnitude : 2.1
Local : SE Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle162.center);
});
var point = new google.maps.LatLng(36.709,-7.686);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle163 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle163, 'mouseover', function() {
infoWindow.setContent('2026-09-06 16:13:43
Magnitude : 0.6
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle163.center);
});
var point = new google.maps.LatLng(38.842,-8.029);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle164 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle164, 'mouseover', function() {
infoWindow.setContent('2026-09-06 18:38:50
Magnitude : 0.3
Local : NW Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle164.center);
});
var point = new google.maps.LatLng(37.315,-8.499);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle165 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle165, 'mouseover', function() {
infoWindow.setContent('2026-09-06 19:21:59
Magnitude : 1.2
Local : E Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle165.center);
});
var point = new google.maps.LatLng(37.981,-9.061);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle166 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle166, 'mouseover', function() {
infoWindow.setContent('2026-09-06 20:40:33
Magnitude : 0.4
Local : W Sines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle166.center);
});
var point = new google.maps.LatLng(37.971,-26.35);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle167 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle167, 'mouseover', function() {
infoWindow.setContent('2026-09-06 22:55:58
Magnitude : 2.1
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle167.center);
});
var point = new google.maps.LatLng(-31.06,178.69);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle168 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle168, 'mouseover', function() {
infoWindow.setContent('2026-09-07 02:11:51
Magnitude : 5.1
Local : Kermadec Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle168.center);
});
var point = new google.maps.LatLng(38.988,-29.295);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle169 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle169, 'mouseover', function() {
infoWindow.setContent('2026-09-07 05:09:29
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle169.center);
});
var point = new google.maps.LatLng(38.168,-2.217);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle170 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle170, 'mouseover', function() {
infoWindow.setContent('2026-09-07 06:13:09
Magnitude : 2.5
Local : NE Almeria (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle170.center);
});
var point = new google.maps.LatLng(34.342,-5.789);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle171 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle171, 'mouseover', function() {
infoWindow.setContent('2026-09-07 08:27:29
Magnitude : 1.9
Local : NW Fez (Marr)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle171.center);
});
var point = new google.maps.LatLng(38.701,-29.16);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle172 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle172, 'mouseover', function() {
infoWindow.setContent('2026-09-07 09:35:24
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle172.center);
});
var point = new google.maps.LatLng(38.886,-29.121);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle173 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle173, 'mouseover', function() {
infoWindow.setContent('2026-09-07 11:16:17
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle173.center);
});
var point = new google.maps.LatLng(38.924,-29.291);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle174 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle174, 'mouseover', function() {
infoWindow.setContent('2026-09-07 14:48:15
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle174.center);
});
var point = new google.maps.LatLng(38.931,-29.349);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle175 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle175, 'mouseover', function() {
infoWindow.setContent('2026-09-07 15:50:30
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle175.center);
});
var point = new google.maps.LatLng(36.482,-9.884);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle176 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle176, 'mouseover', function() {
infoWindow.setContent('2026-09-07 21:33:14
Magnitude : 1.2
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle176.center);
});
var point = new google.maps.LatLng(38.63,-7.139);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle177 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle177, 'mouseover', function() {
infoWindow.setContent('2026-09-08 03:34:48
Magnitude : 0.4
Local : SW Olivença
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle177.center);
});
var point = new google.maps.LatLng(38.51,21.12);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle178 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle178, 'mouseover', function() {
infoWindow.setContent('2026-09-08 07:46:33
Magnitude : 4.5
Local : Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle178.center);
});
var point = new google.maps.LatLng(37.771,-25.347);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle179 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle179, 'mouseover', function() {
infoWindow.setContent('2026-09-08 13:44:19
Magnitude : 2.2
Local : Maciço das Furnas
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle179.center);
});
var point = new google.maps.LatLng(29.32,84.03);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle180 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle180, 'mouseover', function() {
infoWindow.setContent('2026-09-08 16:08:36
Magnitude : 5
Local : Xizang
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle180.center);
});
var point = new google.maps.LatLng(37.756,-25.35);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle181 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle181, 'mouseover', function() {
infoWindow.setContent('2026-09-08 16:41:52
Magnitude : 2.9
Local : Maciço das Furnas
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle181.center);
});
var point = new google.maps.LatLng(37.377,-8.408);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle182 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle182, 'mouseover', function() {
infoWindow.setContent('2026-09-08 17:22:22
Magnitude : 0.9
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle182.center);
});
var point = new google.maps.LatLng(37.501,-24.781);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle183 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle183, 'mouseover', function() {
infoWindow.setContent('2026-09-08 20:01:03
Magnitude : 2.5
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle183.center);
});
var point = new google.maps.LatLng(37.124,-8.864);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle184 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle184, 'mouseover', function() {
infoWindow.setContent('2026-09-08 20:39:52
Magnitude : 0.8
Local : NE Vila do Bispo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle184.center);
});
var point = new google.maps.LatLng(36.535,-9.776);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle185 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle185, 'mouseover', function() {
infoWindow.setContent('2026-09-08 22:06:40
Magnitude : 1.4
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle185.center);
});
var point = new google.maps.LatLng(36.026,-10.467);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle186 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle186, 'mouseover', function() {
infoWindow.setContent('2026-09-08 23:37:36
Magnitude : 1.4
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle186.center);
});
var point = new google.maps.LatLng(39.578,-13.347);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle187 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle187, 'mouseover', function() {
infoWindow.setContent('2026-09-08 23:52:10
Magnitude : 1.5
Local : Tore
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle187.center);
});
var point = new google.maps.LatLng(38.799,-27.76);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle188 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle188, 'mouseover', function() {
infoWindow.setContent('2026-09-09 00:30:56
Magnitude : 2.3
Local : Fossa Este Graciosa
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle188.center);
});
var point = new google.maps.LatLng(-54.88,-141.15);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle189 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle189, 'mouseover', function() {
infoWindow.setContent('2026-09-09 02:06:22
Magnitude : 5
Local : Pacific-Antarctic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle189.center);
});
var point = new google.maps.LatLng(38.585,-28.719);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle190 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle190, 'mouseover', function() {
infoWindow.setContent('2026-09-09 07:42:15
Magnitude : 2.1
Local : Caldeira (Faial)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle190.center);
});
var point = new google.maps.LatLng(36.664,-7.536);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle191 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle191, 'mouseover', function() {
infoWindow.setContent('2026-09-09 07:47:53
Magnitude : 0.9
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle191.center);
});
var point = new google.maps.LatLng(36.688,-7.88);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle192 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle192, 'mouseover', function() {
infoWindow.setContent('2026-09-09 11:57:31
Magnitude : 1.4
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle192.center);
});
var point = new google.maps.LatLng(38.461,-27.036);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle193 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle193, 'mouseover', function() {
infoWindow.setContent('2026-09-09 14:34:08
Magnitude : 2
Local : SE Terceira (Castromar)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle193.center);
});
var point = new google.maps.LatLng(38.434,-26.932);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle194 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle194, 'mouseover', function() {
infoWindow.setContent('2026-09-09 19:51:03
Magnitude : 2.2
Local : SE Terceira (Castromar)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle194.center);
});
var point = new google.maps.LatLng(38.461,-26.975);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle195 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle195, 'mouseover', function() {
infoWindow.setContent('2026-09-09 19:52:08
Magnitude : 2.1
Local : SE Terceira (Castromar)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle195.center);
});
var point = new google.maps.LatLng(36.85,-9.332);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle196 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle196, 'mouseover', function() {
infoWindow.setContent('2026-09-10 03:55:40
Magnitude : 1.1
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle196.center);
});
var point = new google.maps.LatLng(-4.02,-77.65);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle197 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle197, 'mouseover', function() {
infoWindow.setContent('2026-09-10 06:42:42
Magnitude : 5.1
Local : Northern Peru
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle197.center);
});
var point = new google.maps.LatLng(9.03,-84.06);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle198 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle198, 'mouseover', function() {
infoWindow.setContent('2026-09-10 08:26:53
Magnitude : 5
Local : Costa Rica
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle198.center);
});
var point = new google.maps.LatLng(32.852,-16.618);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle199 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle199, 'mouseover', function() {
infoWindow.setContent('2026-09-10 10:46:19
Magnitude : 1.6
Local : NE Machico (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle199.center);
});
var point = new google.maps.LatLng(36.669,-7.105);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle200 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle200, 'mouseover', function() {
infoWindow.setContent('2026-09-10 10:55:40
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle200.center);
});
var point = new google.maps.LatLng(36.1,-10.425);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle201 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle201, 'mouseover', function() {
infoWindow.setContent('2026-09-10 12:09:50
Magnitude : 1.8
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle201.center);
});
var point = new google.maps.LatLng(38.071,-8.293);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle202 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle202, 'mouseover', function() {
infoWindow.setContent('2026-09-10 13:01:57
Magnitude : 0.1
Local : W Ferreira do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle202.center);
});
var point = new google.maps.LatLng(42.932,-4.761);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle203 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle203, 'mouseover', function() {
infoWindow.setContent('2026-09-10 14:06:59
Magnitude : 3.2
Local : NE Léon (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle203.center);
});
var point = new google.maps.LatLng(36.839,-8.596);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle204 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle204, 'mouseover', function() {
infoWindow.setContent('2026-09-10 15:28:28
Magnitude : 1.1
Local : SE Lagos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle204.center);
});
var point = new google.maps.LatLng(37.326,-8.562);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle205 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle205, 'mouseover', function() {
infoWindow.setContent('2026-09-10 17:04:11
Magnitude : 0.5
Local : N Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle205.center);
});
var point = new google.maps.LatLng(36.684,-8.088);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle206 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle206, 'mouseover', function() {
infoWindow.setContent('2026-09-10 18:45:10
Magnitude : 1.5
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle206.center);
});
var point = new google.maps.LatLng(36.634,-7.397);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle207 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle207, 'mouseover', function() {
infoWindow.setContent('2026-09-10 19:18:40
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle207.center);
});
var point = new google.maps.LatLng(34.507,-16.116);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle208 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle208, 'mouseover', function() {
infoWindow.setContent('2026-09-10 20:31:15
Magnitude : 2.4
Local : N Porto Santo (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle208.center);
});
var point = new google.maps.LatLng(35.159,-4.648);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle209 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle209, 'mouseover', function() {
infoWindow.setContent('2026-09-10 22:47:07
Magnitude : 1.6
Local : W Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle209.center);
});
var point = new google.maps.LatLng(42.155,-7.146);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle210 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle210, 'mouseover', function() {
infoWindow.setContent('2026-09-10 23:03:36
Magnitude : 1
Local : NW Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle210.center);
});
var point = new google.maps.LatLng(33.496,-6.254);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle211 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle211, 'mouseover', function() {
infoWindow.setContent('2026-09-11 04:39:25
Magnitude : 1.5
Local : SE Rabat (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle211.center);
});
var point = new google.maps.LatLng(40.333,-7.557);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle212 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle212, 'mouseover', function() {
infoWindow.setContent('2026-09-11 06:10:10
Magnitude : 0.8
Local : SW Manteigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle212.center);
});
var point = new google.maps.LatLng(51.21,-178.54);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle213 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle213, 'mouseover', function() {
infoWindow.setContent('2026-09-11 10:47:12
Magnitude : 5.3
Local : Andreanof Islands, Aleutian Is.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle213.center);
});
var point = new google.maps.LatLng(-7.29,128.94);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.9 * 9000
};
// Add the circle
sismoCircle214 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle214, 'mouseover', function() {
infoWindow.setContent('2026-09-11 11:56:23
Magnitude : 5.9
Local : Banda Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle214.center);
});
var point = new google.maps.LatLng(37.322,-8.631);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle215 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle215, 'mouseover', function() {
infoWindow.setContent('2026-09-11 16:44:08
Magnitude : 0.1
Local : W Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle215.center);
});
var point = new google.maps.LatLng(36.566,-8.295);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle216 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle216, 'mouseover', function() {
infoWindow.setContent('2026-09-11 18:17:16
Magnitude : 1
Local : S Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle216.center);
});
var point = new google.maps.LatLng(35.673,-4.75);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle217 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle217, 'mouseover', function() {
infoWindow.setContent('2026-09-11 19:40:28
Magnitude : 2.3
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle217.center);
});
var point = new google.maps.LatLng(38.971,-29.321);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.3 * 9000
};
// Add the circle
sismoCircle218 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle218, 'mouseover', function() {
infoWindow.setContent('2026-09-11 20:47:04
Magnitude : 3.3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle218.center);
});
var point = new google.maps.LatLng(-5.09,106.9);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.6 * 9000
};
// Add the circle
sismoCircle219 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle219, 'mouseover', function() {
infoWindow.setContent('2026-09-11 21:23:55
Magnitude : 6.6
Local : Java, Indonesia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle219.center);
});
var point = new google.maps.LatLng(37.379,-24.628);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle220 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle220, 'mouseover', function() {
infoWindow.setContent('2026-09-11 23:54:30
Magnitude : 2
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle220.center);
});
var point = new google.maps.LatLng(37.377,-24.66);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle221 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle221, 'mouseover', function() {
infoWindow.setContent('2026-09-12 00:04:27
Magnitude : 2.4
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle221.center);
});
var point = new google.maps.LatLng(36.995,-14.6);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle222 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle222, 'mouseover', function() {
infoWindow.setContent('2026-09-12 02:59:57
Magnitude : 1.9
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle222.center);
});
var point = new google.maps.LatLng(37.444,-24.534);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle223 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle223, 'mouseover', function() {
infoWindow.setContent('2026-09-12 03:37:00
Magnitude : 3.2
Local : NE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle223.center);
});
var point = new google.maps.LatLng(42.941,-4.794);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle224 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle224, 'mouseover', function() {
infoWindow.setContent('2026-09-12 03:59:22
Magnitude : 2.3
Local : NE Léon (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle224.center);
});
var point = new google.maps.LatLng(38.954,-29.255);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3 * 9000
};
// Add the circle
sismoCircle225 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle225, 'mouseover', function() {
infoWindow.setContent('2026-09-12 04:31:21
Magnitude : 3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle225.center);
});
var point = new google.maps.LatLng(38.98,-29.249);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle226 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle226, 'mouseover', function() {
infoWindow.setContent('2026-09-12 04:38:12
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle226.center);
});
var point = new google.maps.LatLng(38.985,-29.216);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle227 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle227, 'mouseover', function() {
infoWindow.setContent('2026-09-12 06:22:14
Magnitude : 2.5
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle227.center);
});
var point = new google.maps.LatLng(38.98,-29.201);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle228 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle228, 'mouseover', function() {
infoWindow.setContent('2026-09-12 06:36:46
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle228.center);
});
var point = new google.maps.LatLng(38.691,-27.491);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle229 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle229, 'mouseover', function() {
infoWindow.setContent('2026-09-12 10:03:13
Magnitude : 2.4
Local : S Serreta (Terceira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle229.center);
});
var point = new google.maps.LatLng(36.171,-8.473);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle230 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle230, 'mouseover', function() {
infoWindow.setContent('2026-09-12 14:04:51
Magnitude : 1
Local : SW Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle230.center);
});
var point = new google.maps.LatLng(39.018,-29.273);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle231 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle231, 'mouseover', function() {
infoWindow.setContent('2026-09-12 14:23:06
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle231.center);
});
var point = new google.maps.LatLng(33.292,-17.15);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle232 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle232, 'mouseover', function() {
infoWindow.setContent('2026-09-12 15:16:22
Magnitude : 1.7
Local : N Porto Moniz (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle232.center);
});
var point = new google.maps.LatLng(38.14,20.26);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle233 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle233, 'mouseover', function() {
infoWindow.setContent('2026-09-12 17:51:45
Magnitude : 4.8
Local : Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle233.center);
});
var point = new google.maps.LatLng(37.988,-26.617);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle234 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle234, 'mouseover', function() {
infoWindow.setContent('2026-09-12 19:27:07
Magnitude : 2.3
Local : S Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle234.center);
});
var point = new google.maps.LatLng(37.323,-8.572);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle235 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle235, 'mouseover', function() {
infoWindow.setContent('2026-09-12 20:22:45
Magnitude : 0.9
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle235.center);
});
var point = new google.maps.LatLng(41.052,-8.454);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle236 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle236, 'mouseover', function() {
infoWindow.setContent('2026-09-12 20:28:51
Magnitude : 0.8
Local : SE Gondomar
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle236.center);
});
var point = new google.maps.LatLng(29.32,130.38);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle237 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle237, 'mouseover', function() {
infoWindow.setContent('2026-09-12 20:32:58
Magnitude : 5.1
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle237.center);
});
var point = new google.maps.LatLng(42.384,-8.12);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle238 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle238, 'mouseover', function() {
infoWindow.setContent('2026-09-12 20:53:16
Magnitude : 0.4
Local : NW Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle238.center);
});
var point = new google.maps.LatLng(42.121,-7.023);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle239 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle239, 'mouseover', function() {
infoWindow.setContent('2026-09-12 23:21:26
Magnitude : 1.5
Local : N Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle239.center);
});
var point = new google.maps.LatLng(37.034,-24.043);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle240 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle240, 'mouseover', function() {
infoWindow.setContent('2026-09-13 01:25:01
Magnitude : 2.2
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle240.center);
});
var point = new google.maps.LatLng(42.13,-6.97);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle241 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle241, 'mouseover', function() {
infoWindow.setContent('2026-09-13 05:28:29
Magnitude : 0.2
Local : N Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle241.center);
});
var point = new google.maps.LatLng(34.21,-16.392);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle242 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle242, 'mouseover', function() {
infoWindow.setContent('2026-09-13 05:35:17
Magnitude : 2
Local : N Porto Santo (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle242.center);
});
var point = new google.maps.LatLng(35.606,-3.768);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle243 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle243, 'mouseover', function() {
infoWindow.setContent('2026-09-13 09:13:04
Magnitude : 1.9
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle243.center);
});
var point = new google.maps.LatLng(42.088,-7.034);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle244 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle244, 'mouseover', function() {
infoWindow.setContent('2026-09-13 11:34:52
Magnitude : 0.5
Local : N Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle244.center);
});
var point = new google.maps.LatLng(37.656,-3.309);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle245 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle245, 'mouseover', function() {
infoWindow.setContent('2026-09-13 14:01:50
Magnitude : 1.6
Local : NE Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle245.center);
});
var point = new google.maps.LatLng(36.365,-7.744);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle246 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle246, 'mouseover', function() {
infoWindow.setContent('2026-09-13 14:53:46
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle246.center);
});
var point = new google.maps.LatLng(38.781,-7.969);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle247 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle247, 'mouseover', function() {
infoWindow.setContent('2026-09-13 16:03:36
Magnitude : 0.4
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle247.center);
});
var point = new google.maps.LatLng(36.368,-9.841);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle248 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle248, 'mouseover', function() {
infoWindow.setContent('2026-09-13 17:05:23
Magnitude : 1.6
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle248.center);
});
var point = new google.maps.LatLng(38.516,-8.031);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle249 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle249, 'mouseover', function() {
infoWindow.setContent('2026-09-13 17:09:38
Magnitude : 1
Local : SW Evora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle249.center);
});
var point = new google.maps.LatLng(42.278,-7.77);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle250 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle250, 'mouseover', function() {
infoWindow.setContent('2026-09-13 19:01:39
Magnitude : 0.9
Local : SE Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle250.center);
});
var point = new google.maps.LatLng(37.313,-8.598);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle251 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle251, 'mouseover', function() {
infoWindow.setContent('2026-09-13 20:48:30
Magnitude : 0.6
Local : W Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle251.center);
});
var point = new google.maps.LatLng(41.083,-7.101);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle252 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle252, 'mouseover', function() {
infoWindow.setContent('2026-09-14 01:28:26
Magnitude : 0.1
Local : E Vila Nova de Foz Coa
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle252.center);
});
var point = new google.maps.LatLng(24.42,-45.46);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle253 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle253, 'mouseover', function() {
infoWindow.setContent('2026-09-14 02:56:14
Magnitude : 4.7
Local : Northern Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle253.center);
});
var point = new google.maps.LatLng(37.34,-8.521);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle254 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle254, 'mouseover', function() {
infoWindow.setContent('2026-09-14 03:15:22
Magnitude : 1
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle254.center);
});
var point = new google.maps.LatLng(41.678,-8.451);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle255 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle255, 'mouseover', function() {
infoWindow.setContent('2026-09-14 03:36:55
Magnitude : 1.2
Local : NW Vila Verde
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle255.center);
});
var point = new google.maps.LatLng(40.694,-29.065);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle256 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle256, 'mouseover', function() {
infoWindow.setContent('2026-09-14 08:15:24
Magnitude : 2.8
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle256.center);
});
var point = new google.maps.LatLng(39.249,-8.297);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle257 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle257, 'mouseover', function() {
infoWindow.setContent('2026-09-14 08:26:46
Magnitude : 0.4
Local : SE Chamusca
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle257.center);
});
var point = new google.maps.LatLng(2.42,128.17);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle258 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle258, 'mouseover', function() {
infoWindow.setContent('2026-09-14 10:58:03
Magnitude : 5.6
Local : Halmahera, Indonesia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle258.center);
});
var point = new google.maps.LatLng(40.325,-7.556);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle259 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle259, 'mouseover', function() {
infoWindow.setContent('2026-09-14 13:47:13
Magnitude : 1.5
Local : NW Covilhã
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle259.center);
});
var point = new google.maps.LatLng(-8.95,157.74);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle260 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle260, 'mouseover', function() {
infoWindow.setContent('2026-09-14 16:15:05
Magnitude : 5.2
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle260.center);
});
var point = new google.maps.LatLng(37.224,-7.316);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle261 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle261, 'mouseover', function() {
infoWindow.setContent('2026-09-14 17:20:36
Magnitude : 1.6
Local : NE V.R.Sto António
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle261.center);
});
var point = new google.maps.LatLng(37.345,-8.493);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle262 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle262, 'mouseover', function() {
infoWindow.setContent('2026-09-14 18:23:56
Magnitude : 0.6
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle262.center);
});
var point = new google.maps.LatLng(-3.73,-77.36);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle263 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle263, 'mouseover', function() {
infoWindow.setContent('2026-09-14 19:16:49
Magnitude : 4.8
Local : Peru-Ecuador Border Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle263.center);
});
var point = new google.maps.LatLng(4.49,-76.74);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle264 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle264, 'mouseover', function() {
infoWindow.setContent('2026-09-14 20:02:04
Magnitude : 4.9
Local : Colombia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle264.center);
});
var point = new google.maps.LatLng(15.09,-104.44);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle265 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle265, 'mouseover', function() {
infoWindow.setContent('2026-09-14 20:38:59
Magnitude : 5.3
Local : Off Coast of Michoacan, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle265.center);
});
var point = new google.maps.LatLng(4.53,-76.89);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle266 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle266, 'mouseover', function() {
infoWindow.setContent('2026-09-14 21:13:15
Magnitude : 4.9
Local : Colombia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle266.center);
});
var point = new google.maps.LatLng(35.283,-4.108);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle267 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle267, 'mouseover', function() {
infoWindow.setContent('2026-09-15 05:17:59
Magnitude : 1.6
Local : W Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle267.center);
});
var point = new google.maps.LatLng(42.456,-7.337);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle268 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle268, 'mouseover', function() {
infoWindow.setContent('2026-09-15 20:56:22
Magnitude : 0.9
Local : NE Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle268.center);
});
var point = new google.maps.LatLng(42.707,-7.695);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle269 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle269, 'mouseover', function() {
infoWindow.setContent('2026-09-15 21:01:50
Magnitude : 1.7
Local : SW Lugo (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle269.center);
});
var point = new google.maps.LatLng(38.173,-8.171);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle270 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle270, 'mouseover', function() {
infoWindow.setContent('2026-09-15 23:20:29
Magnitude : 1.1
Local : NW Ferreira do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle270.center);
});
var point = new google.maps.LatLng(42.425,-7.155);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle271 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle271, 'mouseover', function() {
infoWindow.setContent('2026-09-16 00:27:15
Magnitude : 0.9
Local : E Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle271.center);
});
var point = new google.maps.LatLng(34.398,-5.655);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle272 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle272, 'mouseover', function() {
infoWindow.setContent('2026-09-16 00:59:48
Magnitude : 1.9
Local : NW Fez (Marr)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle272.center);
});
var point = new google.maps.LatLng(14.03,-92.45);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle273 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle273, 'mouseover', function() {
infoWindow.setContent('2026-09-16 03:45:03
Magnitude : 5
Local : Near Coast of Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle273.center);
});
var point = new google.maps.LatLng(6.1,-77.81);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle274 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle274, 'mouseover', function() {
infoWindow.setContent('2026-09-16 07:02:13
Magnitude : 4.8
Local : Near West Coast of Colombia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle274.center);
});
var point = new google.maps.LatLng(36.904,-3.475);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle275 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle275, 'mouseover', function() {
infoWindow.setContent('2026-09-16 07:54:06
Magnitude : 2.9
Local : SE Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle275.center);
});
var point = new google.maps.LatLng(36.437,-9.655);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle276 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle276, 'mouseover', function() {
infoWindow.setContent('2026-09-16 10:04:12
Magnitude : 2
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle276.center);
});
var point = new google.maps.LatLng(36.776,-7.133);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle277 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle277, 'mouseover', function() {
infoWindow.setContent('2026-09-16 10:08:31
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle277.center);
});
}