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.9612,-121.75)};var g_55a85e71b468ef171a7d4509b3f35f36 = new google.maps.Geocoder();g_55a85e71b468ef171a7d4509b3f35f36.geocode( { 'address': "5421 Lone Tree Way #130, Brentwood, CA 94513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brentwood-CA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('brentwood-CA-onemain-financial'), mapOptions);}document.getElementById('c18003f5').innerHTML += ' | View Map';var $l55a85e71b468ef171a7d4509b3f35f36 = '

OneMain Financial

Address: 5421 Lone Tree Way #130, Brentwood, CA 94513, USA
Phone: (925) 516-6400
';var m_55a85e71b468ef171a7d4509b3f35f36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_55a85e71b468ef171a7d4509b3f35f36['infowindow'] = new google.maps.InfoWindow({content: $l55a85e71b468ef171a7d4509b3f35f36});var infowindow = new google.maps.InfoWindow({content: $l55a85e71b468ef171a7d4509b3f35f36});google.maps.event.addListener(m_55a85e71b468ef171a7d4509b3f35f36, 'click', function() {infowindow.open(map,m_55a85e71b468ef171a7d4509b3f35f36);});$marker.push(m_55a85e71b468ef171a7d4509b3f35f36);}});}google.maps.event.addDomListener(window, 'load', initialize);