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.7489,-73.9926)};var g_44a277a9ed47daf23c821e1a47220436 = new google.maps.Geocoder();g_44a277a9ed47daf23c821e1a47220436.geocode( { 'address': "370 7th Ave, New York, NY 10001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-lyon-collection-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-lyon-collection-services-inc'), mapOptions);}document.getElementById('ef73d134').innerHTML += ' | View Map';var $l44a277a9ed47daf23c821e1a47220436 = '

Lyon Collection Services Inc

Address: 370 7th Ave, New York, NY 10001, USA
Phone: (212) 967-6161
';var m_44a277a9ed47daf23c821e1a47220436 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lyon Collection Services Inc',});m_44a277a9ed47daf23c821e1a47220436['infowindow'] = new google.maps.InfoWindow({content: $l44a277a9ed47daf23c821e1a47220436});var infowindow = new google.maps.InfoWindow({content: $l44a277a9ed47daf23c821e1a47220436});google.maps.event.addListener(m_44a277a9ed47daf23c821e1a47220436, 'click', function() {infowindow.open(map,m_44a277a9ed47daf23c821e1a47220436);});$marker.push(m_44a277a9ed47daf23c821e1a47220436);}});}google.maps.event.addDomListener(window, 'load', initialize);