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(40.7553,-73.9778)};var g_a3c1463dc6b930fc629b085088a3e2bd = new google.maps.Geocoder();g_a3c1463dc6b930fc629b085088a3e2bd.geocode( { 'address': "366 Madison Ave # 15, New York, NY 10017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-lsta').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-lsta'), mapOptions);}document.getElementById('6c11dfef').innerHTML += ' | View Map';var $la3c1463dc6b930fc629b085088a3e2bd = '

LSTA

Address: 366 Madison Ave # 15, New York, NY 10017, USA
Phone: (212) 880-3000
';var m_a3c1463dc6b930fc629b085088a3e2bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LSTA',});m_a3c1463dc6b930fc629b085088a3e2bd['infowindow'] = new google.maps.InfoWindow({content: $la3c1463dc6b930fc629b085088a3e2bd});var infowindow = new google.maps.InfoWindow({content: $la3c1463dc6b930fc629b085088a3e2bd});google.maps.event.addListener(m_a3c1463dc6b930fc629b085088a3e2bd, 'click', function() {infowindow.open(map,m_a3c1463dc6b930fc629b085088a3e2bd);});$marker.push(m_a3c1463dc6b930fc629b085088a3e2bd);}});}google.maps.event.addDomListener(window, 'load', initialize);