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.2278,-119.178)};var g_17a6f339d3f3f777f5d6a2c3576943ca = new google.maps.Geocoder();g_17a6f339d3f3f777f5d6a2c3576943ca.geocode( { 'address': "2385 N Oxnard Blvd, Oxnard, CA 93036, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-us-bank-francisco-manzo').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-us-bank-francisco-manzo'), mapOptions);}document.getElementById('c051453e').innerHTML += ' | View Map';var $l17a6f339d3f3f777f5d6a2c3576943ca = '

U.S. Bank: Francisco Manzo

Address: 2385 N Oxnard Blvd, Oxnard, CA 93036, United States
Phone: (805) 890-2425
';var m_17a6f339d3f3f777f5d6a2c3576943ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Francisco Manzo',});m_17a6f339d3f3f777f5d6a2c3576943ca['infowindow'] = new google.maps.InfoWindow({content: $l17a6f339d3f3f777f5d6a2c3576943ca});var infowindow = new google.maps.InfoWindow({content: $l17a6f339d3f3f777f5d6a2c3576943ca});google.maps.event.addListener(m_17a6f339d3f3f777f5d6a2c3576943ca, 'click', function() {infowindow.open(map,m_17a6f339d3f3f777f5d6a2c3576943ca);});$marker.push(m_17a6f339d3f3f777f5d6a2c3576943ca);}});}google.maps.event.addDomListener(window, 'load', initialize);