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.1527,-123.202)};var g_02e8ca2ad17d56e17e1fc2edcbee4d40 = new google.maps.Geocoder();g_02e8ca2ad17d56e17e1fc2edcbee4d40.geocode( { 'address': "665 N State St, Ukiah, CA 95482"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ukiah-CA-umpqua').style.display = '';map = new google.maps.Map(document.getElementById('ukiah-CA-umpqua'), mapOptions);}document.getElementById('325e74ba').innerHTML += ' | View Map';var $l02e8ca2ad17d56e17e1fc2edcbee4d40 = '

Umpqua

Address: 665 N State St, Ukiah, CA 95482
Phone: (707) 472-0560
';var m_02e8ca2ad17d56e17e1fc2edcbee4d40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua',});m_02e8ca2ad17d56e17e1fc2edcbee4d40['infowindow'] = new google.maps.InfoWindow({content: $l02e8ca2ad17d56e17e1fc2edcbee4d40});var infowindow = new google.maps.InfoWindow({content: $l02e8ca2ad17d56e17e1fc2edcbee4d40});google.maps.event.addListener(m_02e8ca2ad17d56e17e1fc2edcbee4d40, 'click', function() {infowindow.open(map,m_02e8ca2ad17d56e17e1fc2edcbee4d40);});$marker.push(m_02e8ca2ad17d56e17e1fc2edcbee4d40);}});}google.maps.event.addDomListener(window, 'load', initialize);