function map_load_values() { 
	map["current_active"] = 0;
	map["title_offset_x"] = -8
	map["title_offset_y"] = -26
	map["img_dom"] = "bn"
	map["icon_image"] = "http://www.greencoast.se/fileadmin/images/red_spot3.png"
	map.text.restore = "Visa"
	map["encodedPolyline"] = false
	var boundaries = new google.maps.LatLngBounds(new google.maps.LatLng(58.52702934,15.72395309), new google.maps.LatLng(59.51252666,18.36570691));
	var overlay = new google.maps.GroundOverlay("http://www.gronakusten.se/fileadmin/images/utflyktsvagen-overlay7.png", boundaries);
	overlay.setMap(map.map)
}