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.7541,-73.404)};var g_7f96f4aecd2eb820728e193ff12bb5f2 = new google.maps.Geocoder();g_7f96f4aecd2eb820728e193ff12bb5f2.geocode( { 'address': "222 Central Ave, Farmingdale, NY 11735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmingdale-NY-national-student-loan-service-center').style.display = '';map = new google.maps.Map(document.getElementById('farmingdale-NY-national-student-loan-service-center'), mapOptions);}document.getElementById('d5784455').innerHTML += ' | View Map';var $l7f96f4aecd2eb820728e193ff12bb5f2 = '

National Student Loan Service Center

Address: 222 Central Ave, Farmingdale, NY 11735, USA
Phone: (888) 384-0877
';var m_7f96f4aecd2eb820728e193ff12bb5f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Student Loan Service Center',});m_7f96f4aecd2eb820728e193ff12bb5f2['infowindow'] = new google.maps.InfoWindow({content: $l7f96f4aecd2eb820728e193ff12bb5f2});var infowindow = new google.maps.InfoWindow({content: $l7f96f4aecd2eb820728e193ff12bb5f2});google.maps.event.addListener(m_7f96f4aecd2eb820728e193ff12bb5f2, 'click', function() {infowindow.open(map,m_7f96f4aecd2eb820728e193ff12bb5f2);});$marker.push(m_7f96f4aecd2eb820728e193ff12bb5f2);}});}google.maps.event.addDomListener(window, 'load', initialize);