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.6017,-118.145)};var g_6868e581382cc1c0d24e352a4e262ac0 = new google.maps.Geocoder();g_6868e581382cc1c0d24e352a4e262ac0.geocode( { 'address': "748 W Rancho Vista Blvd, Palmdale, CA 93551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-california-bank--trust'), mapOptions);}document.getElementById('d12f58e4').innerHTML += ' | View Map';var $l6868e581382cc1c0d24e352a4e262ac0 = '

California Bank & Trust

Address: 748 W Rancho Vista Blvd, Palmdale, CA 93551, USA
Phone: (661) 273-9400
';var m_6868e581382cc1c0d24e352a4e262ac0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_6868e581382cc1c0d24e352a4e262ac0['infowindow'] = new google.maps.InfoWindow({content: $l6868e581382cc1c0d24e352a4e262ac0});var infowindow = new google.maps.InfoWindow({content: $l6868e581382cc1c0d24e352a4e262ac0});google.maps.event.addListener(m_6868e581382cc1c0d24e352a4e262ac0, 'click', function() {infowindow.open(map,m_6868e581382cc1c0d24e352a4e262ac0);});$marker.push(m_6868e581382cc1c0d24e352a4e262ac0);}});}google.maps.event.addDomListener(window, 'load', initialize);