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.5264,-70.3922)};var g_525839b729d6299a45cb653e3d16a849 = new google.maps.Geocoder();g_525839b729d6299a45cb653e3d16a849.geocode( { 'address': "2 Portland Ave, Old Orchard Beach, ME 04064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-orchard-beach-ME-saco-biddeford-savings-institution').style.display = '';map = new google.maps.Map(document.getElementById('old-orchard-beach-ME-saco-biddeford-savings-institution'), mapOptions);}document.getElementById('bf498b32').innerHTML += ' | View Map';var $l525839b729d6299a45cb653e3d16a849 = '

Saco & Biddeford Savings Institution

Address: 2 Portland Ave, Old Orchard Beach, ME 04064
Phone: (207) 934-2191
';var m_525839b729d6299a45cb653e3d16a849 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saco & Biddeford Savings Institution',});m_525839b729d6299a45cb653e3d16a849['infowindow'] = new google.maps.InfoWindow({content: $l525839b729d6299a45cb653e3d16a849});var infowindow = new google.maps.InfoWindow({content: $l525839b729d6299a45cb653e3d16a849});google.maps.event.addListener(m_525839b729d6299a45cb653e3d16a849, 'click', function() {infowindow.open(map,m_525839b729d6299a45cb653e3d16a849);});$marker.push(m_525839b729d6299a45cb653e3d16a849);}});}google.maps.event.addDomListener(window, 'load', initialize);