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(40.9343,-121.667)};var g_3ff7fd473a5292542a372471f230d24e = new google.maps.Geocoder();g_3ff7fd473a5292542a372471f230d24e.geocode( { 'address': "37093 State Highway 299 E, Burney, CA 96013"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burney-CA-tri-counties-bank').style.display = '';map = new google.maps.Map(document.getElementById('burney-CA-tri-counties-bank'), mapOptions);}document.getElementById('bd6494a5').innerHTML += ' | View Map';var $l3ff7fd473a5292542a372471f230d24e = '

Tri Counties Bank

Address: 37093 State Highway 299 E, Burney, CA 96013
Phone: (530) 335-2215
';var m_3ff7fd473a5292542a372471f230d24e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri Counties Bank',});m_3ff7fd473a5292542a372471f230d24e['infowindow'] = new google.maps.InfoWindow({content: $l3ff7fd473a5292542a372471f230d24e});var infowindow = new google.maps.InfoWindow({content: $l3ff7fd473a5292542a372471f230d24e});google.maps.event.addListener(m_3ff7fd473a5292542a372471f230d24e, 'click', function() {infowindow.open(map,m_3ff7fd473a5292542a372471f230d24e);});$marker.push(m_3ff7fd473a5292542a372471f230d24e);}});}google.maps.event.addDomListener(window, 'load', initialize);