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.715,-117.99)};var g_e8b3ed0ab3b41af831e4197e98a0145e = new google.maps.Geocoder();g_e8b3ed0ab3b41af831e4197e98a0145e.geocode( { 'address': "17011 Beach Blvd #822, Huntington Beach, CA 92647, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-student-loan-counsel').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-student-loan-counsel'), mapOptions);}document.getElementById('54e20ca2').innerHTML += ' | View Map';var $le8b3ed0ab3b41af831e4197e98a0145e = '

Student Loan Counsel

Address: 17011 Beach Blvd #822, Huntington Beach, CA 92647, USA
Phone: (800) 617-0078
';var m_e8b3ed0ab3b41af831e4197e98a0145e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Loan Counsel',});m_e8b3ed0ab3b41af831e4197e98a0145e['infowindow'] = new google.maps.InfoWindow({content: $le8b3ed0ab3b41af831e4197e98a0145e});var infowindow = new google.maps.InfoWindow({content: $le8b3ed0ab3b41af831e4197e98a0145e});google.maps.event.addListener(m_e8b3ed0ab3b41af831e4197e98a0145e, 'click', function() {infowindow.open(map,m_e8b3ed0ab3b41af831e4197e98a0145e);});$marker.push(m_e8b3ed0ab3b41af831e4197e98a0145e);}});}google.maps.event.addDomListener(window, 'load', initialize);