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.2346,-119.179)};var g_6039f46aeda27f5db7b8d75bc17b256c = new google.maps.Geocoder();g_6039f46aeda27f5db7b8d75bc17b256c.geocode( { 'address': "371 W Esplanade Dr, Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-bank-of-the-west'), mapOptions);}document.getElementById('8d543ef7').innerHTML += ' | View Map';var $l6039f46aeda27f5db7b8d75bc17b256c = '

Bank of the West

Address: 371 W Esplanade Dr, Oxnard, CA 93036, USA
Phone: (805) 981-8781
';var m_6039f46aeda27f5db7b8d75bc17b256c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_6039f46aeda27f5db7b8d75bc17b256c['infowindow'] = new google.maps.InfoWindow({content: $l6039f46aeda27f5db7b8d75bc17b256c});var infowindow = new google.maps.InfoWindow({content: $l6039f46aeda27f5db7b8d75bc17b256c});google.maps.event.addListener(m_6039f46aeda27f5db7b8d75bc17b256c, 'click', function() {infowindow.open(map,m_6039f46aeda27f5db7b8d75bc17b256c);});$marker.push(m_6039f46aeda27f5db7b8d75bc17b256c);}});}google.maps.event.addDomListener(window, 'load', initialize);