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.8568,-69.5045)};var g_49616ab5001dd01538f33c56818f9478 = new google.maps.Geocoder();g_49616ab5001dd01538f33c56818f9478.geocode( { 'address': "2578 Bristol Rd, New Harbor, ME 04554"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-harbor-ME-damariscotta-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('new-harbor-ME-damariscotta-bank-trust-co'), mapOptions);}document.getElementById('f2a907d2').innerHTML += ' | View Map';var $l49616ab5001dd01538f33c56818f9478 = '

Damariscotta Bank & Trust Co

Address: 2578 Bristol Rd, New Harbor, ME 04554
Phone: (207) 677-2381
';var m_49616ab5001dd01538f33c56818f9478 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Damariscotta Bank & Trust Co',});m_49616ab5001dd01538f33c56818f9478['infowindow'] = new google.maps.InfoWindow({content: $l49616ab5001dd01538f33c56818f9478});var infowindow = new google.maps.InfoWindow({content: $l49616ab5001dd01538f33c56818f9478});google.maps.event.addListener(m_49616ab5001dd01538f33c56818f9478, 'click', function() {infowindow.open(map,m_49616ab5001dd01538f33c56818f9478);});$marker.push(m_49616ab5001dd01538f33c56818f9478);}});}google.maps.event.addDomListener(window, 'load', initialize);