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.9914,-71.4838)};var g_1c275a8100735f4fe4c6c3a819e132dc = new google.maps.Geocoder();g_1c275a8100735f4fe4c6c3a819e132dc.geocode( { 'address': "1175 Cumberland Hill Rd, Woonsocket, RI 02895, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woonsocket-RI-bank-rhode-island').style.display = '';map = new google.maps.Map(document.getElementById('woonsocket-RI-bank-rhode-island'), mapOptions);}document.getElementById('916cf884').innerHTML += ' | View Map';var $l1c275a8100735f4fe4c6c3a819e132dc = '

Bank Rhode Island

Address: 1175 Cumberland Hill Rd, Woonsocket, RI 02895, USA
Phone: (401) 766-3000
';var m_1c275a8100735f4fe4c6c3a819e132dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Rhode Island',});m_1c275a8100735f4fe4c6c3a819e132dc['infowindow'] = new google.maps.InfoWindow({content: $l1c275a8100735f4fe4c6c3a819e132dc});var infowindow = new google.maps.InfoWindow({content: $l1c275a8100735f4fe4c6c3a819e132dc});google.maps.event.addListener(m_1c275a8100735f4fe4c6c3a819e132dc, 'click', function() {infowindow.open(map,m_1c275a8100735f4fe4c6c3a819e132dc);});$marker.push(m_1c275a8100735f4fe4c6c3a819e132dc);}});}google.maps.event.addDomListener(window, 'load', initialize);