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.5712,-71.0027)};var g_73e0f7487b8e5297182c5a711d20bf26 = new google.maps.Geocoder();g_73e0f7487b8e5297182c5a711d20bf26.geocode( { 'address': "714 Dartmouth St, Dartmouth, MA 02748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dartmouth-MA-bay-coast-bank').style.display = '';map = new google.maps.Map(document.getElementById('dartmouth-MA-bay-coast-bank'), mapOptions);}document.getElementById('a0f19b76').innerHTML += ' | View Map';var $l73e0f7487b8e5297182c5a711d20bf26 = '

Bay Coast Bank

Address: 714 Dartmouth St, Dartmouth, MA 02748
Phone: (508) 999-1649
';var m_73e0f7487b8e5297182c5a711d20bf26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Coast Bank',});m_73e0f7487b8e5297182c5a711d20bf26['infowindow'] = new google.maps.InfoWindow({content: $l73e0f7487b8e5297182c5a711d20bf26});var infowindow = new google.maps.InfoWindow({content: $l73e0f7487b8e5297182c5a711d20bf26});google.maps.event.addListener(m_73e0f7487b8e5297182c5a711d20bf26, 'click', function() {infowindow.open(map,m_73e0f7487b8e5297182c5a711d20bf26);});$marker.push(m_73e0f7487b8e5297182c5a711d20bf26);}});}google.maps.event.addDomListener(window, 'load', initialize);