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.3454,-121.898)};var g_3ef5f414ea459523ebcefaa5eb2ba631 = new google.maps.Geocoder();g_3ef5f414ea459523ebcefaa5eb2ba631.geocode( { 'address': "515 N 1st St, San Jose, CA 95112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-california-bank--trust'), mapOptions);}document.getElementById('074b218a').innerHTML += ' | View Map';var $l3ef5f414ea459523ebcefaa5eb2ba631 = '

California Bank & Trust

Address: 515 N 1st St, San Jose, CA 95112, USA
Phone: (408) 975-3350
';var m_3ef5f414ea459523ebcefaa5eb2ba631 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_3ef5f414ea459523ebcefaa5eb2ba631['infowindow'] = new google.maps.InfoWindow({content: $l3ef5f414ea459523ebcefaa5eb2ba631});var infowindow = new google.maps.InfoWindow({content: $l3ef5f414ea459523ebcefaa5eb2ba631});google.maps.event.addListener(m_3ef5f414ea459523ebcefaa5eb2ba631, 'click', function() {infowindow.open(map,m_3ef5f414ea459523ebcefaa5eb2ba631);});$marker.push(m_3ef5f414ea459523ebcefaa5eb2ba631);}});}google.maps.event.addDomListener(window, 'load', initialize);