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.1795,-118.873)};var g_a3f0e993d04ee8a5f5881b8a467c809c = new google.maps.Geocoder();g_a3f0e993d04ee8a5f5881b8a467c809c.geocode( { 'address': "199 Thousand Oaks Blvd, Thousand Oaks, CA 91360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-onewest-bank').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-onewest-bank'), mapOptions);}document.getElementById('f91bb39b').innerHTML += ' | View Map';var $la3f0e993d04ee8a5f5881b8a467c809c = '

OneWest Bank

Address: 199 Thousand Oaks Blvd, Thousand Oaks, CA 91360, USA
Phone: (805) 379-5520
';var m_a3f0e993d04ee8a5f5881b8a467c809c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneWest Bank',});m_a3f0e993d04ee8a5f5881b8a467c809c['infowindow'] = new google.maps.InfoWindow({content: $la3f0e993d04ee8a5f5881b8a467c809c});var infowindow = new google.maps.InfoWindow({content: $la3f0e993d04ee8a5f5881b8a467c809c});google.maps.event.addListener(m_a3f0e993d04ee8a5f5881b8a467c809c, 'click', function() {infowindow.open(map,m_a3f0e993d04ee8a5f5881b8a467c809c);});$marker.push(m_a3f0e993d04ee8a5f5881b8a467c809c);}});}google.maps.event.addDomListener(window, 'load', initialize);