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.6156,-117.705)};var g_efe2d4536fbb724f90ef5135b2899251 = new google.maps.Geocoder();g_efe2d4536fbb724f90ef5135b2899251.geocode( { 'address': "24346 Rockfield Blvd, Lake Forest, CA 92630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-forest-CA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('lake-forest-CA-onemain-financial'), mapOptions);}document.getElementById('6c99dacb').innerHTML += ' | View Map';var $lefe2d4536fbb724f90ef5135b2899251 = '

OneMain Financial

Address: 24346 Rockfield Blvd, Lake Forest, CA 92630, USA
Phone: (949) 699-6605
';var m_efe2d4536fbb724f90ef5135b2899251 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_efe2d4536fbb724f90ef5135b2899251['infowindow'] = new google.maps.InfoWindow({content: $lefe2d4536fbb724f90ef5135b2899251});var infowindow = new google.maps.InfoWindow({content: $lefe2d4536fbb724f90ef5135b2899251});google.maps.event.addListener(m_efe2d4536fbb724f90ef5135b2899251, 'click', function() {infowindow.open(map,m_efe2d4536fbb724f90ef5135b2899251);});$marker.push(m_efe2d4536fbb724f90ef5135b2899251);}});}google.maps.event.addDomListener(window, 'load', initialize);