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.9468,-76.5674)};var g_a8746a4bd0ed15cb775ba739ddaedaaa = new google.maps.Geocoder();g_a8746a4bd0ed15cb775ba739ddaedaaa.geocode( { 'address': "213 North St #1, Auburn, NY 13021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-NY-buffington--hoatland-cpas-pllc').style.display = '';map = new google.maps.Map(document.getElementById('auburn-NY-buffington--hoatland-cpas-pllc'), mapOptions);}document.getElementById('945aac83').innerHTML += ' | View Map';var $la8746a4bd0ed15cb775ba739ddaedaaa = '

Buffington & Hoatland CPAs, PLLC

Address: 213 North St #1, Auburn, NY 13021, USA
Phone: (315) 253-9744
';var m_a8746a4bd0ed15cb775ba739ddaedaaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buffington & Hoatland CPAs, PLLC',});m_a8746a4bd0ed15cb775ba739ddaedaaa['infowindow'] = new google.maps.InfoWindow({content: $la8746a4bd0ed15cb775ba739ddaedaaa});var infowindow = new google.maps.InfoWindow({content: $la8746a4bd0ed15cb775ba739ddaedaaa});google.maps.event.addListener(m_a8746a4bd0ed15cb775ba739ddaedaaa, 'click', function() {infowindow.open(map,m_a8746a4bd0ed15cb775ba739ddaedaaa);});$marker.push(m_a8746a4bd0ed15cb775ba739ddaedaaa);}});}google.maps.event.addDomListener(window, 'load', initialize);