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.8491,-118.04)};var g_22a8e2e42717b659ac2f6f95bf44a647 = new google.maps.Geocoder();g_22a8e2e42717b659ac2f6f95bf44a647.geocode( { 'address': "5471 Orangethorpe Ave, La Palma, CA 90623"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-palma-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('la-palma-CA-california-bank-trust'), mapOptions);}document.getElementById('3d438803').innerHTML += ' | View Map';var $l22a8e2e42717b659ac2f6f95bf44a647 = '

California Bank & Trust

Address: 5471 Orangethorpe Ave, La Palma, CA 90623
Phone: (714) 523-9090
';var m_22a8e2e42717b659ac2f6f95bf44a647 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_22a8e2e42717b659ac2f6f95bf44a647['infowindow'] = new google.maps.InfoWindow({content: $l22a8e2e42717b659ac2f6f95bf44a647});var infowindow = new google.maps.InfoWindow({content: $l22a8e2e42717b659ac2f6f95bf44a647});google.maps.event.addListener(m_22a8e2e42717b659ac2f6f95bf44a647, 'click', function() {infowindow.open(map,m_22a8e2e42717b659ac2f6f95bf44a647);});$marker.push(m_22a8e2e42717b659ac2f6f95bf44a647);}});}google.maps.event.addDomListener(window, 'load', initialize);