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(37.8882,-122.294)};var g_060c6421d9f587d314aed73fe78d72c2 = new google.maps.Geocoder();g_060c6421d9f587d314aed73fe78d72c2.geocode( { 'address': "1451 Solano Ave, Albany, CA 94706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('albany-CA-california-bank-trust'), mapOptions);}document.getElementById('903d31d4').innerHTML += ' | View Map';var $l060c6421d9f587d314aed73fe78d72c2 = '

California Bank & Trust

Address: 1451 Solano Ave, Albany, CA 94706
Phone: (510) 527-8141
';var m_060c6421d9f587d314aed73fe78d72c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_060c6421d9f587d314aed73fe78d72c2['infowindow'] = new google.maps.InfoWindow({content: $l060c6421d9f587d314aed73fe78d72c2});var infowindow = new google.maps.InfoWindow({content: $l060c6421d9f587d314aed73fe78d72c2});google.maps.event.addListener(m_060c6421d9f587d314aed73fe78d72c2, 'click', function() {infowindow.open(map,m_060c6421d9f587d314aed73fe78d72c2);});$marker.push(m_060c6421d9f587d314aed73fe78d72c2);}});}google.maps.event.addDomListener(window, 'load', initialize);