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.8287,-68.3652)};var g_7ceb78a20d03420f483f52c78cc4358e = new google.maps.Geocoder();g_7ceb78a20d03420f483f52c78cc4358e.geocode( { 'address': "248 State St, Ellsworth, ME 04605"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellsworth-ME-machias-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ellsworth-ME-machias-savings-bank'), mapOptions);}document.getElementById('c5dc6baf').innerHTML += ' | View Map';var $l7ceb78a20d03420f483f52c78cc4358e = '

Machias Savings Bank

Address: 248 State St, Ellsworth, ME 04605
Phone: (207) 667-1484
';var m_7ceb78a20d03420f483f52c78cc4358e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Machias Savings Bank',});m_7ceb78a20d03420f483f52c78cc4358e['infowindow'] = new google.maps.InfoWindow({content: $l7ceb78a20d03420f483f52c78cc4358e});var infowindow = new google.maps.InfoWindow({content: $l7ceb78a20d03420f483f52c78cc4358e});google.maps.event.addListener(m_7ceb78a20d03420f483f52c78cc4358e, 'click', function() {infowindow.open(map,m_7ceb78a20d03420f483f52c78cc4358e);});$marker.push(m_7ceb78a20d03420f483f52c78cc4358e);}});}google.maps.event.addDomListener(window, 'load', initialize);