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.2154,-121.463)};var g_38cca1363531ea990168f56b051baa79 = new google.maps.Geocoder();g_38cca1363531ea990168f56b051baa79.geocode( { 'address': "904 E St, Marysville, CA 95901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marysville-CA-tri-counties-bank').style.display = '';map = new google.maps.Map(document.getElementById('marysville-CA-tri-counties-bank'), mapOptions);}document.getElementById('031c7b86').innerHTML += ' | View Map';var $l38cca1363531ea990168f56b051baa79 = '

Tri Counties Bank

Address: 904 E St, Marysville, CA 95901
Phone: (530) 749-1639
';var m_38cca1363531ea990168f56b051baa79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri Counties Bank',});m_38cca1363531ea990168f56b051baa79['infowindow'] = new google.maps.InfoWindow({content: $l38cca1363531ea990168f56b051baa79});var infowindow = new google.maps.InfoWindow({content: $l38cca1363531ea990168f56b051baa79});google.maps.event.addListener(m_38cca1363531ea990168f56b051baa79, 'click', function() {infowindow.open(map,m_38cca1363531ea990168f56b051baa79);});$marker.push(m_38cca1363531ea990168f56b051baa79);}});}google.maps.event.addDomListener(window, 'load', initialize);