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.5768,-122.354)};var g_1b4dde889ee7f1c2931d9cbbf83c9ea3 = new google.maps.Geocoder();g_1b4dde889ee7f1c2931d9cbbf83c9ea3.geocode( { 'address': "2150 Churn Creek Rd #200, Redding, CA 96002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-new-american-funding---redding').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-new-american-funding---redding'), mapOptions);}document.getElementById('2faca1b6').innerHTML += ' | View Map';var $l1b4dde889ee7f1c2931d9cbbf83c9ea3 = '

New American Funding - Redding

Address: 2150 Churn Creek Rd #200, Redding, CA 96002, USA
Phone: (844) 477-8673
';var m_1b4dde889ee7f1c2931d9cbbf83c9ea3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New American Funding - Redding',});m_1b4dde889ee7f1c2931d9cbbf83c9ea3['infowindow'] = new google.maps.InfoWindow({content: $l1b4dde889ee7f1c2931d9cbbf83c9ea3});var infowindow = new google.maps.InfoWindow({content: $l1b4dde889ee7f1c2931d9cbbf83c9ea3});google.maps.event.addListener(m_1b4dde889ee7f1c2931d9cbbf83c9ea3, 'click', function() {infowindow.open(map,m_1b4dde889ee7f1c2931d9cbbf83c9ea3);});$marker.push(m_1b4dde889ee7f1c2931d9cbbf83c9ea3);}});}google.maps.event.addDomListener(window, 'load', initialize);