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_893cba398418b8cfd0fe1a08e83f6224 = new google.maps.Geocoder();g_893cba398418b8cfd0fe1a08e83f6224.geocode( { 'address': "283 Upper Main St, Damariscotta, ME 04543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damariscotta-ME-first-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('damariscotta-ME-first-federal-savings'), mapOptions);}document.getElementById('6de1b894').innerHTML += ' | View Map';var $l893cba398418b8cfd0fe1a08e83f6224 = '

First Federal Savings

Address: 283 Upper Main St, Damariscotta, ME 04543
Phone: (207) 563-5564
';var m_893cba398418b8cfd0fe1a08e83f6224 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings',});m_893cba398418b8cfd0fe1a08e83f6224['infowindow'] = new google.maps.InfoWindow({content: $l893cba398418b8cfd0fe1a08e83f6224});var infowindow = new google.maps.InfoWindow({content: $l893cba398418b8cfd0fe1a08e83f6224});google.maps.event.addListener(m_893cba398418b8cfd0fe1a08e83f6224, 'click', function() {infowindow.open(map,m_893cba398418b8cfd0fe1a08e83f6224);});$marker.push(m_893cba398418b8cfd0fe1a08e83f6224);}});}google.maps.event.addDomListener(window, 'load', initialize);