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.8801,-71.3671)};var g_16f1c9f06e920ab2350adcb81930b7d0 = new google.maps.Geocoder();g_16f1c9f06e920ab2350adcb81930b7d0.geocode( { 'address': "215 Armistice Blvd, Pawtucket, RI 02860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pawtucket-RI-bristol-county-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('pawtucket-RI-bristol-county-savings-bank'), mapOptions);}document.getElementById('8ac544d2').innerHTML += ' | View Map';var $l16f1c9f06e920ab2350adcb81930b7d0 = '

Bristol County Savings Bank

Address: 215 Armistice Blvd, Pawtucket, RI 02860, USA
Phone: (401) 722-8838
';var m_16f1c9f06e920ab2350adcb81930b7d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bristol County Savings Bank',});m_16f1c9f06e920ab2350adcb81930b7d0['infowindow'] = new google.maps.InfoWindow({content: $l16f1c9f06e920ab2350adcb81930b7d0});var infowindow = new google.maps.InfoWindow({content: $l16f1c9f06e920ab2350adcb81930b7d0});google.maps.event.addListener(m_16f1c9f06e920ab2350adcb81930b7d0, 'click', function() {infowindow.open(map,m_16f1c9f06e920ab2350adcb81930b7d0);});$marker.push(m_16f1c9f06e920ab2350adcb81930b7d0);}});}google.maps.event.addDomListener(window, 'load', initialize);