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.52,-117.167)};var g_33f2481179ad598a2b87005cec4b6830 = new google.maps.Geocoder();g_33f2481179ad598a2b87005cec4b6830.geocode( { 'address': "41615 Winchester Rd, Temecula, CA 92590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temecula-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('temecula-CA-california-bank--trust'), mapOptions);}document.getElementById('a711be35').innerHTML += ' | View Map';var $l33f2481179ad598a2b87005cec4b6830 = '

California Bank & Trust

Address: 41615 Winchester Rd, Temecula, CA 92590, USA
Phone: (951) 296-2422
';var m_33f2481179ad598a2b87005cec4b6830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_33f2481179ad598a2b87005cec4b6830['infowindow'] = new google.maps.InfoWindow({content: $l33f2481179ad598a2b87005cec4b6830});var infowindow = new google.maps.InfoWindow({content: $l33f2481179ad598a2b87005cec4b6830});google.maps.event.addListener(m_33f2481179ad598a2b87005cec4b6830, 'click', function() {infowindow.open(map,m_33f2481179ad598a2b87005cec4b6830);});$marker.push(m_33f2481179ad598a2b87005cec4b6830);}});}google.maps.event.addDomListener(window, 'load', initialize);