var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(43.3928,-70.5339)};var g_1bfab4f802cab559f9188ea9be6ed12d = new google.maps.Geocoder();g_1bfab4f802cab559f9188ea9be6ed12d.geocode( { 'address': "36 Portland Rd, Kennebunk, ME 04043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennebunk-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kennebunk-ME-camden-national-bank'), mapOptions);}document.getElementById('79c1bd90').innerHTML += ' | View Map';var $l1bfab4f802cab559f9188ea9be6ed12d = '

Camden National Bank

Address: 36 Portland Rd, Kennebunk, ME 04043, USA
Phone: (207) 985-9222
';var m_1bfab4f802cab559f9188ea9be6ed12d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_1bfab4f802cab559f9188ea9be6ed12d['infowindow'] = new google.maps.InfoWindow({content: $l1bfab4f802cab559f9188ea9be6ed12d});var infowindow = new google.maps.InfoWindow({content: $l1bfab4f802cab559f9188ea9be6ed12d});google.maps.event.addListener(m_1bfab4f802cab559f9188ea9be6ed12d, 'click', function() {infowindow.open(map,m_1bfab4f802cab559f9188ea9be6ed12d);});$marker.push(m_1bfab4f802cab559f9188ea9be6ed12d);}});}google.maps.event.addDomListener(window, 'load', initialize);