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_e6acc054b69725e69cf494b3c8a94250 = new google.maps.Geocoder();g_e6acc054b69725e69cf494b3c8a94250.geocode( { 'address': "101 N State St, Ukiah, CA 95482"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ukiah-CA-tri-counties-bank').style.display = '';map = new google.maps.Map(document.getElementById('ukiah-CA-tri-counties-bank'), mapOptions);}document.getElementById('f0644972').innerHTML += ' | View Map';var $le6acc054b69725e69cf494b3c8a94250 = '

Tri Counties Bank

Address: 101 N State St, Ukiah, CA 95482
Phone: (707) 467-2280
';var m_e6acc054b69725e69cf494b3c8a94250 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri Counties Bank',});m_e6acc054b69725e69cf494b3c8a94250['infowindow'] = new google.maps.InfoWindow({content: $le6acc054b69725e69cf494b3c8a94250});var infowindow = new google.maps.InfoWindow({content: $le6acc054b69725e69cf494b3c8a94250});google.maps.event.addListener(m_e6acc054b69725e69cf494b3c8a94250, 'click', function() {infowindow.open(map,m_e6acc054b69725e69cf494b3c8a94250);});$marker.push(m_e6acc054b69725e69cf494b3c8a94250);}});}google.maps.event.addDomListener(window, 'load', initialize);