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.1385,-121.655)};var g_a5a0c5ac425e42b153a40f2395a98acb = new google.maps.Geocoder();g_a5a0c5ac425e42b153a40f2395a98acb.geocode( { 'address': "855 Harter Pkwy #100, Yuba City, CA 95993, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuba-city-CA-bank-of-feather-river').style.display = '';map = new google.maps.Map(document.getElementById('yuba-city-CA-bank-of-feather-river'), mapOptions);}document.getElementById('268d758e').innerHTML += ' | View Map';var $la5a0c5ac425e42b153a40f2395a98acb = '

Bank of Feather River

Address: 855 Harter Pkwy #100, Yuba City, CA 95993, USA
Phone: (530) 755-3700
';var m_a5a0c5ac425e42b153a40f2395a98acb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Feather River',});m_a5a0c5ac425e42b153a40f2395a98acb['infowindow'] = new google.maps.InfoWindow({content: $la5a0c5ac425e42b153a40f2395a98acb});var infowindow = new google.maps.InfoWindow({content: $la5a0c5ac425e42b153a40f2395a98acb});google.maps.event.addListener(m_a5a0c5ac425e42b153a40f2395a98acb, 'click', function() {infowindow.open(map,m_a5a0c5ac425e42b153a40f2395a98acb);});$marker.push(m_a5a0c5ac425e42b153a40f2395a98acb);}});}google.maps.event.addDomListener(window, 'load', initialize);