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.6978,-118.145)};var g_051a1c3c16675e958c16a07088a0bd27 = new google.maps.Geocoder();g_051a1c3c16675e958c16a07088a0bd27.geocode( { 'address': "831 W Lancaster Blvd, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-california-bank--trust'), mapOptions);}document.getElementById('c21c038d').innerHTML += ' | View Map';var $l051a1c3c16675e958c16a07088a0bd27 = '

California Bank & Trust

Address: 831 W Lancaster Blvd, Lancaster, CA 93534, USA
Phone: (661) 945-4511
';var m_051a1c3c16675e958c16a07088a0bd27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_051a1c3c16675e958c16a07088a0bd27['infowindow'] = new google.maps.InfoWindow({content: $l051a1c3c16675e958c16a07088a0bd27});var infowindow = new google.maps.InfoWindow({content: $l051a1c3c16675e958c16a07088a0bd27});google.maps.event.addListener(m_051a1c3c16675e958c16a07088a0bd27, 'click', function() {infowindow.open(map,m_051a1c3c16675e958c16a07088a0bd27);});$marker.push(m_051a1c3c16675e958c16a07088a0bd27);}});}google.maps.event.addDomListener(window, 'load', initialize);