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(44.0309,-69.4895)};var g_125a45a5b6f92225bc9ab9e6568647fc = new google.maps.Geocoder();g_125a45a5b6f92225bc9ab9e6568647fc.geocode( { 'address': "4 Coastal Market Dr, Damariscotta, ME 04543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damariscotta-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('damariscotta-ME-camden-national-bank'), mapOptions);}document.getElementById('f7b696f5').innerHTML += ' | View Map';var $l125a45a5b6f92225bc9ab9e6568647fc = '

Camden National Bank

Address: 4 Coastal Market Dr, Damariscotta, ME 04543
Phone: (207) 563-8222
';var m_125a45a5b6f92225bc9ab9e6568647fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_125a45a5b6f92225bc9ab9e6568647fc['infowindow'] = new google.maps.InfoWindow({content: $l125a45a5b6f92225bc9ab9e6568647fc});var infowindow = new google.maps.InfoWindow({content: $l125a45a5b6f92225bc9ab9e6568647fc});google.maps.event.addListener(m_125a45a5b6f92225bc9ab9e6568647fc, 'click', function() {infowindow.open(map,m_125a45a5b6f92225bc9ab9e6568647fc);});$marker.push(m_125a45a5b6f92225bc9ab9e6568647fc);}});}google.maps.event.addDomListener(window, 'load', initialize);