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.555,-122.389)};var g_26056b9559db219134d16332314c3026 = new google.maps.Geocoder();g_26056b9559db219134d16332314c3026.geocode( { 'address': "4095 Railroad Ave, Redding, CA 96001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-atm').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-atm'), mapOptions);}document.getElementById('4ca150e3').innerHTML += ' | View Map';var $l26056b9559db219134d16332314c3026 = '

ATM

Address: 4095 Railroad Ave, Redding, CA 96001, USA
Phone: (800) 935-9935
';var m_26056b9559db219134d16332314c3026 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_26056b9559db219134d16332314c3026['infowindow'] = new google.maps.InfoWindow({content: $l26056b9559db219134d16332314c3026});var infowindow = new google.maps.InfoWindow({content: $l26056b9559db219134d16332314c3026});google.maps.event.addListener(m_26056b9559db219134d16332314c3026, 'click', function() {infowindow.open(map,m_26056b9559db219134d16332314c3026);});$marker.push(m_26056b9559db219134d16332314c3026);}});}google.maps.event.addDomListener(window, 'load', initialize);