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.2273,-121.981)};var g_93d65641ff3f1586614cf2c1ad240b6c = new google.maps.Geocoder();g_93d65641ff3f1586614cf2c1ad240b6c.geocode( { 'address': "308 N Santa Cruz Ave, Los Gatos, CA 95030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-bank-of-the-west'), mapOptions);}document.getElementById('4b4a796e').innerHTML += ' | View Map';var $l93d65641ff3f1586614cf2c1ad240b6c = '

Bank of the West

Address: 308 N Santa Cruz Ave, Los Gatos, CA 95030, USA
Phone: (408) 827-3171
';var m_93d65641ff3f1586614cf2c1ad240b6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_93d65641ff3f1586614cf2c1ad240b6c['infowindow'] = new google.maps.InfoWindow({content: $l93d65641ff3f1586614cf2c1ad240b6c});var infowindow = new google.maps.InfoWindow({content: $l93d65641ff3f1586614cf2c1ad240b6c});google.maps.event.addListener(m_93d65641ff3f1586614cf2c1ad240b6c, 'click', function() {infowindow.open(map,m_93d65641ff3f1586614cf2c1ad240b6c);});$marker.push(m_93d65641ff3f1586614cf2c1ad240b6c);}});}google.maps.event.addDomListener(window, 'load', initialize);