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.6075,-71.4454)};var g_583dba26d396e35d41fe889159a2b676 = new google.maps.Geocoder();g_583dba26d396e35d41fe889159a2b676.geocode( { 'address': "100 Romano Vineyard Way #110, North Kingstown, RI 02852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-kingstown-RI-community-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-kingstown-RI-community-federal-savings-bank'), mapOptions);}document.getElementById('be927453').innerHTML += ' | View Map';var $l583dba26d396e35d41fe889159a2b676 = '

Community Federal Savings Bank

Address: 100 Romano Vineyard Way #110, North Kingstown, RI 02852, USA
Phone: (401) 268-4747
';var m_583dba26d396e35d41fe889159a2b676 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Federal Savings Bank',});m_583dba26d396e35d41fe889159a2b676['infowindow'] = new google.maps.InfoWindow({content: $l583dba26d396e35d41fe889159a2b676});var infowindow = new google.maps.InfoWindow({content: $l583dba26d396e35d41fe889159a2b676});google.maps.event.addListener(m_583dba26d396e35d41fe889159a2b676, 'click', function() {infowindow.open(map,m_583dba26d396e35d41fe889159a2b676);});$marker.push(m_583dba26d396e35d41fe889159a2b676);}});}google.maps.event.addDomListener(window, 'load', initialize);