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.0736,-71.2589)};var g_c4385a0f5d767ca3a1d118a9b513cedd = new google.maps.Geocoder();g_c4385a0f5d767ca3a1d118a9b513cedd.geocode( { 'address': "121 Main St, Foxborough, MA 02035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foxborough-MA-sharon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('foxborough-MA-sharon-credit-union'), mapOptions);}document.getElementById('eba19eea').innerHTML += ' | View Map';var $lc4385a0f5d767ca3a1d118a9b513cedd = '

Sharon Credit Union

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