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.7419,-117.747)};var g_0a5818169326f4d6907c27d14718f8bb = new google.maps.Geocoder();g_0a5818169326f4d6907c27d14718f8bb.geocode( { 'address': "1900 Main St, Irvine, CA 92614"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-california-bank-trust'), mapOptions);}document.getElementById('d3481326').innerHTML += ' | View Map';var $l0a5818169326f4d6907c27d14718f8bb = '

California Bank & Trust

Address: 1900 Main St, Irvine, CA 92614
Phone: (949) 223-7500
';var m_0a5818169326f4d6907c27d14718f8bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_0a5818169326f4d6907c27d14718f8bb['infowindow'] = new google.maps.InfoWindow({content: $l0a5818169326f4d6907c27d14718f8bb});var infowindow = new google.maps.InfoWindow({content: $l0a5818169326f4d6907c27d14718f8bb});google.maps.event.addListener(m_0a5818169326f4d6907c27d14718f8bb, 'click', function() {infowindow.open(map,m_0a5818169326f4d6907c27d14718f8bb);});$marker.push(m_0a5818169326f4d6907c27d14718f8bb);}});}google.maps.event.addDomListener(window, 'load', initialize);