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.0636,-76.0324)};var g_bea5b83d3a056039813089e7aa7f7e9a = new google.maps.Geocoder();g_bea5b83d3a056039813089e7aa7f7e9a.geocode( { 'address': "7085 Manlius Center Rd # 2, East Syracuse, NY 13057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-syracuse-NY-lee-kalin-associates').style.display = '';map = new google.maps.Map(document.getElementById('east-syracuse-NY-lee-kalin-associates'), mapOptions);}document.getElementById('9e1d6fa3').innerHTML += ' | View Map';var $lbea5b83d3a056039813089e7aa7f7e9a = '

Lee Kalin Associates

Address: 7085 Manlius Center Rd # 2, East Syracuse, NY 13057, USA
Phone: (315) 656-4416
';var m_bea5b83d3a056039813089e7aa7f7e9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Kalin Associates',});m_bea5b83d3a056039813089e7aa7f7e9a['infowindow'] = new google.maps.InfoWindow({content: $lbea5b83d3a056039813089e7aa7f7e9a});var infowindow = new google.maps.InfoWindow({content: $lbea5b83d3a056039813089e7aa7f7e9a});google.maps.event.addListener(m_bea5b83d3a056039813089e7aa7f7e9a, 'click', function() {infowindow.open(map,m_bea5b83d3a056039813089e7aa7f7e9a);});$marker.push(m_bea5b83d3a056039813089e7aa7f7e9a);}});}google.maps.event.addDomListener(window, 'load', initialize);