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.7168,-121.792)};var g_b6f5db27c8cc98b3c4249816c02b1e8f = new google.maps.Geocoder();g_b6f5db27c8cc98b3c4249816c02b1e8f.geocode( { 'address': "2635 Forest Ave, Chico, CA 95928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chico-CA-paramount-residential-mortgage-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('chico-CA-paramount-residential-mortgage-group-inc'), mapOptions);}document.getElementById('43e93a93').innerHTML += ' | View Map';var $lb6f5db27c8cc98b3c4249816c02b1e8f = '

Paramount Residential Mortgage Group, Inc.

Address: 2635 Forest Ave, Chico, CA 95928, USA
Phone: (530) 924-2790
';var m_b6f5db27c8cc98b3c4249816c02b1e8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group, Inc.',});m_b6f5db27c8cc98b3c4249816c02b1e8f['infowindow'] = new google.maps.InfoWindow({content: $lb6f5db27c8cc98b3c4249816c02b1e8f});var infowindow = new google.maps.InfoWindow({content: $lb6f5db27c8cc98b3c4249816c02b1e8f});google.maps.event.addListener(m_b6f5db27c8cc98b3c4249816c02b1e8f, 'click', function() {infowindow.open(map,m_b6f5db27c8cc98b3c4249816c02b1e8f);});$marker.push(m_b6f5db27c8cc98b3c4249816c02b1e8f);}});}google.maps.event.addDomListener(window, 'load', initialize);