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.865,-71.123)};var g_20010e51a1d051a0d80c04d0aeea1e3a = new google.maps.Geocoder();g_20010e51a1d051a0d80c04d0aeea1e3a.geocode( { 'address': "438 Spring St, North Dighton, MA 02764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dighton-MA-baycoast-bank').style.display = '';map = new google.maps.Map(document.getElementById('dighton-MA-baycoast-bank'), mapOptions);}document.getElementById('de75eb01').innerHTML += ' | View Map';var $l20010e51a1d051a0d80c04d0aeea1e3a = '

BayCoast Bank

Address: 438 Spring St, North Dighton, MA 02764, USA
Phone: (508) 824-6161
';var m_20010e51a1d051a0d80c04d0aeea1e3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BayCoast Bank',});m_20010e51a1d051a0d80c04d0aeea1e3a['infowindow'] = new google.maps.InfoWindow({content: $l20010e51a1d051a0d80c04d0aeea1e3a});var infowindow = new google.maps.InfoWindow({content: $l20010e51a1d051a0d80c04d0aeea1e3a});google.maps.event.addListener(m_20010e51a1d051a0d80c04d0aeea1e3a, 'click', function() {infowindow.open(map,m_20010e51a1d051a0d80c04d0aeea1e3a);});$marker.push(m_20010e51a1d051a0d80c04d0aeea1e3a);}});}google.maps.event.addDomListener(window, 'load', initialize);