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.4246,-69.0227)};var g_06291ee84397cf9eada3e0c7501c4ba0 = new google.maps.Geocoder();g_06291ee84397cf9eada3e0c7501c4ba0.geocode( { 'address': "1 Belmont Ave, Belfast, ME 04915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belfast-ME-damariscotta-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('belfast-ME-damariscotta-bank-and-trust'), mapOptions);}document.getElementById('9700798c').innerHTML += ' | View Map';var $l06291ee84397cf9eada3e0c7501c4ba0 = '

Damariscotta Bank and Trust

Address: 1 Belmont Ave, Belfast, ME 04915, USA
Phone: (207) 338-0500
';var m_06291ee84397cf9eada3e0c7501c4ba0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Damariscotta Bank and Trust',});m_06291ee84397cf9eada3e0c7501c4ba0['infowindow'] = new google.maps.InfoWindow({content: $l06291ee84397cf9eada3e0c7501c4ba0});var infowindow = new google.maps.InfoWindow({content: $l06291ee84397cf9eada3e0c7501c4ba0});google.maps.event.addListener(m_06291ee84397cf9eada3e0c7501c4ba0, 'click', function() {infowindow.open(map,m_06291ee84397cf9eada3e0c7501c4ba0);});$marker.push(m_06291ee84397cf9eada3e0c7501c4ba0);}});}google.maps.event.addDomListener(window, 'load', initialize);