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.1644,-71.1316)};var g_bef5b4d93c3ae02ace550506a9a936de = new google.maps.Geocoder();g_bef5b4d93c3ae02ace550506a9a936de.geocode( { 'address': "95 Washington St, Canton, MA 02021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MA-harborone-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('canton-MA-harborone-credit-union'), mapOptions);}document.getElementById('edef52d1').innerHTML += ' | View Map';var $lbef5b4d93c3ae02ace550506a9a936de = '

HarborOne Credit Union

Address: 95 Washington St, Canton, MA 02021
Phone: (781) 828-7226
';var m_bef5b4d93c3ae02ace550506a9a936de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HarborOne Credit Union',});m_bef5b4d93c3ae02ace550506a9a936de['infowindow'] = new google.maps.InfoWindow({content: $lbef5b4d93c3ae02ace550506a9a936de});var infowindow = new google.maps.InfoWindow({content: $lbef5b4d93c3ae02ace550506a9a936de});google.maps.event.addListener(m_bef5b4d93c3ae02ace550506a9a936de, 'click', function() {infowindow.open(map,m_bef5b4d93c3ae02ace550506a9a936de);});$marker.push(m_bef5b4d93c3ae02ace550506a9a936de);}});}google.maps.event.addDomListener(window, 'load', initialize);