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.0312,-69.5241)};var g_2d88a75f1572f2e83104100f6f226afb = new google.maps.Geocoder();g_2d88a75f1572f2e83104100f6f226afb.geocode( { 'address': "Main St, Damariscotta, ME 04543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damariscotta-ME-first-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('damariscotta-ME-first-federal-bank'), mapOptions);}document.getElementById('01d8e5bf').innerHTML += ' | View Map';var $l2d88a75f1572f2e83104100f6f226afb = '

First Federal Bank

Address: Main St, Damariscotta, ME 04543, USA
Phone:
';var m_2d88a75f1572f2e83104100f6f226afb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Bank',});m_2d88a75f1572f2e83104100f6f226afb['infowindow'] = new google.maps.InfoWindow({content: $l2d88a75f1572f2e83104100f6f226afb});var infowindow = new google.maps.InfoWindow({content: $l2d88a75f1572f2e83104100f6f226afb});google.maps.event.addListener(m_2d88a75f1572f2e83104100f6f226afb, 'click', function() {infowindow.open(map,m_2d88a75f1572f2e83104100f6f226afb);});$marker.push(m_2d88a75f1572f2e83104100f6f226afb);}});}google.maps.event.addDomListener(window, 'load', initialize);