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.652,-122.106)};var g_4efc93ce552c200ce4389a07ef02514c = new google.maps.Geocoder();g_4efc93ce552c200ce4389a07ef02514c.geocode( { 'address': "785 Southland Dr, Hayward, CA 94545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayward-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('hayward-CA-california-bank--trust'), mapOptions);}document.getElementById('512059d7').innerHTML += ' | View Map';var $l4efc93ce552c200ce4389a07ef02514c = '

California Bank & Trust

Address: 785 Southland Dr, Hayward, CA 94545, USA
Phone: (510) 785-6100
';var m_4efc93ce552c200ce4389a07ef02514c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_4efc93ce552c200ce4389a07ef02514c['infowindow'] = new google.maps.InfoWindow({content: $l4efc93ce552c200ce4389a07ef02514c});var infowindow = new google.maps.InfoWindow({content: $l4efc93ce552c200ce4389a07ef02514c});google.maps.event.addListener(m_4efc93ce552c200ce4389a07ef02514c, 'click', function() {infowindow.open(map,m_4efc93ce552c200ce4389a07ef02514c);});$marker.push(m_4efc93ce552c200ce4389a07ef02514c);}});}google.maps.event.addDomListener(window, 'load', initialize);