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.9815,-71.5164)};var g_d64809c4c5d3260a178775159155a9fa = new google.maps.Geocoder();g_d64809c4c5d3260a178775159155a9fa.geocode( { 'address': "595 Smithfield Rd, North Smithfield, RI 02896, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-smithfield-RI-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('north-smithfield-RI-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('a9514c53').innerHTML += ' | View Map';var $ld64809c4c5d3260a178775159155a9fa = '

Citizens Bank Supermarket Branch

Address: 595 Smithfield Rd, North Smithfield, RI 02896, USA
Phone: (401) 769-0787
';var m_d64809c4c5d3260a178775159155a9fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_d64809c4c5d3260a178775159155a9fa['infowindow'] = new google.maps.InfoWindow({content: $ld64809c4c5d3260a178775159155a9fa});var infowindow = new google.maps.InfoWindow({content: $ld64809c4c5d3260a178775159155a9fa});google.maps.event.addListener(m_d64809c4c5d3260a178775159155a9fa, 'click', function() {infowindow.open(map,m_d64809c4c5d3260a178775159155a9fa);});$marker.push(m_d64809c4c5d3260a178775159155a9fa);}});}google.maps.event.addDomListener(window, 'load', initialize);