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(32.8234,-117.12)};var g_95fc1e184d429ca772913d609a0d57c2 = new google.maps.Geocoder();g_95fc1e184d429ca772913d609a0d57c2.geocode( { 'address': "4719 Viewridge Ave #200, San Diego, CA 92123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-student-loan-service').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-student-loan-service'), mapOptions);}document.getElementById('d49e5d37').innerHTML += ' | View Map';var $l95fc1e184d429ca772913d609a0d57c2 = '

Student Loan Service.

Address: 4719 Viewridge Ave #200, San Diego, CA 92123, USA
Phone: (877) 927-6859
';var m_95fc1e184d429ca772913d609a0d57c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Loan Service.',});m_95fc1e184d429ca772913d609a0d57c2['infowindow'] = new google.maps.InfoWindow({content: $l95fc1e184d429ca772913d609a0d57c2});var infowindow = new google.maps.InfoWindow({content: $l95fc1e184d429ca772913d609a0d57c2});google.maps.event.addListener(m_95fc1e184d429ca772913d609a0d57c2, 'click', function() {infowindow.open(map,m_95fc1e184d429ca772913d609a0d57c2);});$marker.push(m_95fc1e184d429ca772913d609a0d57c2);}});}google.maps.event.addDomListener(window, 'load', initialize);