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.122,-71.1779)};var g_985548b64b5c5787253373dac9ebeb5d = new google.maps.Geocoder();g_985548b64b5c5787253373dac9ebeb5d.geocode( { 'address': "42 Pond St, Sharon, MA 02067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sharon-MA-sharon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sharon-MA-sharon-credit-union'), mapOptions);}document.getElementById('8867eeff').innerHTML += ' | View Map';var $l985548b64b5c5787253373dac9ebeb5d = '

Sharon Credit Union

Address: 42 Pond St, Sharon, MA 02067, USA
Phone: (781) 784-7725
';var m_985548b64b5c5787253373dac9ebeb5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sharon Credit Union',});m_985548b64b5c5787253373dac9ebeb5d['infowindow'] = new google.maps.InfoWindow({content: $l985548b64b5c5787253373dac9ebeb5d});var infowindow = new google.maps.InfoWindow({content: $l985548b64b5c5787253373dac9ebeb5d});google.maps.event.addListener(m_985548b64b5c5787253373dac9ebeb5d, 'click', function() {infowindow.open(map,m_985548b64b5c5787253373dac9ebeb5d);});$marker.push(m_985548b64b5c5787253373dac9ebeb5d);}});}google.maps.event.addDomListener(window, 'load', initialize);