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.4265,-122.145)};var g_69744f719acb4dc62d5d5c24fed3c78c = new google.maps.Geocoder();g_69744f719acb4dc62d5d5c24fed3c78c.geocode( { 'address': "414 California Ave, Palo Alto, CA 94306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palo-alto-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('palo-alto-CA-bank-of-the-west'), mapOptions);}document.getElementById('44426efe').innerHTML += ' | View Map';var $l69744f719acb4dc62d5d5c24fed3c78c = '

Bank of the West

Address: 414 California Ave, Palo Alto, CA 94306, USA
Phone: (650) 327-6000
';var m_69744f719acb4dc62d5d5c24fed3c78c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_69744f719acb4dc62d5d5c24fed3c78c['infowindow'] = new google.maps.InfoWindow({content: $l69744f719acb4dc62d5d5c24fed3c78c});var infowindow = new google.maps.InfoWindow({content: $l69744f719acb4dc62d5d5c24fed3c78c});google.maps.event.addListener(m_69744f719acb4dc62d5d5c24fed3c78c, 'click', function() {infowindow.open(map,m_69744f719acb4dc62d5d5c24fed3c78c);});$marker.push(m_69744f719acb4dc62d5d5c24fed3c78c);}});}google.maps.event.addDomListener(window, 'load', initialize);