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.9026,-122.526)};var g_4ae4da919fcc4087e6eea9a1e0ac90f0 = new google.maps.Geocoder();g_4ae4da919fcc4087e6eea9a1e0ac90f0.geocode( { 'address': "761 E Blithedale Ave, Mill Valley, CA 94941, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mill-valley-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('mill-valley-CA-bank-of-the-west'), mapOptions);}document.getElementById('e346023d').innerHTML += ' | View Map';var $l4ae4da919fcc4087e6eea9a1e0ac90f0 = '

Bank of the West

Address: 761 E Blithedale Ave, Mill Valley, CA 94941, USA
Phone: (415) 968-3070
';var m_4ae4da919fcc4087e6eea9a1e0ac90f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_4ae4da919fcc4087e6eea9a1e0ac90f0['infowindow'] = new google.maps.InfoWindow({content: $l4ae4da919fcc4087e6eea9a1e0ac90f0});var infowindow = new google.maps.InfoWindow({content: $l4ae4da919fcc4087e6eea9a1e0ac90f0});google.maps.event.addListener(m_4ae4da919fcc4087e6eea9a1e0ac90f0, 'click', function() {infowindow.open(map,m_4ae4da919fcc4087e6eea9a1e0ac90f0);});$marker.push(m_4ae4da919fcc4087e6eea9a1e0ac90f0);}});}google.maps.event.addDomListener(window, 'load', initialize);