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.8106,-121.913)};var g_c19a2fac971372a61d1151a3a39d4986 = new google.maps.Geocoder();g_c19a2fac971372a61d1151a3a39d4986.geocode( { 'address': "4125 Blackhawk Plaza Cir, Danville, CA 94506"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('danville-CA-california-bank-trust'), mapOptions);}document.getElementById('bcfab23e').innerHTML += ' | View Map';var $lc19a2fac971372a61d1151a3a39d4986 = '

California Bank & Trust

Address: 4125 Blackhawk Plaza Cir, Danville, CA 94506
Phone: (925) 648-3713
';var m_c19a2fac971372a61d1151a3a39d4986 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_c19a2fac971372a61d1151a3a39d4986['infowindow'] = new google.maps.InfoWindow({content: $lc19a2fac971372a61d1151a3a39d4986});var infowindow = new google.maps.InfoWindow({content: $lc19a2fac971372a61d1151a3a39d4986});google.maps.event.addListener(m_c19a2fac971372a61d1151a3a39d4986, 'click', function() {infowindow.open(map,m_c19a2fac971372a61d1151a3a39d4986);});$marker.push(m_c19a2fac971372a61d1151a3a39d4986);}});}google.maps.event.addDomListener(window, 'load', initialize);