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.1563,-123.208)};var g_c47da4c2cddaaea02e16e98280980449 = new google.maps.Geocoder();g_c47da4c2cddaaea02e16e98280980449.geocode( { 'address': "665 N State St, Ukiah, CA 95482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ukiah-CA-paramount-residential-mortgage-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('ukiah-CA-paramount-residential-mortgage-group-inc'), mapOptions);}document.getElementById('c2e7b5f1').innerHTML += ' | View Map';var $lc47da4c2cddaaea02e16e98280980449 = '

Paramount Residential Mortgage Group, Inc.

Address: 665 N State St, Ukiah, CA 95482, USA
Phone: (707) 234-6535
';var m_c47da4c2cddaaea02e16e98280980449 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group, Inc.',});m_c47da4c2cddaaea02e16e98280980449['infowindow'] = new google.maps.InfoWindow({content: $lc47da4c2cddaaea02e16e98280980449});var infowindow = new google.maps.InfoWindow({content: $lc47da4c2cddaaea02e16e98280980449});google.maps.event.addListener(m_c47da4c2cddaaea02e16e98280980449, 'click', function() {infowindow.open(map,m_c47da4c2cddaaea02e16e98280980449);});$marker.push(m_c47da4c2cddaaea02e16e98280980449);}});}google.maps.event.addDomListener(window, 'load', initialize);