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(43.6771,-70.3568)};var g_a82aa592bcb18927be6f9a65db1f7c06 = new google.maps.Geocoder();g_a82aa592bcb18927be6f9a65db1f7c06.geocode( { 'address': "2 Hannaford Dr, Westbrook, ME 04092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westbrook-ME-saco--biddeford-savings-institution').style.display = '';map = new google.maps.Map(document.getElementById('westbrook-ME-saco--biddeford-savings-institution'), mapOptions);}document.getElementById('d00d350d').innerHTML += ' | View Map';var $la82aa592bcb18927be6f9a65db1f7c06 = '

Saco & Biddeford Savings Institution

Address: 2 Hannaford Dr, Westbrook, ME 04092, USA
Phone: (207) 284-4591
';var m_a82aa592bcb18927be6f9a65db1f7c06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saco & Biddeford Savings Institution',});m_a82aa592bcb18927be6f9a65db1f7c06['infowindow'] = new google.maps.InfoWindow({content: $la82aa592bcb18927be6f9a65db1f7c06});var infowindow = new google.maps.InfoWindow({content: $la82aa592bcb18927be6f9a65db1f7c06});google.maps.event.addListener(m_a82aa592bcb18927be6f9a65db1f7c06, 'click', function() {infowindow.open(map,m_a82aa592bcb18927be6f9a65db1f7c06);});$marker.push(m_a82aa592bcb18927be6f9a65db1f7c06);}});}google.maps.event.addDomListener(window, 'load', initialize);