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(42.7653,-78.6317)};var g_da3bef3394d1defd1a99129c4cc64a1a = new google.maps.Geocoder();g_da3bef3394d1defd1a99129c4cc64a1a.geocode( { 'address': "121 Hamburg St, East Aurora, NY 14052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-aurora-NY-syracuse-securities').style.display = '';map = new google.maps.Map(document.getElementById('east-aurora-NY-syracuse-securities'), mapOptions);}document.getElementById('ea189bd1').innerHTML += ' | View Map';var $lda3bef3394d1defd1a99129c4cc64a1a = '

Syracuse Securities

Address: 121 Hamburg St, East Aurora, NY 14052, USA
Phone: (716) 632-7674
';var m_da3bef3394d1defd1a99129c4cc64a1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Syracuse Securities',});m_da3bef3394d1defd1a99129c4cc64a1a['infowindow'] = new google.maps.InfoWindow({content: $lda3bef3394d1defd1a99129c4cc64a1a});var infowindow = new google.maps.InfoWindow({content: $lda3bef3394d1defd1a99129c4cc64a1a});google.maps.event.addListener(m_da3bef3394d1defd1a99129c4cc64a1a, 'click', function() {infowindow.open(map,m_da3bef3394d1defd1a99129c4cc64a1a);});$marker.push(m_da3bef3394d1defd1a99129c4cc64a1a);}});}google.maps.event.addDomListener(window, 'load', initialize);