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.0102,-77.451)};var g_9e38b231e32ad1066f81da8e83626957 = new google.maps.Geocoder();g_9e38b231e32ad1066f81da8e83626957.geocode( { 'address': "590 Fishers Station Dr, Victor, NY 14564, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victor-NY-the-pitti-group-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('victor-NY-the-pitti-group-wealth-management'), mapOptions);}document.getElementById('61db14ca').innerHTML += ' | View Map';var $l9e38b231e32ad1066f81da8e83626957 = '

The Pitti Group Wealth Management

Address: 590 Fishers Station Dr, Victor, NY 14564, USA
Phone: (585) 337-4000
';var m_9e38b231e32ad1066f81da8e83626957 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Pitti Group Wealth Management',});m_9e38b231e32ad1066f81da8e83626957['infowindow'] = new google.maps.InfoWindow({content: $l9e38b231e32ad1066f81da8e83626957});var infowindow = new google.maps.InfoWindow({content: $l9e38b231e32ad1066f81da8e83626957});google.maps.event.addListener(m_9e38b231e32ad1066f81da8e83626957, 'click', function() {infowindow.open(map,m_9e38b231e32ad1066f81da8e83626957);});$marker.push(m_9e38b231e32ad1066f81da8e83626957);}});}google.maps.event.addDomListener(window, 'load', initialize);