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.1627,-123.171)};var g_0ec2ae1d04af7898b86235766021c19f = new google.maps.Geocoder();g_0ec2ae1d04af7898b86235766021c19f.geocode( { 'address': "621 Medicine Way, Ukiah, CA 95482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ukiah-CA-the-loan-smith').style.display = '';map = new google.maps.Map(document.getElementById('ukiah-CA-the-loan-smith'), mapOptions);}document.getElementById('3fd55074').innerHTML += ' | View Map';var $l0ec2ae1d04af7898b86235766021c19f = '

The Loan Smith

Address: 621 Medicine Way, Ukiah, CA 95482, USA
Phone: (866) 942-5538
';var m_0ec2ae1d04af7898b86235766021c19f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Loan Smith',});m_0ec2ae1d04af7898b86235766021c19f['infowindow'] = new google.maps.InfoWindow({content: $l0ec2ae1d04af7898b86235766021c19f});var infowindow = new google.maps.InfoWindow({content: $l0ec2ae1d04af7898b86235766021c19f});google.maps.event.addListener(m_0ec2ae1d04af7898b86235766021c19f, 'click', function() {infowindow.open(map,m_0ec2ae1d04af7898b86235766021c19f);});$marker.push(m_0ec2ae1d04af7898b86235766021c19f);}});}google.maps.event.addDomListener(window, 'load', initialize);