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(37.0902,-95.7129)};var g_935f11d569819a901970af4c6c1548a3 = new google.maps.Geocoder();g_935f11d569819a901970af4c6c1548a3.geocode( { 'address': "2629 Manhattan Beach Blvd #125, Redondo Beach, CA 90278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-student-loan-relief-dept').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-student-loan-relief-dept'), mapOptions);}document.getElementById('507688e9').innerHTML += ' | View Map';var $l935f11d569819a901970af4c6c1548a3 = '

Student Loan Relief Dept

Address: 2629 Manhattan Beach Blvd #125, Redondo Beach, CA 90278, USA
Phone: (844) 677-0550
';var m_935f11d569819a901970af4c6c1548a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Loan Relief Dept',});m_935f11d569819a901970af4c6c1548a3['infowindow'] = new google.maps.InfoWindow({content: $l935f11d569819a901970af4c6c1548a3});var infowindow = new google.maps.InfoWindow({content: $l935f11d569819a901970af4c6c1548a3});google.maps.event.addListener(m_935f11d569819a901970af4c6c1548a3, 'click', function() {infowindow.open(map,m_935f11d569819a901970af4c6c1548a3);});$marker.push(m_935f11d569819a901970af4c6c1548a3);}});}google.maps.event.addDomListener(window, 'load', initialize);