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.5775,-122.354)};var g_8aadb02b488d727363e3877bae188b00 = new google.maps.Geocoder();g_8aadb02b488d727363e3877bae188b00.geocode( { 'address': "2070 Churn Creek Rd c, Redding, CA 96002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-banc-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-banc-home-loans'), mapOptions);}document.getElementById('7295ba82').innerHTML += ' | View Map';var $l8aadb02b488d727363e3877bae188b00 = '

Banc Home Loans

Address: 2070 Churn Creek Rd c, Redding, CA 96002, USA
Phone: (530) 224-0807
';var m_8aadb02b488d727363e3877bae188b00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc Home Loans',});m_8aadb02b488d727363e3877bae188b00['infowindow'] = new google.maps.InfoWindow({content: $l8aadb02b488d727363e3877bae188b00});var infowindow = new google.maps.InfoWindow({content: $l8aadb02b488d727363e3877bae188b00});google.maps.event.addListener(m_8aadb02b488d727363e3877bae188b00, 'click', function() {infowindow.open(map,m_8aadb02b488d727363e3877bae188b00);});$marker.push(m_8aadb02b488d727363e3877bae188b00);}});}google.maps.event.addDomListener(window, 'load', initialize);