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(38.6776,-121.78)};var g_64cf1b81b3a0c061e82603b25287ad47 = new google.maps.Geocoder();g_64cf1b81b3a0c061e82603b25287ad47.geocode( { 'address': "199 Main St, Woodland, CA 95695, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-CA-river-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodland-CA-river-city-bank'), mapOptions);}document.getElementById('8b42e30b').innerHTML += ' | View Map';var $l64cf1b81b3a0c061e82603b25287ad47 = '

River City Bank

Address: 199 Main St, Woodland, CA 95695, USA
Phone: (530) 666-6681
';var m_64cf1b81b3a0c061e82603b25287ad47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River City Bank',});m_64cf1b81b3a0c061e82603b25287ad47['infowindow'] = new google.maps.InfoWindow({content: $l64cf1b81b3a0c061e82603b25287ad47});var infowindow = new google.maps.InfoWindow({content: $l64cf1b81b3a0c061e82603b25287ad47});google.maps.event.addListener(m_64cf1b81b3a0c061e82603b25287ad47, 'click', function() {infowindow.open(map,m_64cf1b81b3a0c061e82603b25287ad47);});$marker.push(m_64cf1b81b3a0c061e82603b25287ad47);}});}google.maps.event.addDomListener(window, 'load', initialize);