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.6459,-70.9975)};var g_442d858de2f6f6ee44d36cd88a46669f = new google.maps.Geocoder();g_442d858de2f6f6ee44d36cd88a46669f.geocode( { 'address': "502 State Rd, North Dartmouth, MA 02747"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-dartmouth-MA-bristol-county-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-dartmouth-MA-bristol-county-savings-bank'), mapOptions);}document.getElementById('31e13f9b').innerHTML += ' | View Map';var $l442d858de2f6f6ee44d36cd88a46669f = '

Bristol County Savings Bank

Address: 502 State Rd, North Dartmouth, MA 02747
Phone: (508) 993-3603
';var m_442d858de2f6f6ee44d36cd88a46669f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bristol County Savings Bank',});m_442d858de2f6f6ee44d36cd88a46669f['infowindow'] = new google.maps.InfoWindow({content: $l442d858de2f6f6ee44d36cd88a46669f});var infowindow = new google.maps.InfoWindow({content: $l442d858de2f6f6ee44d36cd88a46669f});google.maps.event.addListener(m_442d858de2f6f6ee44d36cd88a46669f, 'click', function() {infowindow.open(map,m_442d858de2f6f6ee44d36cd88a46669f);});$marker.push(m_442d858de2f6f6ee44d36cd88a46669f);}});}google.maps.event.addDomListener(window, 'load', initialize);