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.4946,-117.663)};var g_a3e19d313376301a67986aef17606b9a = new google.maps.Geocoder();g_a3e19d313376301a67986aef17606b9a.geocode( { 'address': "32221 Camino Capistrano, San Juan Capistrano, CA 92675, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-juan-capistrano-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('san-juan-capistrano-CA-california-bank--trust'), mapOptions);}document.getElementById('d99a26f0').innerHTML += ' | View Map';var $la3e19d313376301a67986aef17606b9a = '

California Bank & Trust

Address: 32221 Camino Capistrano, San Juan Capistrano, CA 92675, USA
Phone: (949) 248-0100
';var m_a3e19d313376301a67986aef17606b9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_a3e19d313376301a67986aef17606b9a['infowindow'] = new google.maps.InfoWindow({content: $la3e19d313376301a67986aef17606b9a});var infowindow = new google.maps.InfoWindow({content: $la3e19d313376301a67986aef17606b9a});google.maps.event.addListener(m_a3e19d313376301a67986aef17606b9a, 'click', function() {infowindow.open(map,m_a3e19d313376301a67986aef17606b9a);});$marker.push(m_a3e19d313376301a67986aef17606b9a);}});}google.maps.event.addDomListener(window, 'load', initialize);