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(32.8357,-116.765)};var g_857e9753bf235db1fa58ef2162bb6e42 = new google.maps.Geocoder();g_857e9753bf235db1fa58ef2162bb6e42.geocode( { 'address': "2250 Alpine Blvd, Alpine, CA 91901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpine-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('alpine-CA-california-bank--trust'), mapOptions);}document.getElementById('a5443153').innerHTML += ' | View Map';var $l857e9753bf235db1fa58ef2162bb6e42 = '

California Bank & Trust

Address: 2250 Alpine Blvd, Alpine, CA 91901, USA
Phone: (619) 445-6271
';var m_857e9753bf235db1fa58ef2162bb6e42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_857e9753bf235db1fa58ef2162bb6e42['infowindow'] = new google.maps.InfoWindow({content: $l857e9753bf235db1fa58ef2162bb6e42});var infowindow = new google.maps.InfoWindow({content: $l857e9753bf235db1fa58ef2162bb6e42});google.maps.event.addListener(m_857e9753bf235db1fa58ef2162bb6e42, 'click', function() {infowindow.open(map,m_857e9753bf235db1fa58ef2162bb6e42);});$marker.push(m_857e9753bf235db1fa58ef2162bb6e42);}});}google.maps.event.addDomListener(window, 'load', initialize);