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.5649,-122.421)};var g_50c419b814d867b66e336a1862f9b3f3 = new google.maps.Geocoder();g_50c419b814d867b66e336a1862f9b3f3.geocode( { 'address': "1070 E Cypress Ave, Redding, CA 96002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-us-bank'), mapOptions);}document.getElementById('0b219f64').innerHTML += ' | View Map';var $l50c419b814d867b66e336a1862f9b3f3 = '

US Bank

Address: 1070 E Cypress Ave, Redding, CA 96002
Phone: (530) 223-7927
';var m_50c419b814d867b66e336a1862f9b3f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_50c419b814d867b66e336a1862f9b3f3['infowindow'] = new google.maps.InfoWindow({content: $l50c419b814d867b66e336a1862f9b3f3});var infowindow = new google.maps.InfoWindow({content: $l50c419b814d867b66e336a1862f9b3f3});google.maps.event.addListener(m_50c419b814d867b66e336a1862f9b3f3, 'click', function() {infowindow.open(map,m_50c419b814d867b66e336a1862f9b3f3);});$marker.push(m_50c419b814d867b66e336a1862f9b3f3);}});var g_c50b8d55acad50abed2b155f67fc56b3 = new google.maps.Geocoder();g_c50b8d55acad50abed2b155f67fc56b3.geocode( { 'address': "1700 Pine St, Redding, CA 96001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-us-bank'), mapOptions);}document.getElementById('2b7f6852').innerHTML += ' | View Map';var $lc50b8d55acad50abed2b155f67fc56b3 = '

US Bank

Address: 1700 Pine St, Redding, CA 96001
Phone: (530) 243-3262
';var m_c50b8d55acad50abed2b155f67fc56b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_c50b8d55acad50abed2b155f67fc56b3['infowindow'] = new google.maps.InfoWindow({content: $lc50b8d55acad50abed2b155f67fc56b3});var infowindow = new google.maps.InfoWindow({content: $lc50b8d55acad50abed2b155f67fc56b3});google.maps.event.addListener(m_c50b8d55acad50abed2b155f67fc56b3, 'click', function() {infowindow.open(map,m_c50b8d55acad50abed2b155f67fc56b3);});$marker.push(m_c50b8d55acad50abed2b155f67fc56b3);}});}google.maps.event.addDomListener(window, 'load', initialize);