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.1194,-77.5085)};var g_2137741e17c2868ead929b32a270f9f6 = new google.maps.Geocoder();g_2137741e17c2868ead929b32a270f9f6.geocode( { 'address': "500 Linden Oaks #150, Rochester, NY 14625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-seneca-financial-advisors-llc').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-seneca-financial-advisors-llc'), mapOptions);}document.getElementById('4b47f4b7').innerHTML += ' | View Map';var $l2137741e17c2868ead929b32a270f9f6 = '

Seneca Financial Advisors LLC

Address: 500 Linden Oaks #150, Rochester, NY 14625, USA
Phone: (585) 203-1211
';var m_2137741e17c2868ead929b32a270f9f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seneca Financial Advisors LLC',});m_2137741e17c2868ead929b32a270f9f6['infowindow'] = new google.maps.InfoWindow({content: $l2137741e17c2868ead929b32a270f9f6});var infowindow = new google.maps.InfoWindow({content: $l2137741e17c2868ead929b32a270f9f6});google.maps.event.addListener(m_2137741e17c2868ead929b32a270f9f6, 'click', function() {infowindow.open(map,m_2137741e17c2868ead929b32a270f9f6);});$marker.push(m_2137741e17c2868ead929b32a270f9f6);}});}google.maps.event.addDomListener(window, 'load', initialize);