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.6111,-121.517)};var g_7625ea264f45f56580051d58521dd1db = new google.maps.Geocoder();g_7625ea264f45f56580051d58521dd1db.geocode( { 'address': "2399 Gateway Oaks Dr # 110, Sacramento, CA 95833, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-california-bank--trust-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-california-bank--trust-loan-center'), mapOptions);}document.getElementById('440de883').innerHTML += ' | View Map';var $l7625ea264f45f56580051d58521dd1db = '

California Bank & Trust Loan Center

Address: 2399 Gateway Oaks Dr # 110, Sacramento, CA 95833, USA
Phone: (916) 641-3015
';var m_7625ea264f45f56580051d58521dd1db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust Loan Center',});m_7625ea264f45f56580051d58521dd1db['infowindow'] = new google.maps.InfoWindow({content: $l7625ea264f45f56580051d58521dd1db});var infowindow = new google.maps.InfoWindow({content: $l7625ea264f45f56580051d58521dd1db});google.maps.event.addListener(m_7625ea264f45f56580051d58521dd1db, 'click', function() {infowindow.open(map,m_7625ea264f45f56580051d58521dd1db);});$marker.push(m_7625ea264f45f56580051d58521dd1db);}});}google.maps.event.addDomListener(window, 'load', initialize);