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.6848,-70.3571)};var g_e6f9a55ae660a308ae49c7def7d967be = new google.maps.Geocoder();g_e6f9a55ae660a308ae49c7def7d967be.geocode( { 'address': "2 Hannaford Dr, Westbrook, ME 04092"}, 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('5b406f75').innerHTML += ' | View Map';var $le6f9a55ae660a308ae49c7def7d967be = '

Saco & Biddeford Savings Institution

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