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.8266,-73.3408)};var g_3d57fe6de705fec3cecae336ae23a03a = new google.maps.Geocoder();g_3d57fe6de705fec3cecae336ae23a03a.geocode( { 'address': "3 Glen Hill Ct, Dix Hills, NY 11746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dix-hills-NY-atlantic-credit-foundation-inc').style.display = '';map = new google.maps.Map(document.getElementById('dix-hills-NY-atlantic-credit-foundation-inc'), mapOptions);}document.getElementById('0141f2e7').innerHTML += ' | View Map';var $l3d57fe6de705fec3cecae336ae23a03a = '

Atlantic Credit Foundation, Inc.

Address: 3 Glen Hill Ct, Dix Hills, NY 11746, USA
Phone: (800) 383-8349
';var m_3d57fe6de705fec3cecae336ae23a03a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Credit Foundation, Inc.',});m_3d57fe6de705fec3cecae336ae23a03a['infowindow'] = new google.maps.InfoWindow({content: $l3d57fe6de705fec3cecae336ae23a03a});var infowindow = new google.maps.InfoWindow({content: $l3d57fe6de705fec3cecae336ae23a03a});google.maps.event.addListener(m_3d57fe6de705fec3cecae336ae23a03a, 'click', function() {infowindow.open(map,m_3d57fe6de705fec3cecae336ae23a03a);});$marker.push(m_3d57fe6de705fec3cecae336ae23a03a);}});}google.maps.event.addDomListener(window, 'load', initialize);