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(39.778,-121.591)};var g_be341249df108cb23c312ae62b6565cd = new google.maps.Geocoder();g_be341249df108cb23c312ae62b6565cd.geocode( { 'address': "6669 Clark Rd, Paradise, CA 95969, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paradise-CA-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('paradise-CA-chase-mortgage'), mapOptions);}document.getElementById('866d337f').innerHTML += ' | View Map';var $lbe341249df108cb23c312ae62b6565cd = '

Chase Mortgage

Address: 6669 Clark Rd, Paradise, CA 95969, USA
Phone: (530) 872-5030
';var m_be341249df108cb23c312ae62b6565cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_be341249df108cb23c312ae62b6565cd['infowindow'] = new google.maps.InfoWindow({content: $lbe341249df108cb23c312ae62b6565cd});var infowindow = new google.maps.InfoWindow({content: $lbe341249df108cb23c312ae62b6565cd});google.maps.event.addListener(m_be341249df108cb23c312ae62b6565cd, 'click', function() {infowindow.open(map,m_be341249df108cb23c312ae62b6565cd);});$marker.push(m_be341249df108cb23c312ae62b6565cd);}});}google.maps.event.addDomListener(window, 'load', initialize);