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.5598,-117.729)};var g_004f80e7f7de9dfcf83c20e0174e41cd = new google.maps.Geocoder();g_004f80e7f7de9dfcf83c20e0174e41cd.geocode( { 'address': "6A Liberty #175, Aliso Viejo, CA 92656, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliso-viejo-CA-the-student-loan-group').style.display = '';map = new google.maps.Map(document.getElementById('aliso-viejo-CA-the-student-loan-group'), mapOptions);}document.getElementById('3a348083').innerHTML += ' | View Map';var $l004f80e7f7de9dfcf83c20e0174e41cd = '

The Student Loan Group

Address: 6A Liberty #175, Aliso Viejo, CA 92656, USA
Phone: (888) 847-5617
';var m_004f80e7f7de9dfcf83c20e0174e41cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Student Loan Group',});m_004f80e7f7de9dfcf83c20e0174e41cd['infowindow'] = new google.maps.InfoWindow({content: $l004f80e7f7de9dfcf83c20e0174e41cd});var infowindow = new google.maps.InfoWindow({content: $l004f80e7f7de9dfcf83c20e0174e41cd});google.maps.event.addListener(m_004f80e7f7de9dfcf83c20e0174e41cd, 'click', function() {infowindow.open(map,m_004f80e7f7de9dfcf83c20e0174e41cd);});$marker.push(m_004f80e7f7de9dfcf83c20e0174e41cd);}});}google.maps.event.addDomListener(window, 'load', initialize);