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.1381,-71.1001)};var g_17e505346d7f670dced5d85e72f32ab2 = new google.maps.Geocoder();g_17e505346d7f670dced5d85e72f32ab2.geocode( { 'address': "278 Washington St, Stoughton, MA 02072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('0c51e8ca').innerHTML += ' | View Map';var $l17e505346d7f670dced5d85e72f32ab2 = '

Citizens Bank Supermarket Branch

Address: 278 Washington St, Stoughton, MA 02072, USA
Phone: (781) 344-3723
';var m_17e505346d7f670dced5d85e72f32ab2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_17e505346d7f670dced5d85e72f32ab2['infowindow'] = new google.maps.InfoWindow({content: $l17e505346d7f670dced5d85e72f32ab2});var infowindow = new google.maps.InfoWindow({content: $l17e505346d7f670dced5d85e72f32ab2});google.maps.event.addListener(m_17e505346d7f670dced5d85e72f32ab2, 'click', function() {infowindow.open(map,m_17e505346d7f670dced5d85e72f32ab2);});$marker.push(m_17e505346d7f670dced5d85e72f32ab2);}});}google.maps.event.addDomListener(window, 'load', initialize);