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.0316,-71.2373)};var g_6e3a0a9abe898f51ff56c491b528b302 = new google.maps.Geocoder();g_6e3a0a9abe898f51ff56c491b528b302.geocode( { 'address': "100 Forbes Blvd, Mansfield, MA 02048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-MA-sharon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-MA-sharon-credit-union'), mapOptions);}document.getElementById('774ea6d3').innerHTML += ' | View Map';var $l6e3a0a9abe898f51ff56c491b528b302 = '

Sharon Credit Union

Address: 100 Forbes Blvd, Mansfield, MA 02048, USA
Phone: (508) 339-0400
';var m_6e3a0a9abe898f51ff56c491b528b302 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sharon Credit Union',});m_6e3a0a9abe898f51ff56c491b528b302['infowindow'] = new google.maps.InfoWindow({content: $l6e3a0a9abe898f51ff56c491b528b302});var infowindow = new google.maps.InfoWindow({content: $l6e3a0a9abe898f51ff56c491b528b302});google.maps.event.addListener(m_6e3a0a9abe898f51ff56c491b528b302, 'click', function() {infowindow.open(map,m_6e3a0a9abe898f51ff56c491b528b302);});$marker.push(m_6e3a0a9abe898f51ff56c491b528b302);}});}google.maps.event.addDomListener(window, 'load', initialize);