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.5778,-122.355)};var g_749d77272a7be48e867201c8042ae81c = new google.maps.Geocoder();g_749d77272a7be48e867201c8042ae81c.geocode( { 'address': "2135 Larkspur Ln c, Redding, CA 96002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-commerce-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-commerce-home-mortgage'), mapOptions);}document.getElementById('46370b0f').innerHTML += ' | View Map';var $l749d77272a7be48e867201c8042ae81c = '

Commerce Home Mortgage

Address: 2135 Larkspur Ln c, Redding, CA 96002, USA
Phone: (530) 282-1166
';var m_749d77272a7be48e867201c8042ae81c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Home Mortgage',});m_749d77272a7be48e867201c8042ae81c['infowindow'] = new google.maps.InfoWindow({content: $l749d77272a7be48e867201c8042ae81c});var infowindow = new google.maps.InfoWindow({content: $l749d77272a7be48e867201c8042ae81c});google.maps.event.addListener(m_749d77272a7be48e867201c8042ae81c, 'click', function() {infowindow.open(map,m_749d77272a7be48e867201c8042ae81c);});$marker.push(m_749d77272a7be48e867201c8042ae81c);}});}google.maps.event.addDomListener(window, 'load', initialize);