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(33.979,-118.394)};var g_62a769a0a8e3874e881877ae7e5690cb = new google.maps.Geocoder();g_62a769a0a8e3874e881877ae7e5690cb.geocode( { 'address': "6701 Center Dr W Ste 500, Los Angeles, CA 90045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-all-student-loan-corporation').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-all-student-loan-corporation'), mapOptions);}document.getElementById('0548fb00').innerHTML += ' | View Map';var $l62a769a0a8e3874e881877ae7e5690cb = '

All Student Loan Corporation

Address: 6701 Center Dr W Ste 500, Los Angeles, CA 90045, USA
Phone: (310) 649-1927
';var m_62a769a0a8e3874e881877ae7e5690cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All Student Loan Corporation',});m_62a769a0a8e3874e881877ae7e5690cb['infowindow'] = new google.maps.InfoWindow({content: $l62a769a0a8e3874e881877ae7e5690cb});var infowindow = new google.maps.InfoWindow({content: $l62a769a0a8e3874e881877ae7e5690cb});google.maps.event.addListener(m_62a769a0a8e3874e881877ae7e5690cb, 'click', function() {infowindow.open(map,m_62a769a0a8e3874e881877ae7e5690cb);});$marker.push(m_62a769a0a8e3874e881877ae7e5690cb);}});}google.maps.event.addDomListener(window, 'load', initialize);