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.4899,-122.228)};var g_2ff1458018aee51dab78ad788bc6e58b = new google.maps.Geocoder();g_2ff1458018aee51dab78ad788bc6e58b.geocode( { 'address': "900 Veterans Blvd Ste 100, Redwood City, CA 94063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-bank-of-the-west'), mapOptions);}document.getElementById('5f09b3cb').innerHTML += ' | View Map';var $l2ff1458018aee51dab78ad788bc6e58b = '

Bank of the West

Address: 900 Veterans Blvd Ste 100, Redwood City, CA 94063, USA
Phone: (650) 249-4750
';var m_2ff1458018aee51dab78ad788bc6e58b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_2ff1458018aee51dab78ad788bc6e58b['infowindow'] = new google.maps.InfoWindow({content: $l2ff1458018aee51dab78ad788bc6e58b});var infowindow = new google.maps.InfoWindow({content: $l2ff1458018aee51dab78ad788bc6e58b});google.maps.event.addListener(m_2ff1458018aee51dab78ad788bc6e58b, 'click', function() {infowindow.open(map,m_2ff1458018aee51dab78ad788bc6e58b);});$marker.push(m_2ff1458018aee51dab78ad788bc6e58b);}});}google.maps.event.addDomListener(window, 'load', initialize);