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.6147,-73.7469)};var g_bdc558633933ee61fde64d4a765ebd8b = new google.maps.Geocoder();g_bdc558633933ee61fde64d4a765ebd8b.geocode( { 'address': "113 Doughty Blvd, Inwood, NY 11096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('inwood-NY-ait-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('inwood-NY-ait-credit-services'), mapOptions);}document.getElementById('642c1a73').innerHTML += ' | View Map';var $lbdc558633933ee61fde64d4a765ebd8b = '

AIT Credit Services

Address: 113 Doughty Blvd, Inwood, NY 11096, USA
Phone: (516) 371-6369
';var m_bdc558633933ee61fde64d4a765ebd8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AIT Credit Services',});m_bdc558633933ee61fde64d4a765ebd8b['infowindow'] = new google.maps.InfoWindow({content: $lbdc558633933ee61fde64d4a765ebd8b});var infowindow = new google.maps.InfoWindow({content: $lbdc558633933ee61fde64d4a765ebd8b});google.maps.event.addListener(m_bdc558633933ee61fde64d4a765ebd8b, 'click', function() {infowindow.open(map,m_bdc558633933ee61fde64d4a765ebd8b);});$marker.push(m_bdc558633933ee61fde64d4a765ebd8b);}});}google.maps.event.addDomListener(window, 'load', initialize);