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.1495,-123.21)};var g_4c1062cc42d7e3c64306cbee964db44f = new google.maps.Geocoder();g_4c1062cc42d7e3c64306cbee964db44f.geocode( { 'address': "309 W Perkins St, Ukiah, CA 95482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ukiah-CA-stearns-norcal-lending').style.display = '';map = new google.maps.Map(document.getElementById('ukiah-CA-stearns-norcal-lending'), mapOptions);}document.getElementById('523fdefb').innerHTML += ' | View Map';var $l4c1062cc42d7e3c64306cbee964db44f = '

Stearns NorCal Lending

Address: 309 W Perkins St, Ukiah, CA 95482, USA
Phone: (707) 489-5633
';var m_4c1062cc42d7e3c64306cbee964db44f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stearns NorCal Lending',});m_4c1062cc42d7e3c64306cbee964db44f['infowindow'] = new google.maps.InfoWindow({content: $l4c1062cc42d7e3c64306cbee964db44f});var infowindow = new google.maps.InfoWindow({content: $l4c1062cc42d7e3c64306cbee964db44f});google.maps.event.addListener(m_4c1062cc42d7e3c64306cbee964db44f, 'click', function() {infowindow.open(map,m_4c1062cc42d7e3c64306cbee964db44f);});$marker.push(m_4c1062cc42d7e3c64306cbee964db44f);}});}google.maps.event.addDomListener(window, 'load', initialize);