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_df6c9756b2334cc5008c115486124bfe = new google.maps.Geocoder();g_df6c9756b2334cc5008c115486124bfe.geocode( { 'address': "25 Main St, Damariscotta, ME 04543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damariscotta-ME-damariscotta-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('damariscotta-ME-damariscotta-bank-trust-co'), mapOptions);}document.getElementById('bd8f0115').innerHTML += ' | View Map';var $ldf6c9756b2334cc5008c115486124bfe = '

Damariscotta Bank & Trust Co

Address: 25 Main St, Damariscotta, ME 04543
Phone: (207) 563-8121
';var m_df6c9756b2334cc5008c115486124bfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Damariscotta Bank & Trust Co',});m_df6c9756b2334cc5008c115486124bfe['infowindow'] = new google.maps.InfoWindow({content: $ldf6c9756b2334cc5008c115486124bfe});var infowindow = new google.maps.InfoWindow({content: $ldf6c9756b2334cc5008c115486124bfe});google.maps.event.addListener(m_df6c9756b2334cc5008c115486124bfe, 'click', function() {infowindow.open(map,m_df6c9756b2334cc5008c115486124bfe);});$marker.push(m_df6c9756b2334cc5008c115486124bfe);}});}google.maps.event.addDomListener(window, 'load', initialize);