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.3373,-122.015)};var g_70b98d30e383df910ce3d693603404fb = new google.maps.Geocoder();g_70b98d30e383df910ce3d693603404fb.geocode( { 'address': "11111 N Wolfe Rd A, Cupertino, CA 95014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cupertino-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('cupertino-CA-bank-of-the-west'), mapOptions);}document.getElementById('54ac99c1').innerHTML += ' | View Map';var $l70b98d30e383df910ce3d693603404fb = '

Bank of the West

Address: 11111 N Wolfe Rd A, Cupertino, CA 95014, USA
Phone: (408) 777-0233
';var m_70b98d30e383df910ce3d693603404fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_70b98d30e383df910ce3d693603404fb['infowindow'] = new google.maps.InfoWindow({content: $l70b98d30e383df910ce3d693603404fb});var infowindow = new google.maps.InfoWindow({content: $l70b98d30e383df910ce3d693603404fb});google.maps.event.addListener(m_70b98d30e383df910ce3d693603404fb, 'click', function() {infowindow.open(map,m_70b98d30e383df910ce3d693603404fb);});$marker.push(m_70b98d30e383df910ce3d693603404fb);}});}google.maps.event.addDomListener(window, 'load', initialize);