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.1855,-71.2022)};var g_a333a2e1a7fbe8d49aeafce3fa8915d9 = new google.maps.Geocoder();g_a333a2e1a7fbe8d49aeafce3fa8915d9.geocode( { 'address': "477 Washington St, Norwood, MA 02062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-MA-heritage-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('norwood-MA-heritage-financial-group'), mapOptions);}document.getElementById('f3708d83').innerHTML += ' | View Map';var $la333a2e1a7fbe8d49aeafce3fa8915d9 = '

Heritage Financial Group

Address: 477 Washington St, Norwood, MA 02062
Phone: (781) 255-0214
';var m_a333a2e1a7fbe8d49aeafce3fa8915d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Financial Group',});m_a333a2e1a7fbe8d49aeafce3fa8915d9['infowindow'] = new google.maps.InfoWindow({content: $la333a2e1a7fbe8d49aeafce3fa8915d9});var infowindow = new google.maps.InfoWindow({content: $la333a2e1a7fbe8d49aeafce3fa8915d9});google.maps.event.addListener(m_a333a2e1a7fbe8d49aeafce3fa8915d9, 'click', function() {infowindow.open(map,m_a333a2e1a7fbe8d49aeafce3fa8915d9);});$marker.push(m_a333a2e1a7fbe8d49aeafce3fa8915d9);}});}google.maps.event.addDomListener(window, 'load', initialize);