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.6859,-73.3781)};var g_7bf9cf73a4e8c879f3b213a1b9934574 = new google.maps.Geocoder();g_7bf9cf73a4e8c879f3b213a1b9934574.geocode( { 'address': "152 W Hoffman Ave # 2, Lindenhurst, NY 11757, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lindenhurst-NY-trendcredit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lindenhurst-NY-trendcredit-corporation'), mapOptions);}document.getElementById('af8765ba').innerHTML += ' | View Map';var $l7bf9cf73a4e8c879f3b213a1b9934574 = '

Trendcredit Corporation

Address: 152 W Hoffman Ave # 2, Lindenhurst, NY 11757, USA
Phone: (631) 447-2885
';var m_7bf9cf73a4e8c879f3b213a1b9934574 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trendcredit Corporation',});m_7bf9cf73a4e8c879f3b213a1b9934574['infowindow'] = new google.maps.InfoWindow({content: $l7bf9cf73a4e8c879f3b213a1b9934574});var infowindow = new google.maps.InfoWindow({content: $l7bf9cf73a4e8c879f3b213a1b9934574});google.maps.event.addListener(m_7bf9cf73a4e8c879f3b213a1b9934574, 'click', function() {infowindow.open(map,m_7bf9cf73a4e8c879f3b213a1b9934574);});$marker.push(m_7bf9cf73a4e8c879f3b213a1b9934574);}});}google.maps.event.addDomListener(window, 'load', initialize);