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(42.0238,-71.1168)};var g_b7025a89b2107fe0c5c1cdd53ec3fbd0 = new google.maps.Geocoder();g_b7025a89b2107fe0c5c1cdd53ec3fbd0.geocode( { 'address': "690 Depot St, North Easton, MA 02356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('easton-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('75171c79').innerHTML += ' | View Map';var $lb7025a89b2107fe0c5c1cdd53ec3fbd0 = '

Citizens Bank Supermarket Branch

Address: 690 Depot St, North Easton, MA 02356, USA
Phone: (508) 230-3578
';var m_b7025a89b2107fe0c5c1cdd53ec3fbd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_b7025a89b2107fe0c5c1cdd53ec3fbd0['infowindow'] = new google.maps.InfoWindow({content: $lb7025a89b2107fe0c5c1cdd53ec3fbd0});var infowindow = new google.maps.InfoWindow({content: $lb7025a89b2107fe0c5c1cdd53ec3fbd0});google.maps.event.addListener(m_b7025a89b2107fe0c5c1cdd53ec3fbd0, 'click', function() {infowindow.open(map,m_b7025a89b2107fe0c5c1cdd53ec3fbd0);});$marker.push(m_b7025a89b2107fe0c5c1cdd53ec3fbd0);}});}google.maps.event.addDomListener(window, 'load', initialize);