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.5212,-121.97)};var g_adb7dc747bdd4a368293f7fd6721d6df = new google.maps.Geocoder();g_adb7dc747bdd4a368293f7fd6721d6df.geocode( { 'address': "48 Main St, Winters, CA 95694, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winters-CA-first-northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('winters-CA-first-northern-bank'), mapOptions);}document.getElementById('c14ac052').innerHTML += ' | View Map';var $ladb7dc747bdd4a368293f7fd6721d6df = '

First Northern Bank

Address: 48 Main St, Winters, CA 95694, USA
Phone: (530) 795-4501
';var m_adb7dc747bdd4a368293f7fd6721d6df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Northern Bank',});m_adb7dc747bdd4a368293f7fd6721d6df['infowindow'] = new google.maps.InfoWindow({content: $ladb7dc747bdd4a368293f7fd6721d6df});var infowindow = new google.maps.InfoWindow({content: $ladb7dc747bdd4a368293f7fd6721d6df});google.maps.event.addListener(m_adb7dc747bdd4a368293f7fd6721d6df, 'click', function() {infowindow.open(map,m_adb7dc747bdd4a368293f7fd6721d6df);});$marker.push(m_adb7dc747bdd4a368293f7fd6721d6df);}});}google.maps.event.addDomListener(window, 'load', initialize);