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.0285,-71.1009)};var g_6356b89c805af38f50e1d80a4710f1ef = new google.maps.Geocoder();g_6356b89c805af38f50e1d80a4710f1ef.geocode( { 'address': "802 Washington St, South Easton, MA 02375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-easton-MA-walker-healey-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('south-easton-MA-walker-healey-financial-services'), mapOptions);}document.getElementById('8ba0fbb7').innerHTML += ' | View Map';var $l6356b89c805af38f50e1d80a4710f1ef = '

Walker & Healey Financial Services

Address: 802 Washington St, South Easton, MA 02375
Phone: (508) 230-9800
';var m_6356b89c805af38f50e1d80a4710f1ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walker & Healey Financial Services',});m_6356b89c805af38f50e1d80a4710f1ef['infowindow'] = new google.maps.InfoWindow({content: $l6356b89c805af38f50e1d80a4710f1ef});var infowindow = new google.maps.InfoWindow({content: $l6356b89c805af38f50e1d80a4710f1ef});google.maps.event.addListener(m_6356b89c805af38f50e1d80a4710f1ef, 'click', function() {infowindow.open(map,m_6356b89c805af38f50e1d80a4710f1ef);});$marker.push(m_6356b89c805af38f50e1d80a4710f1ef);}});}google.maps.event.addDomListener(window, 'load', initialize);