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.8731,-69.5012)};var g_9683cc5f89562ea48e72bb321d9f03fb = new google.maps.Geocoder();g_9683cc5f89562ea48e72bb321d9f03fb.geocode( { 'address': "ME-130, New Harbor, ME 04554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-ME-damariscotta-bank--trust-company').style.display = '';map = new google.maps.Map(document.getElementById('bristol-ME-damariscotta-bank--trust-company'), mapOptions);}document.getElementById('8145b045').innerHTML += ' | View Map';var $l9683cc5f89562ea48e72bb321d9f03fb = '

Damariscotta Bank & Trust Company

Address: ME-130, New Harbor, ME 04554, USA
Phone:
';var m_9683cc5f89562ea48e72bb321d9f03fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Damariscotta Bank & Trust Company',});m_9683cc5f89562ea48e72bb321d9f03fb['infowindow'] = new google.maps.InfoWindow({content: $l9683cc5f89562ea48e72bb321d9f03fb});var infowindow = new google.maps.InfoWindow({content: $l9683cc5f89562ea48e72bb321d9f03fb});google.maps.event.addListener(m_9683cc5f89562ea48e72bb321d9f03fb, 'click', function() {infowindow.open(map,m_9683cc5f89562ea48e72bb321d9f03fb);});$marker.push(m_9683cc5f89562ea48e72bb321d9f03fb);}});}google.maps.event.addDomListener(window, 'load', initialize);