// LocationName, Latitude, Longitude, ZoomLevel
var gmLocations = new Array();
gmLocations[gmLocations.length] = new Array("All destinations in Europe",                "50.111.528", "8.680.584", 3);
gmLocations[gmLocations.length] = new Array("Great Britain, Ireland ",    "54.927.141", "-3.295.898", 5);
gmLocations[gmLocations.length] = new Array("Scandinavia","58.031.372", "12.656.250", 5);
gmLocations[gmLocations.length] = new Array("Baltic Sea","57.539.416",       "19.995.117", 5);
gmLocations[gmLocations.length] = new Array("Spain: Balearic Islands",         "39.977.120", "2.032.470703125", 7);
gmLocations[gmLocations.length] = new Array("Spain: Canary Islands",          "28.459.033", "-15.325.927734375", 7);
gmLocations[gmLocations.length] = new Array("Spain: North ",           "41.918.628", "-5.734.86328125", 6);
gmLocations[gmLocations.length] = new Array("Spain, Morocco",          "36.191.092", "-3.186.03515625", 6);
gmLocations[gmLocations.length] = new Array("Corsica, Sardinia, Tunisia, Italy", "39.249.270", "10.722.656", 6);
gmLocations[gmLocations.length] = new Array("Adriatic Sea",                     "42.617.791", "15.534.667", 6);
gmLocations[gmLocations.length] = new Array("Greece",              "37.788.081", "23.642.578", 6);