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(34.1818,-118.875)};var g_fe895a3e46f15f34a9a5e3bd3f5e11fa = new google.maps.Geocoder();g_fe895a3e46f15f34a9a5e3bd3f5e11fa.geocode( { 'address': "180 N Moorpark Rd, Thousand Oaks, CA 91360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-bank-of-the-west'), mapOptions);}document.getElementById('0fa2a75f').innerHTML += ' | View Map';var $lfe895a3e46f15f34a9a5e3bd3f5e11fa = '

Bank of the West

Address: 180 N Moorpark Rd, Thousand Oaks, CA 91360, USA
Phone: (805) 446-6271
';var m_fe895a3e46f15f34a9a5e3bd3f5e11fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_fe895a3e46f15f34a9a5e3bd3f5e11fa['infowindow'] = new google.maps.InfoWindow({content: $lfe895a3e46f15f34a9a5e3bd3f5e11fa});var infowindow = new google.maps.InfoWindow({content: $lfe895a3e46f15f34a9a5e3bd3f5e11fa});google.maps.event.addListener(m_fe895a3e46f15f34a9a5e3bd3f5e11fa, 'click', function() {infowindow.open(map,m_fe895a3e46f15f34a9a5e3bd3f5e11fa);});$marker.push(m_fe895a3e46f15f34a9a5e3bd3f5e11fa);}});}google.maps.event.addDomListener(window, 'load', initialize);