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.0884,-75.2569)};var g_b6e01d2c3fad411fefc0616636d1c857 = new google.maps.Geocoder();g_b6e01d2c3fad411fefc0616636d1c857.geocode( { 'address': "1705 Genesee St, Utica, NY 13501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('utica-NY-gustafson--wargo-cpas').style.display = '';map = new google.maps.Map(document.getElementById('utica-NY-gustafson--wargo-cpas'), mapOptions);}document.getElementById('c34978e0').innerHTML += ' | View Map';var $lb6e01d2c3fad411fefc0616636d1c857 = '

Gustafson & Wargo CPAs

Address: 1705 Genesee St, Utica, NY 13501, USA
Phone: (315) 735-0705
';var m_b6e01d2c3fad411fefc0616636d1c857 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gustafson & Wargo CPAs',});m_b6e01d2c3fad411fefc0616636d1c857['infowindow'] = new google.maps.InfoWindow({content: $lb6e01d2c3fad411fefc0616636d1c857});var infowindow = new google.maps.InfoWindow({content: $lb6e01d2c3fad411fefc0616636d1c857});google.maps.event.addListener(m_b6e01d2c3fad411fefc0616636d1c857, 'click', function() {infowindow.open(map,m_b6e01d2c3fad411fefc0616636d1c857);});$marker.push(m_b6e01d2c3fad411fefc0616636d1c857);}});}google.maps.event.addDomListener(window, 'load', initialize);