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.1447,-71.0988)};var g_2059fca305070f639880a2873ea8d963 = new google.maps.Geocoder();g_2059fca305070f639880a2873ea8d963.geocode( { 'address': "150 York St, Stoughton, MA 02072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-harborone-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-harborone-bank-atm'), mapOptions);}document.getElementById('51cf122a').innerHTML += ' | View Map';var $l2059fca305070f639880a2873ea8d963 = '

HarborOne Bank ATM

Address: 150 York St, Stoughton, MA 02072, USA
Phone: (800) 244-7592
';var m_2059fca305070f639880a2873ea8d963 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HarborOne Bank ATM',});m_2059fca305070f639880a2873ea8d963['infowindow'] = new google.maps.InfoWindow({content: $l2059fca305070f639880a2873ea8d963});var infowindow = new google.maps.InfoWindow({content: $l2059fca305070f639880a2873ea8d963});google.maps.event.addListener(m_2059fca305070f639880a2873ea8d963, 'click', function() {infowindow.open(map,m_2059fca305070f639880a2873ea8d963);});$marker.push(m_2059fca305070f639880a2873ea8d963);}});}google.maps.event.addDomListener(window, 'load', initialize);