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.1884,-119.222)};var g_d3f93ce1ca1b6b4136abee05ace0fd94 = new google.maps.Geocoder();g_d3f93ce1ca1b6b4136abee05ace0fd94.geocode( { 'address': "1291 S Victoria Ave, Oxnard, CA 93035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-us-bank-atm---oxnard-vons').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-us-bank-atm---oxnard-vons'), mapOptions);}document.getElementById('c0640a02').innerHTML += ' | View Map';var $ld3f93ce1ca1b6b4136abee05ace0fd94 = '

U.S. Bank ATM - Oxnard Vons

Address: 1291 S Victoria Ave, Oxnard, CA 93035, USA
Phone: (800) 872-2657
';var m_d3f93ce1ca1b6b4136abee05ace0fd94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Oxnard Vons',});m_d3f93ce1ca1b6b4136abee05ace0fd94['infowindow'] = new google.maps.InfoWindow({content: $ld3f93ce1ca1b6b4136abee05ace0fd94});var infowindow = new google.maps.InfoWindow({content: $ld3f93ce1ca1b6b4136abee05ace0fd94});google.maps.event.addListener(m_d3f93ce1ca1b6b4136abee05ace0fd94, 'click', function() {infowindow.open(map,m_d3f93ce1ca1b6b4136abee05ace0fd94);});$marker.push(m_d3f93ce1ca1b6b4136abee05ace0fd94);}});}google.maps.event.addDomListener(window, 'load', initialize);