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(40.1786,-122.236)};var g_7d211974d698a0dde8619374b5aa6aeb = new google.maps.Geocoder();g_7d211974d698a0dde8619374b5aa6aeb.geocode( { 'address': "801 Main St, Red Bluff, CA 96080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-bluff-CA-us-bank-atm---red-bluff').style.display = '';map = new google.maps.Map(document.getElementById('red-bluff-CA-us-bank-atm---red-bluff'), mapOptions);}document.getElementById('887496e0').innerHTML += ' | View Map';var $l7d211974d698a0dde8619374b5aa6aeb = '

U.S. Bank ATM - Red Bluff

Address: 801 Main St, Red Bluff, CA 96080, USA
Phone: (800) 872-2657
';var m_7d211974d698a0dde8619374b5aa6aeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Red Bluff',});m_7d211974d698a0dde8619374b5aa6aeb['infowindow'] = new google.maps.InfoWindow({content: $l7d211974d698a0dde8619374b5aa6aeb});var infowindow = new google.maps.InfoWindow({content: $l7d211974d698a0dde8619374b5aa6aeb});google.maps.event.addListener(m_7d211974d698a0dde8619374b5aa6aeb, 'click', function() {infowindow.open(map,m_7d211974d698a0dde8619374b5aa6aeb);});$marker.push(m_7d211974d698a0dde8619374b5aa6aeb);}});}google.maps.event.addDomListener(window, 'load', initialize);