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.2248,-121.205)};var g_48e95c45c8217961bf6cd7696d80d238 = new google.maps.Geocoder();g_48e95c45c8217961bf6cd7696d80d238.geocode( { 'address': "11362 Pleasant Valley Rd, Penn Valley, CA 95946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('penn-valley-CA-tri-counties-bank').style.display = '';map = new google.maps.Map(document.getElementById('penn-valley-CA-tri-counties-bank'), mapOptions);}document.getElementById('edad6fb6').innerHTML += ' | View Map';var $l48e95c45c8217961bf6cd7696d80d238 = '

Tri Counties Bank

Address: 11362 Pleasant Valley Rd, Penn Valley, CA 95946, USA
Phone: (530) 432-8521
';var m_48e95c45c8217961bf6cd7696d80d238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri Counties Bank',});m_48e95c45c8217961bf6cd7696d80d238['infowindow'] = new google.maps.InfoWindow({content: $l48e95c45c8217961bf6cd7696d80d238});var infowindow = new google.maps.InfoWindow({content: $l48e95c45c8217961bf6cd7696d80d238});google.maps.event.addListener(m_48e95c45c8217961bf6cd7696d80d238, 'click', function() {infowindow.open(map,m_48e95c45c8217961bf6cd7696d80d238);});$marker.push(m_48e95c45c8217961bf6cd7696d80d238);}});}google.maps.event.addDomListener(window, 'load', initialize);