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.7164,-71.1381)};var g_a666207268130f1d938c0dda6bd9fc21 = new google.maps.Geocoder();g_a666207268130f1d938c0dda6bd9fc21.geocode( { 'address': "215 Pleasant St, Fall River, MA 02721"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fall-river-MA-bristol-county-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('fall-river-MA-bristol-county-savings-bank'), mapOptions);}document.getElementById('d8874669').innerHTML += ' | View Map';var $la666207268130f1d938c0dda6bd9fc21 = '

Bristol County Savings Bank

Address: 215 Pleasant St, Fall River, MA 02721
Phone: (508) 673-1511
';var m_a666207268130f1d938c0dda6bd9fc21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bristol County Savings Bank',});m_a666207268130f1d938c0dda6bd9fc21['infowindow'] = new google.maps.InfoWindow({content: $la666207268130f1d938c0dda6bd9fc21});var infowindow = new google.maps.InfoWindow({content: $la666207268130f1d938c0dda6bd9fc21});google.maps.event.addListener(m_a666207268130f1d938c0dda6bd9fc21, 'click', function() {infowindow.open(map,m_a666207268130f1d938c0dda6bd9fc21);});$marker.push(m_a666207268130f1d938c0dda6bd9fc21);}});}google.maps.event.addDomListener(window, 'load', initialize);