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.225,-119.037)};var g_f0d8391d4bd631a953dda7be7a1ff9d6 = new google.maps.Geocoder();g_f0d8391d4bd631a953dda7be7a1ff9d6.geocode( { 'address': "820 Arneill Rd, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-atm-us-bank'), mapOptions);}document.getElementById('2a62bf02').innerHTML += ' | View Map';var $lf0d8391d4bd631a953dda7be7a1ff9d6 = '

ATM (U.S. Bank)

Address: 820 Arneill Rd, Camarillo, CA 93010, USA
Phone:
';var m_f0d8391d4bd631a953dda7be7a1ff9d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (U.S. Bank)',});m_f0d8391d4bd631a953dda7be7a1ff9d6['infowindow'] = new google.maps.InfoWindow({content: $lf0d8391d4bd631a953dda7be7a1ff9d6});var infowindow = new google.maps.InfoWindow({content: $lf0d8391d4bd631a953dda7be7a1ff9d6});google.maps.event.addListener(m_f0d8391d4bd631a953dda7be7a1ff9d6, 'click', function() {infowindow.open(map,m_f0d8391d4bd631a953dda7be7a1ff9d6);});$marker.push(m_f0d8391d4bd631a953dda7be7a1ff9d6);}});}google.maps.event.addDomListener(window, 'load', initialize);