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(41.1445,-73.9965)};var g_ff9bb21cdc1c0a86b5e7bea9b2c8f640 = new google.maps.Geocoder();g_ff9bb21cdc1c0a86b5e7bea9b2c8f640.geocode( { 'address': "9 Beverly Pl, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-hudson-valley-tax-advisors').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-hudson-valley-tax-advisors'), mapOptions);}document.getElementById('571d6732').innerHTML += ' | View Map';var $lff9bb21cdc1c0a86b5e7bea9b2c8f640 = '

Hudson Valley Tax Advisors

Address: 9 Beverly Pl, New City, NY 10956
Phone: (845) 638-0911
';var m_ff9bb21cdc1c0a86b5e7bea9b2c8f640 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson Valley Tax Advisors',});m_ff9bb21cdc1c0a86b5e7bea9b2c8f640['infowindow'] = new google.maps.InfoWindow({content: $lff9bb21cdc1c0a86b5e7bea9b2c8f640});var infowindow = new google.maps.InfoWindow({content: $lff9bb21cdc1c0a86b5e7bea9b2c8f640});google.maps.event.addListener(m_ff9bb21cdc1c0a86b5e7bea9b2c8f640, 'click', function() {infowindow.open(map,m_ff9bb21cdc1c0a86b5e7bea9b2c8f640);});$marker.push(m_ff9bb21cdc1c0a86b5e7bea9b2c8f640);}});}google.maps.event.addDomListener(window, 'load', initialize);