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.6837,-73.3818)};var g_e21942bcf8834015962ba48c1a4209db = new google.maps.Geocoder();g_e21942bcf8834015962ba48c1a4209db.geocode( { 'address': "155 S 10th St, Lindenhurst, NY 11757, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lindenhurst-NY-les4loanscom').style.display = '';map = new google.maps.Map(document.getElementById('lindenhurst-NY-les4loanscom'), mapOptions);}document.getElementById('f69ddd32').innerHTML += ' | View Map';var $le21942bcf8834015962ba48c1a4209db = '

Les4Loans.com

Address: 155 S 10th St, Lindenhurst, NY 11757, USA
Phone: (516) 302-7485
';var m_e21942bcf8834015962ba48c1a4209db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Les4Loans.com',});m_e21942bcf8834015962ba48c1a4209db['infowindow'] = new google.maps.InfoWindow({content: $le21942bcf8834015962ba48c1a4209db});var infowindow = new google.maps.InfoWindow({content: $le21942bcf8834015962ba48c1a4209db});google.maps.event.addListener(m_e21942bcf8834015962ba48c1a4209db, 'click', function() {infowindow.open(map,m_e21942bcf8834015962ba48c1a4209db);});$marker.push(m_e21942bcf8834015962ba48c1a4209db);}});}google.maps.event.addDomListener(window, 'load', initialize);