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.6959,-122.076)};var g_e165a2677bb8cfa3ed9b1d0a4a8938e4 = new google.maps.Geocoder();g_e165a2677bb8cfa3ed9b1d0a4a8938e4.geocode( { 'address': "3396 Castro Valley Blvd, Castro Valley, CA 94546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castro-valley-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('castro-valley-CA-bank-of-the-west'), mapOptions);}document.getElementById('f7068f97').innerHTML += ' | View Map';var $le165a2677bb8cfa3ed9b1d0a4a8938e4 = '

Bank of the West

Address: 3396 Castro Valley Blvd, Castro Valley, CA 94546, USA
Phone: (510) 582-1086
';var m_e165a2677bb8cfa3ed9b1d0a4a8938e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_e165a2677bb8cfa3ed9b1d0a4a8938e4['infowindow'] = new google.maps.InfoWindow({content: $le165a2677bb8cfa3ed9b1d0a4a8938e4});var infowindow = new google.maps.InfoWindow({content: $le165a2677bb8cfa3ed9b1d0a4a8938e4});google.maps.event.addListener(m_e165a2677bb8cfa3ed9b1d0a4a8938e4, 'click', function() {infowindow.open(map,m_e165a2677bb8cfa3ed9b1d0a4a8938e4);});$marker.push(m_e165a2677bb8cfa3ed9b1d0a4a8938e4);}});}google.maps.event.addDomListener(window, 'load', initialize);