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.3666,-122.137)};var g_b6edc1cd1f36e45daf6d7824d7bb2283 = new google.maps.Geocoder();g_b6edc1cd1f36e45daf6d7824d7bb2283.geocode( { 'address': "176 Main St, Los Altos, CA 94022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-altos-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('los-altos-CA-bank-of-the-west'), mapOptions);}document.getElementById('e775bbdb').innerHTML += ' | View Map';var $lb6edc1cd1f36e45daf6d7824d7bb2283 = '

Bank of the West

Address: 176 Main St, Los Altos, CA 94022
Phone: (650) 948-4468
';var m_b6edc1cd1f36e45daf6d7824d7bb2283 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_b6edc1cd1f36e45daf6d7824d7bb2283['infowindow'] = new google.maps.InfoWindow({content: $lb6edc1cd1f36e45daf6d7824d7bb2283});var infowindow = new google.maps.InfoWindow({content: $lb6edc1cd1f36e45daf6d7824d7bb2283});google.maps.event.addListener(m_b6edc1cd1f36e45daf6d7824d7bb2283, 'click', function() {infowindow.open(map,m_b6edc1cd1f36e45daf6d7824d7bb2283);});$marker.push(m_b6edc1cd1f36e45daf6d7824d7bb2283);}});}google.maps.event.addDomListener(window, 'load', initialize);