Quem quiser aqui fica como continuar a ter os mapas da google no site do geocaching.
Usem o Firefox, vão ao site: https://addons.mozilla.org/pt-br/firefo ... asemonkey/ e façam download do programa greasemonkey.
Depois vão ao site: http://userscripts.org/scripts/show/116103 e façam (canto superior direito) install.
Depois de terem tirado o script do link, editem o script.
Tools->Greasemonkey->Manage User Scrips->Options (Geocaching.com Beta-map Eniro topo) -> Edit this User Script
Copiem isto:
// ==UserScript==
// @name Geocaching.com Beta-map Eniro topo
// @namespace gccomenirotopo
// @include http://www.geocaching.com/map/default.aspx*
// ==/UserScript==
if (navigator.appName.indexOf('Opera') == -1) {
layers = unsafeWindow.Groundspeak.Map.MapLayers;
} else {
layers = Groundspeak.Map.MapLayers;
}
layers.push(
{
tileUrl: 'http://ed-map-fi.wide.basefarm.net/ol_tiles/fi/topo/{z}/{x}/{y}.png',
name: 'enirotopo',
alt: 'Eniro Topo',
attribution: 'Topo maps provided by Eniro',
tileSize: 256,
minZoom: 0,
maxZoom: 18
});
layers.push(
{tileUrl:"http://mt.google.com/vt?x={x}&y={y}&z={z}",name:"googlemaps",alt:"Google maps",attribution:"Google maps",subdomains:"1234",tileSize:256,minZoom:0,maxZoom:18});
layers.push(
{tileUrl:"http://mt0.google.com/vt/lyrs=s@110&hl=en&x={x}&y={y}&z={z}",name:"googlemaps",alt:"Google Maps (Satellite)",attribution:"Google maps",subdomains:"1234",tileSize:256,minZoom:0,maxZoom:18});
layers.push(
{tileUrl:"http://mt0.google.com/vt/v=w2p.110&hl=en&x={x}&y={y}&z={z}",name:"googlemaps",alt:"Google Maps (Terrain)",attribution:"Google maps",subdomains:"1234",tileSize:256,minZoom:0,maxZoom:18});
Façam save

Isto de certeza que é apenas uma solução temporária, a GS entretanto deve disponibilizar uma solução "cliente side" para todos os geocachers. ;)