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(34.0571,-118.376)};var g_7007ef6490ed8f76a59c4969841851cf = new google.maps.Geocoder();g_7007ef6490ed8f76a59c4969841851cf.geocode( { 'address': "1080 S La Cienega Blvd #310, Los Angeles, CA 90035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-process-my-student-loans').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-process-my-student-loans'), mapOptions);}document.getElementById('49dae7a0').innerHTML += ' | View Map';var $l7007ef6490ed8f76a59c4969841851cf = '

Process My Student Loans

Address: 1080 S La Cienega Blvd #310, Los Angeles, CA 90035, USA
Phone: (424) 704-8191
';var m_7007ef6490ed8f76a59c4969841851cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Process My Student Loans',});m_7007ef6490ed8f76a59c4969841851cf['infowindow'] = new google.maps.InfoWindow({content: $l7007ef6490ed8f76a59c4969841851cf});var infowindow = new google.maps.InfoWindow({content: $l7007ef6490ed8f76a59c4969841851cf});google.maps.event.addListener(m_7007ef6490ed8f76a59c4969841851cf, 'click', function() {infowindow.open(map,m_7007ef6490ed8f76a59c4969841851cf);});$marker.push(m_7007ef6490ed8f76a59c4969841851cf);}});}google.maps.event.addDomListener(window, 'load', initialize);