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(38.5697,-121.482)};var g_7cf64721b76a6355fe9ee5a3ba6b72d6 = new google.maps.Geocoder();g_7cf64721b76a6355fe9ee5a3ba6b72d6.geocode( { 'address': "2016 P St #100, Sacramento, CA 95811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-automotive-signature-loan-program').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-automotive-signature-loan-program'), mapOptions);}document.getElementById('d3152982').innerHTML += ' | View Map';var $l7cf64721b76a6355fe9ee5a3ba6b72d6 = '

Automotive Signature Loan Program

Address: 2016 P St #100, Sacramento, CA 95811, USA
Phone: (800) 379-3800
';var m_7cf64721b76a6355fe9ee5a3ba6b72d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Automotive Signature Loan Program',});m_7cf64721b76a6355fe9ee5a3ba6b72d6['infowindow'] = new google.maps.InfoWindow({content: $l7cf64721b76a6355fe9ee5a3ba6b72d6});var infowindow = new google.maps.InfoWindow({content: $l7cf64721b76a6355fe9ee5a3ba6b72d6});google.maps.event.addListener(m_7cf64721b76a6355fe9ee5a3ba6b72d6, 'click', function() {infowindow.open(map,m_7cf64721b76a6355fe9ee5a3ba6b72d6);});$marker.push(m_7cf64721b76a6355fe9ee5a3ba6b72d6);}});}google.maps.event.addDomListener(window, 'load', initialize);