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.3919,-71.568)};var g_add4e2748bf9dd29a66da9b4772897e9 = new google.maps.Geocoder();g_add4e2748bf9dd29a66da9b4772897e9.geocode( { 'address': "17 Pope St, Hudson, MA 01749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-MA-avidia-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('hudson-MA-avidia-financial-center'), mapOptions);}document.getElementById('4b367e9d').innerHTML += ' | View Map';var $ladd4e2748bf9dd29a66da9b4772897e9 = '

Avidia Financial Center

Address: 17 Pope St, Hudson, MA 01749, USA
Phone:
';var m_add4e2748bf9dd29a66da9b4772897e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avidia Financial Center',});m_add4e2748bf9dd29a66da9b4772897e9['infowindow'] = new google.maps.InfoWindow({content: $ladd4e2748bf9dd29a66da9b4772897e9});var infowindow = new google.maps.InfoWindow({content: $ladd4e2748bf9dd29a66da9b4772897e9});google.maps.event.addListener(m_add4e2748bf9dd29a66da9b4772897e9, 'click', function() {infowindow.open(map,m_add4e2748bf9dd29a66da9b4772897e9);});$marker.push(m_add4e2748bf9dd29a66da9b4772897e9);}});}google.maps.event.addDomListener(window, 'load', initialize);