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(37.9763,-120.379)};var g_22f1f714fb6206382f127c3b9896c7aa = new google.maps.Geocoder();g_22f1f714fb6206382f127c3b9896c7aa.geocode( { 'address': "85 Mono Way, Sonora, CA 95370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonora-CA-oak-valley-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('sonora-CA-oak-valley-community-bank'), mapOptions);}document.getElementById('9429b57f').innerHTML += ' | View Map';var $l22f1f714fb6206382f127c3b9896c7aa = '

Oak Valley Community Bank

Address: 85 Mono Way, Sonora, CA 95370, USA
Phone: (209) 396-7720
';var m_22f1f714fb6206382f127c3b9896c7aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oak Valley Community Bank',});m_22f1f714fb6206382f127c3b9896c7aa['infowindow'] = new google.maps.InfoWindow({content: $l22f1f714fb6206382f127c3b9896c7aa});var infowindow = new google.maps.InfoWindow({content: $l22f1f714fb6206382f127c3b9896c7aa});google.maps.event.addListener(m_22f1f714fb6206382f127c3b9896c7aa, 'click', function() {infowindow.open(map,m_22f1f714fb6206382f127c3b9896c7aa);});$marker.push(m_22f1f714fb6206382f127c3b9896c7aa);}});}google.maps.event.addDomListener(window, 'load', initialize);