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_eb22f88f11afb43e5ad8075fc7b2491e = new google.maps.Geocoder();g_eb22f88f11afb43e5ad8075fc7b2491e.geocode( { 'address': "621 Medicine Way #5, Ukiah, CA 95482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ukiah-CA-affordable-loan-services').style.display = '';map = new google.maps.Map(document.getElementById('ukiah-CA-affordable-loan-services'), mapOptions);}document.getElementById('77c734b2').innerHTML += ' | View Map';var $leb22f88f11afb43e5ad8075fc7b2491e = '

Affordable Loan Services

Address: 621 Medicine Way #5, Ukiah, CA 95482, USA
Phone: (800) 697-5112
';var m_eb22f88f11afb43e5ad8075fc7b2491e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affordable Loan Services',});m_eb22f88f11afb43e5ad8075fc7b2491e['infowindow'] = new google.maps.InfoWindow({content: $leb22f88f11afb43e5ad8075fc7b2491e});var infowindow = new google.maps.InfoWindow({content: $leb22f88f11afb43e5ad8075fc7b2491e});google.maps.event.addListener(m_eb22f88f11afb43e5ad8075fc7b2491e, 'click', function() {infowindow.open(map,m_eb22f88f11afb43e5ad8075fc7b2491e);});$marker.push(m_eb22f88f11afb43e5ad8075fc7b2491e);}});}google.maps.event.addDomListener(window, 'load', initialize);