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.4281,-71.483)};var g_ae306dc92ae6dfe9049d4b2177bb932d = new google.maps.Geocoder();g_ae306dc92ae6dfe9049d4b2177bb932d.geocode( { 'address': "91 Point Judith Rd, Narragansett, RI 02882, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('narragansett-RI-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('narragansett-RI-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('e2218352').innerHTML += ' | View Map';var $lae306dc92ae6dfe9049d4b2177bb932d = '

Citizens Bank Supermarket Branch

Address: 91 Point Judith Rd, Narragansett, RI 02882, USA
Phone: (401) 788-0047
';var m_ae306dc92ae6dfe9049d4b2177bb932d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_ae306dc92ae6dfe9049d4b2177bb932d['infowindow'] = new google.maps.InfoWindow({content: $lae306dc92ae6dfe9049d4b2177bb932d});var infowindow = new google.maps.InfoWindow({content: $lae306dc92ae6dfe9049d4b2177bb932d});google.maps.event.addListener(m_ae306dc92ae6dfe9049d4b2177bb932d, 'click', function() {infowindow.open(map,m_ae306dc92ae6dfe9049d4b2177bb932d);});$marker.push(m_ae306dc92ae6dfe9049d4b2177bb932d);}});}google.maps.event.addDomListener(window, 'load', initialize);