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

Union Bank

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