// LocationName, Latitude, Longitude, ZoomLevel
var gmLocations = new Array();
gmLocations[gmLocations.length] = new Array("Alle Ziele",                "50.111.528", "8.680.584", 3);
gmLocations[gmLocations.length] = new Array("Großbritannien, Irland",    "54.927.141", "-3.295.898", 5);
gmLocations[gmLocations.length] = new Array("Skandinavien","58.031.372", "12.656.250", 5);
gmLocations[gmLocations.length] = new Array("Ostsee","57.539.416",       "19.995.117", 5);
gmLocations[gmLocations.length] = new Array("Spanien: Balearen",         "39.977.120", "2.032.470703125", 7);
gmLocations[gmLocations.length] = new Array("Spanien: Kanaren",          "28.459.033", "-15.325.927734375", 7);
gmLocations[gmLocations.length] = new Array("Spanien: Norden",           "41.918.628", "-5.734.86328125", 6);
gmLocations[gmLocations.length] = new Array("Spanien, Marokko",          "36.191.092", "-3.186.03515625", 6);
gmLocations[gmLocations.length] = new Array("Korsika, Sardinien, Tunesien, Italien", "39.249.270", "10.722.656", 6);
gmLocations[gmLocations.length] = new Array("Adria",                     "42.617.791", "15.534.667", 6);
gmLocations[gmLocations.length] = new Array("Griechenland",              "37.788.081", "23.642.578", 6);