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_025a1096c8c51d075a714af055eb0f53 = new google.maps.Geocoder();g_025a1096c8c51d075a714af055eb0f53.geocode( { 'address': "1805 Market St, Redding, CA 96001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-union-bank-of-california'), mapOptions);}document.getElementById('bb8b497d').innerHTML += ' | View Map';var $l025a1096c8c51d075a714af055eb0f53 = '

Union Bank of California

Address: 1805 Market St, Redding, CA 96001
Phone: (530) 243-7000
';var m_025a1096c8c51d075a714af055eb0f53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_025a1096c8c51d075a714af055eb0f53['infowindow'] = new google.maps.InfoWindow({content: $l025a1096c8c51d075a714af055eb0f53});var infowindow = new google.maps.InfoWindow({content: $l025a1096c8c51d075a714af055eb0f53});google.maps.event.addListener(m_025a1096c8c51d075a714af055eb0f53, 'click', function() {infowindow.open(map,m_025a1096c8c51d075a714af055eb0f53);});$marker.push(m_025a1096c8c51d075a714af055eb0f53);}});}google.maps.event.addDomListener(window, 'load', initialize);