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.8643,-73.3179)};var g_55aeb76c83aa533b11cbc33f9e40aa95 = new google.maps.Geocoder();g_55aeb76c83aa533b11cbc33f9e40aa95.geocode( { 'address': "27 Elkhart Dr, East Northport, NY 11731"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-northport-NY-first-commercial-lenders-inc').style.display = '';map = new google.maps.Map(document.getElementById('east-northport-NY-first-commercial-lenders-inc'), mapOptions);}document.getElementById('6fb7adf1').innerHTML += ' | View Map';var $l55aeb76c83aa533b11cbc33f9e40aa95 = '

First Commercial Lenders Inc

Address: 27 Elkhart Dr, East Northport, NY 11731
Phone: (631) 858-0608
';var m_55aeb76c83aa533b11cbc33f9e40aa95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commercial Lenders Inc',});m_55aeb76c83aa533b11cbc33f9e40aa95['infowindow'] = new google.maps.InfoWindow({content: $l55aeb76c83aa533b11cbc33f9e40aa95});var infowindow = new google.maps.InfoWindow({content: $l55aeb76c83aa533b11cbc33f9e40aa95});google.maps.event.addListener(m_55aeb76c83aa533b11cbc33f9e40aa95, 'click', function() {infowindow.open(map,m_55aeb76c83aa533b11cbc33f9e40aa95);});$marker.push(m_55aeb76c83aa533b11cbc33f9e40aa95);}});}google.maps.event.addDomListener(window, 'load', initialize);