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(33.1921,-117.236)};var g_48d017ff417fea9de1db8bd8dabef7ed = new google.maps.Geocoder();g_48d017ff417fea9de1db8bd8dabef7ed.geocode( { 'address': "140 Civic Center Dr, Vista, CA 92084"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vista-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('vista-CA-california-bank-trust'), mapOptions);}document.getElementById('a4dfd47d').innerHTML += ' | View Map';var $l48d017ff417fea9de1db8bd8dabef7ed = '

California Bank & Trust

Address: 140 Civic Center Dr, Vista, CA 92084
Phone: (760) 940-2600
';var m_48d017ff417fea9de1db8bd8dabef7ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_48d017ff417fea9de1db8bd8dabef7ed['infowindow'] = new google.maps.InfoWindow({content: $l48d017ff417fea9de1db8bd8dabef7ed});var infowindow = new google.maps.InfoWindow({content: $l48d017ff417fea9de1db8bd8dabef7ed});google.maps.event.addListener(m_48d017ff417fea9de1db8bd8dabef7ed, 'click', function() {infowindow.open(map,m_48d017ff417fea9de1db8bd8dabef7ed);});$marker.push(m_48d017ff417fea9de1db8bd8dabef7ed);}});}google.maps.event.addDomListener(window, 'load', initialize);