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.7485,-73.9392)};var g_d7aa1c786d6e945204d4278cc64b5b35 = new google.maps.Geocoder();g_d7aa1c786d6e945204d4278cc64b5b35.geocode( { 'address': "3814 30th St, Long Island City, NY 11101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-island-city-NY-lcr-inc').style.display = '';map = new google.maps.Map(document.getElementById('long-island-city-NY-lcr-inc'), mapOptions);}document.getElementById('d32a910f').innerHTML += ' | View Map';var $ld7aa1c786d6e945204d4278cc64b5b35 = '

LCR Inc

Address: 3814 30th St, Long Island City, NY 11101
Phone: (718) 937-0848
';var m_d7aa1c786d6e945204d4278cc64b5b35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LCR Inc',});m_d7aa1c786d6e945204d4278cc64b5b35['infowindow'] = new google.maps.InfoWindow({content: $ld7aa1c786d6e945204d4278cc64b5b35});var infowindow = new google.maps.InfoWindow({content: $ld7aa1c786d6e945204d4278cc64b5b35});google.maps.event.addListener(m_d7aa1c786d6e945204d4278cc64b5b35, 'click', function() {infowindow.open(map,m_d7aa1c786d6e945204d4278cc64b5b35);});$marker.push(m_d7aa1c786d6e945204d4278cc64b5b35);}});}google.maps.event.addDomListener(window, 'load', initialize);