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.8761,-73.3241)};var g_4d65d39cdc34f3d0b9c1aa53e50ae95f = new google.maps.Geocoder();g_4d65d39cdc34f3d0b9c1aa53e50ae95f.geocode( { 'address': "1 Hewitt Square, East Northport, NY 11731, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-northport-NY-textile-credit-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('east-northport-NY-textile-credit-services-inc'), mapOptions);}document.getElementById('c0c995cd').innerHTML += ' | View Map';var $l4d65d39cdc34f3d0b9c1aa53e50ae95f = '

Textile Credit Services Inc

Address: 1 Hewitt Square, East Northport, NY 11731, USA
Phone: (631) 563-1700
';var m_4d65d39cdc34f3d0b9c1aa53e50ae95f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Textile Credit Services Inc',});m_4d65d39cdc34f3d0b9c1aa53e50ae95f['infowindow'] = new google.maps.InfoWindow({content: $l4d65d39cdc34f3d0b9c1aa53e50ae95f});var infowindow = new google.maps.InfoWindow({content: $l4d65d39cdc34f3d0b9c1aa53e50ae95f});google.maps.event.addListener(m_4d65d39cdc34f3d0b9c1aa53e50ae95f, 'click', function() {infowindow.open(map,m_4d65d39cdc34f3d0b9c1aa53e50ae95f);});$marker.push(m_4d65d39cdc34f3d0b9c1aa53e50ae95f);}});}google.maps.event.addDomListener(window, 'load', initialize);