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.0478,-76.2218)};var g_c88094947db574f3615db340e88ae839 = new google.maps.Geocoder();g_c88094947db574f3615db340e88ae839.geocode( { 'address': "3208 W Genesee St, Syracuse, NY 13219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-NY-the-terzolo-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-NY-the-terzolo-financial-group-inc'), mapOptions);}document.getElementById('482fdd07').innerHTML += ' | View Map';var $lc88094947db574f3615db340e88ae839 = '

The Terzolo Financial Group, Inc.

Address: 3208 W Genesee St, Syracuse, NY 13219, USA
Phone: (315) 484-1020
';var m_c88094947db574f3615db340e88ae839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Terzolo Financial Group, Inc.',});m_c88094947db574f3615db340e88ae839['infowindow'] = new google.maps.InfoWindow({content: $lc88094947db574f3615db340e88ae839});var infowindow = new google.maps.InfoWindow({content: $lc88094947db574f3615db340e88ae839});google.maps.event.addListener(m_c88094947db574f3615db340e88ae839, 'click', function() {infowindow.open(map,m_c88094947db574f3615db340e88ae839);});$marker.push(m_c88094947db574f3615db340e88ae839);}});}google.maps.event.addDomListener(window, 'load', initialize);