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.5714,-122.35)};var g_50896c8a37922749110dae272e7a345b = new google.maps.Geocoder();g_50896c8a37922749110dae272e7a345b.geocode( { 'address': "1040 E Cypress Ave, Redding, CA 96002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-golden-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-golden-1-credit-union'), mapOptions);}document.getElementById('e533df2a').innerHTML += ' | View Map';var $l50896c8a37922749110dae272e7a345b = '

Golden 1 Credit Union

Address: 1040 E Cypress Ave, Redding, CA 96002, USA
Phone: (877) 465-3361
';var m_50896c8a37922749110dae272e7a345b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden 1 Credit Union',});m_50896c8a37922749110dae272e7a345b['infowindow'] = new google.maps.InfoWindow({content: $l50896c8a37922749110dae272e7a345b});var infowindow = new google.maps.InfoWindow({content: $l50896c8a37922749110dae272e7a345b});google.maps.event.addListener(m_50896c8a37922749110dae272e7a345b, 'click', function() {infowindow.open(map,m_50896c8a37922749110dae272e7a345b);});$marker.push(m_50896c8a37922749110dae272e7a345b);}});}google.maps.event.addDomListener(window, 'load', initialize);