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(34.153,-118.603)};var g_2a3682443b92393616edb0368d5c52cf = new google.maps.Geocoder();g_2a3682443b92393616edb0368d5c52cf.geocode( { 'address': "21800 Burbank Blvd, Woodland Hills, CA 91367"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-hills-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('woodland-hills-CA-california-bank-trust'), mapOptions);}document.getElementById('d3b956f0').innerHTML += ' | View Map';var $l2a3682443b92393616edb0368d5c52cf = '

California Bank & Trust

Address: 21800 Burbank Blvd, Woodland Hills, CA 91367
Phone: (818) 251-2500
';var m_2a3682443b92393616edb0368d5c52cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_2a3682443b92393616edb0368d5c52cf['infowindow'] = new google.maps.InfoWindow({content: $l2a3682443b92393616edb0368d5c52cf});var infowindow = new google.maps.InfoWindow({content: $l2a3682443b92393616edb0368d5c52cf});google.maps.event.addListener(m_2a3682443b92393616edb0368d5c52cf, 'click', function() {infowindow.open(map,m_2a3682443b92393616edb0368d5c52cf);});$marker.push(m_2a3682443b92393616edb0368d5c52cf);}});}google.maps.event.addDomListener(window, 'load', initialize);