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.1725,-118.567)};var g_75a8258561d792bf43c977e3f2621b4a = new google.maps.Geocoder();g_75a8258561d792bf43c977e3f2621b4a.geocode( { 'address': "19935 Ventura Blvd #377, Woodland Hills, CA 91364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-nationwide-student-loan').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-nationwide-student-loan'), mapOptions);}document.getElementById('0aadbd4a').innerHTML += ' | View Map';var $l75a8258561d792bf43c977e3f2621b4a = '

Nationwide Student Loan

Address: 19935 Ventura Blvd #377, Woodland Hills, CA 91364, USA
Phone: (800) 672-7579
';var m_75a8258561d792bf43c977e3f2621b4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Student Loan',});m_75a8258561d792bf43c977e3f2621b4a['infowindow'] = new google.maps.InfoWindow({content: $l75a8258561d792bf43c977e3f2621b4a});var infowindow = new google.maps.InfoWindow({content: $l75a8258561d792bf43c977e3f2621b4a});google.maps.event.addListener(m_75a8258561d792bf43c977e3f2621b4a, 'click', function() {infowindow.open(map,m_75a8258561d792bf43c977e3f2621b4a);});$marker.push(m_75a8258561d792bf43c977e3f2621b4a);}});}google.maps.event.addDomListener(window, 'load', initialize);