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_88591b4d3219675bdeb33584b755f680 = new google.maps.Geocoder();g_88591b4d3219675bdeb33584b755f680.geocode( { 'address': "358 Hartnell Ave, Redding, CA 96002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-five-star-bank').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-five-star-bank'), mapOptions);}document.getElementById('94cb8595').innerHTML += ' | View Map';var $l88591b4d3219675bdeb33584b755f680 = '

Five Star Bank

Address: 358 Hartnell Ave, Redding, CA 96002
Phone: (530) 223-6652
';var m_88591b4d3219675bdeb33584b755f680 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank',});m_88591b4d3219675bdeb33584b755f680['infowindow'] = new google.maps.InfoWindow({content: $l88591b4d3219675bdeb33584b755f680});var infowindow = new google.maps.InfoWindow({content: $l88591b4d3219675bdeb33584b755f680});google.maps.event.addListener(m_88591b4d3219675bdeb33584b755f680, 'click', function() {infowindow.open(map,m_88591b4d3219675bdeb33584b755f680);});$marker.push(m_88591b4d3219675bdeb33584b755f680);}});}google.maps.event.addDomListener(window, 'load', initialize);