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.5862,-122.351)};var g_2a51262b66cced52912358502a37a010 = new google.maps.Geocoder();g_2a51262b66cced52912358502a37a010.geocode( { 'address': "1110 Dana Dr, Redding, CA 96003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-us-bank-cindy-morley').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-us-bank-cindy-morley'), mapOptions);}document.getElementById('443157fa').innerHTML += ' | View Map';var $l2a51262b66cced52912358502a37a010 = '

U.S. Bank: Cindy Morley

Address: 1110 Dana Dr, Redding, CA 96003, USA
Phone: (530) 226-6591
';var m_2a51262b66cced52912358502a37a010 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Cindy Morley',});m_2a51262b66cced52912358502a37a010['infowindow'] = new google.maps.InfoWindow({content: $l2a51262b66cced52912358502a37a010});var infowindow = new google.maps.InfoWindow({content: $l2a51262b66cced52912358502a37a010});google.maps.event.addListener(m_2a51262b66cced52912358502a37a010, 'click', function() {infowindow.open(map,m_2a51262b66cced52912358502a37a010);});$marker.push(m_2a51262b66cced52912358502a37a010);}});}google.maps.event.addDomListener(window, 'load', initialize);