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.2577,-117.19)};var g_01a899bb19a5677cc5af65c22534c57f = new google.maps.Geocoder();g_01a899bb19a5677cc5af65c22534c57f.geocode( { 'address': "28200 Highway 189, Lake Arrowhead, CA 92352"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-arrowhead-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('lake-arrowhead-CA-california-bank-trust'), mapOptions);}document.getElementById('bc0d29fb').innerHTML += ' | View Map';var $l01a899bb19a5677cc5af65c22534c57f = '

California Bank & Trust

Address: 28200 Highway 189, Lake Arrowhead, CA 92352
Phone: (909) 337-8581
';var m_01a899bb19a5677cc5af65c22534c57f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_01a899bb19a5677cc5af65c22534c57f['infowindow'] = new google.maps.InfoWindow({content: $l01a899bb19a5677cc5af65c22534c57f});var infowindow = new google.maps.InfoWindow({content: $l01a899bb19a5677cc5af65c22534c57f});google.maps.event.addListener(m_01a899bb19a5677cc5af65c22534c57f, 'click', function() {infowindow.open(map,m_01a899bb19a5677cc5af65c22534c57f);});$marker.push(m_01a899bb19a5677cc5af65c22534c57f);}});}google.maps.event.addDomListener(window, 'load', initialize);