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.0225,-71.1183)};var g_0fc632b0c1b7492ab059bc63e9a445c4 = new google.maps.Geocoder();g_0fc632b0c1b7492ab059bc63e9a445c4.geocode( { 'address': "472 Foundry St, North Easton, MA 02356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-MA-harborone-bank').style.display = '';map = new google.maps.Map(document.getElementById('easton-MA-harborone-bank'), mapOptions);}document.getElementById('1c36ac63').innerHTML += ' | View Map';var $l0fc632b0c1b7492ab059bc63e9a445c4 = '

HarborOne Bank

Address: 472 Foundry St, North Easton, MA 02356, USA
Phone: (508) 895-1410
';var m_0fc632b0c1b7492ab059bc63e9a445c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HarborOne Bank',});m_0fc632b0c1b7492ab059bc63e9a445c4['infowindow'] = new google.maps.InfoWindow({content: $l0fc632b0c1b7492ab059bc63e9a445c4});var infowindow = new google.maps.InfoWindow({content: $l0fc632b0c1b7492ab059bc63e9a445c4});google.maps.event.addListener(m_0fc632b0c1b7492ab059bc63e9a445c4, 'click', function() {infowindow.open(map,m_0fc632b0c1b7492ab059bc63e9a445c4);});$marker.push(m_0fc632b0c1b7492ab059bc63e9a445c4);}});}google.maps.event.addDomListener(window, 'load', initialize);