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.2439,-119.183)};var g_a33f198491dffff97f986c626723e0dd = new google.maps.Geocoder();g_a33f198491dffff97f986c626723e0dd.geocode( { 'address': "2801 N Ventura Rd, Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-umpqua-bank'), mapOptions);}document.getElementById('911e2a29').innerHTML += ' | View Map';var $la33f198491dffff97f986c626723e0dd = '

Umpqua Bank

Address: 2801 N Ventura Rd, Oxnard, CA 93036, USA
Phone: (805) 973-8542
';var m_a33f198491dffff97f986c626723e0dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_a33f198491dffff97f986c626723e0dd['infowindow'] = new google.maps.InfoWindow({content: $la33f198491dffff97f986c626723e0dd});var infowindow = new google.maps.InfoWindow({content: $la33f198491dffff97f986c626723e0dd});google.maps.event.addListener(m_a33f198491dffff97f986c626723e0dd, 'click', function() {infowindow.open(map,m_a33f198491dffff97f986c626723e0dd);});$marker.push(m_a33f198491dffff97f986c626723e0dd);}});}google.maps.event.addDomListener(window, 'load', initialize);