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.0755,-76.0518)};var g_29e0ec3b1207b71a6e2c36af43f3b8c8 = new google.maps.Geocoder();g_29e0ec3b1207b71a6e2c36af43f3b8c8.geocode( { 'address': "5000 Campuswood Dr, East Syracuse, NY 13057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-syracuse-NY-syracuse-securities-inc').style.display = '';map = new google.maps.Map(document.getElementById('east-syracuse-NY-syracuse-securities-inc'), mapOptions);}document.getElementById('d41b8809').innerHTML += ' | View Map';var $l29e0ec3b1207b71a6e2c36af43f3b8c8 = '

Syracuse Securities Inc

Address: 5000 Campuswood Dr, East Syracuse, NY 13057
Phone: (315) 424-0197
';var m_29e0ec3b1207b71a6e2c36af43f3b8c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Syracuse Securities Inc',});m_29e0ec3b1207b71a6e2c36af43f3b8c8['infowindow'] = new google.maps.InfoWindow({content: $l29e0ec3b1207b71a6e2c36af43f3b8c8});var infowindow = new google.maps.InfoWindow({content: $l29e0ec3b1207b71a6e2c36af43f3b8c8});google.maps.event.addListener(m_29e0ec3b1207b71a6e2c36af43f3b8c8, 'click', function() {infowindow.open(map,m_29e0ec3b1207b71a6e2c36af43f3b8c8);});$marker.push(m_29e0ec3b1207b71a6e2c36af43f3b8c8);}});}google.maps.event.addDomListener(window, 'load', initialize);