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.5657,-122.362)};var g_b051f848282b614e99da36fb4d767758 = new google.maps.Geocoder();g_b051f848282b614e99da36fb4d767758.geocode( { 'address': "2867 Bechelli Ln, Redding, CA 96002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-sierra-central-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-sierra-central-credit-union'), mapOptions);}document.getElementById('aacead7f').innerHTML += ' | View Map';var $lb051f848282b614e99da36fb4d767758 = '

Sierra Central Credit Union

Address: 2867 Bechelli Ln, Redding, CA 96002, USA
Phone: (800) 222-7228
';var m_b051f848282b614e99da36fb4d767758 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sierra Central Credit Union',});m_b051f848282b614e99da36fb4d767758['infowindow'] = new google.maps.InfoWindow({content: $lb051f848282b614e99da36fb4d767758});var infowindow = new google.maps.InfoWindow({content: $lb051f848282b614e99da36fb4d767758});google.maps.event.addListener(m_b051f848282b614e99da36fb4d767758, 'click', function() {infowindow.open(map,m_b051f848282b614e99da36fb4d767758);});$marker.push(m_b051f848282b614e99da36fb4d767758);}});}google.maps.event.addDomListener(window, 'load', initialize);