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.6015,-117.712)};var g_ac706d88ae71fe18a5617ca79e87847f = new google.maps.Geocoder();g_ac706d88ae71fe18a5617ca79e87847f.geocode( { 'address': "24012 Calle de la Plata, Laguna Hills, CA 92653"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-hills-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('laguna-hills-CA-california-bank-trust'), mapOptions);}document.getElementById('133d405f').innerHTML += ' | View Map';var $lac706d88ae71fe18a5617ca79e87847f = '

California Bank & Trust

Address: 24012 Calle de la Plata, Laguna Hills, CA 92653
Phone: (949) 598-7942
';var m_ac706d88ae71fe18a5617ca79e87847f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_ac706d88ae71fe18a5617ca79e87847f['infowindow'] = new google.maps.InfoWindow({content: $lac706d88ae71fe18a5617ca79e87847f});var infowindow = new google.maps.InfoWindow({content: $lac706d88ae71fe18a5617ca79e87847f});google.maps.event.addListener(m_ac706d88ae71fe18a5617ca79e87847f, 'click', function() {infowindow.open(map,m_ac706d88ae71fe18a5617ca79e87847f);});$marker.push(m_ac706d88ae71fe18a5617ca79e87847f);}});}google.maps.event.addDomListener(window, 'load', initialize);