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(41.6447,-70.885)};var g_a661c28041b100e3187b142c4e5b3c9d = new google.maps.Geocoder();g_a661c28041b100e3187b142c4e5b3c9d.geocode( { 'address': "75 Alden Rd, Fairhaven, MA 02719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairhaven-MA-baycoast-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairhaven-MA-baycoast-bank'), mapOptions);}document.getElementById('653cc508').innerHTML += ' | View Map';var $la661c28041b100e3187b142c4e5b3c9d = '

BayCoast Bank

Address: 75 Alden Rd, Fairhaven, MA 02719, USA
Phone: (508) 992-7251
';var m_a661c28041b100e3187b142c4e5b3c9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BayCoast Bank',});m_a661c28041b100e3187b142c4e5b3c9d['infowindow'] = new google.maps.InfoWindow({content: $la661c28041b100e3187b142c4e5b3c9d});var infowindow = new google.maps.InfoWindow({content: $la661c28041b100e3187b142c4e5b3c9d});google.maps.event.addListener(m_a661c28041b100e3187b142c4e5b3c9d, 'click', function() {infowindow.open(map,m_a661c28041b100e3187b142c4e5b3c9d);});$marker.push(m_a661c28041b100e3187b142c4e5b3c9d);}});}google.maps.event.addDomListener(window, 'load', initialize);