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.1174,-71.2357)};var g_07172b7a406c48fdc881a804c90424f1 = new google.maps.Geocoder();g_07172b7a406c48fdc881a804c90424f1.geocode( { 'address': "1 Merchant St # 102, Sharon, MA 02067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sharon-MA-washington-trust-home-loan-ctr').style.display = '';map = new google.maps.Map(document.getElementById('sharon-MA-washington-trust-home-loan-ctr'), mapOptions);}document.getElementById('a0365336').innerHTML += ' | View Map';var $l07172b7a406c48fdc881a804c90424f1 = '

Washington Trust Home Loan Ctr

Address: 1 Merchant St # 102, Sharon, MA 02067, USA
Phone: (781) 784-3089
';var m_07172b7a406c48fdc881a804c90424f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Trust Home Loan Ctr',});m_07172b7a406c48fdc881a804c90424f1['infowindow'] = new google.maps.InfoWindow({content: $l07172b7a406c48fdc881a804c90424f1});var infowindow = new google.maps.InfoWindow({content: $l07172b7a406c48fdc881a804c90424f1});google.maps.event.addListener(m_07172b7a406c48fdc881a804c90424f1, 'click', function() {infowindow.open(map,m_07172b7a406c48fdc881a804c90424f1);});$marker.push(m_07172b7a406c48fdc881a804c90424f1);}});}google.maps.event.addDomListener(window, 'load', initialize);