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.5824,-122.389)};var g_903f4a4490b16e2f86c2d51fb0cae685 = new google.maps.Geocoder();g_903f4a4490b16e2f86c2d51fb0cae685.geocode( { 'address': "1700 Pine St, Redding, CA 96001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-us-bank-molly-staplecamp').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-us-bank-molly-staplecamp'), mapOptions);}document.getElementById('938c56b2').innerHTML += ' | View Map';var $l903f4a4490b16e2f86c2d51fb0cae685 = '

U.S. Bank: Molly Staplecamp

Address: 1700 Pine St, Redding, CA 96001, USA
Phone: (530) 241-4232
';var m_903f4a4490b16e2f86c2d51fb0cae685 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Molly Staplecamp',});m_903f4a4490b16e2f86c2d51fb0cae685['infowindow'] = new google.maps.InfoWindow({content: $l903f4a4490b16e2f86c2d51fb0cae685});var infowindow = new google.maps.InfoWindow({content: $l903f4a4490b16e2f86c2d51fb0cae685});google.maps.event.addListener(m_903f4a4490b16e2f86c2d51fb0cae685, 'click', function() {infowindow.open(map,m_903f4a4490b16e2f86c2d51fb0cae685);});$marker.push(m_903f4a4490b16e2f86c2d51fb0cae685);}});}google.maps.event.addDomListener(window, 'load', initialize);