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.4861,-121.13)};var g_a51759dc4c0ec74b943c824d55dffaf3 = new google.maps.Geocoder();g_a51759dc4c0ec74b943c824d55dffaf3.geocode( { 'address': "20 Plaza Cir, Patterson, CA 95363"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('patterson-CA-oak-valley-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('patterson-CA-oak-valley-community-bank'), mapOptions);}document.getElementById('f0491efe').innerHTML += ' | View Map';var $la51759dc4c0ec74b943c824d55dffaf3 = '

Oak Valley Community Bank

Address: 20 Plaza Cir, Patterson, CA 95363
Phone: (209) 892-5757
';var m_a51759dc4c0ec74b943c824d55dffaf3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oak Valley Community Bank',});m_a51759dc4c0ec74b943c824d55dffaf3['infowindow'] = new google.maps.InfoWindow({content: $la51759dc4c0ec74b943c824d55dffaf3});var infowindow = new google.maps.InfoWindow({content: $la51759dc4c0ec74b943c824d55dffaf3});google.maps.event.addListener(m_a51759dc4c0ec74b943c824d55dffaf3, 'click', function() {infowindow.open(map,m_a51759dc4c0ec74b943c824d55dffaf3);});$marker.push(m_a51759dc4c0ec74b943c824d55dffaf3);}});}google.maps.event.addDomListener(window, 'load', initialize);