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.6909,-71.5886)};var g_c69f0351510930619d8c36e2d077b1f0 = new google.maps.Geocoder();g_c69f0351510930619d8c36e2d077b1f0.geocode( { 'address': "3 Coventry Shoppers Park, Coventry, RI 02816"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coventry-RI-bank-rhode-island').style.display = '';map = new google.maps.Map(document.getElementById('coventry-RI-bank-rhode-island'), mapOptions);}document.getElementById('accfa203').innerHTML += ' | View Map';var $lc69f0351510930619d8c36e2d077b1f0 = '

Bank Rhode Island

Address: 3 Coventry Shoppers Park, Coventry, RI 02816
Phone: (401) 574-1870
';var m_c69f0351510930619d8c36e2d077b1f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Rhode Island',});m_c69f0351510930619d8c36e2d077b1f0['infowindow'] = new google.maps.InfoWindow({content: $lc69f0351510930619d8c36e2d077b1f0});var infowindow = new google.maps.InfoWindow({content: $lc69f0351510930619d8c36e2d077b1f0});google.maps.event.addListener(m_c69f0351510930619d8c36e2d077b1f0, 'click', function() {infowindow.open(map,m_c69f0351510930619d8c36e2d077b1f0);});$marker.push(m_c69f0351510930619d8c36e2d077b1f0);}});}google.maps.event.addDomListener(window, 'load', initialize);