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(43.0834,-75.3313)};var g_cad44517b35950ca85cffe44458ff25a = new google.maps.Geocoder();g_cad44517b35950ca85cffe44458ff25a.geocode( { 'address': "8365 Seneca Tpke, New Hartford, NY 13413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hartford-NY-jeffrey-w-hanretty-cpa--associates').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-jeffrey-w-hanretty-cpa--associates'), mapOptions);}document.getElementById('1f10416d').innerHTML += ' | View Map';var $lcad44517b35950ca85cffe44458ff25a = '

Jeffrey W Hanretty, CPA & Associates

Address: 8365 Seneca Tpke, New Hartford, NY 13413, USA
Phone: (315) 733-4339
';var m_cad44517b35950ca85cffe44458ff25a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeffrey W Hanretty, CPA & Associates',});m_cad44517b35950ca85cffe44458ff25a['infowindow'] = new google.maps.InfoWindow({content: $lcad44517b35950ca85cffe44458ff25a});var infowindow = new google.maps.InfoWindow({content: $lcad44517b35950ca85cffe44458ff25a});google.maps.event.addListener(m_cad44517b35950ca85cffe44458ff25a, 'click', function() {infowindow.open(map,m_cad44517b35950ca85cffe44458ff25a);});$marker.push(m_cad44517b35950ca85cffe44458ff25a);}});}google.maps.event.addDomListener(window, 'load', initialize);