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(41.5126,-120.552)};var g_0314c9b108b8c39f1cf878ed93fdd5ae = new google.maps.Geocoder();g_0314c9b108b8c39f1cf878ed93fdd5ae.geocode( { 'address': "510 N Main St, Alturas, CA 96101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alturas-CA-plumas-bank').style.display = '';map = new google.maps.Map(document.getElementById('alturas-CA-plumas-bank'), mapOptions);}document.getElementById('06b71645').innerHTML += ' | View Map';var $l0314c9b108b8c39f1cf878ed93fdd5ae = '

Plumas Bank

Address: 510 N Main St, Alturas, CA 96101
Phone: (530) 233-1999
';var m_0314c9b108b8c39f1cf878ed93fdd5ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plumas Bank',});m_0314c9b108b8c39f1cf878ed93fdd5ae['infowindow'] = new google.maps.InfoWindow({content: $l0314c9b108b8c39f1cf878ed93fdd5ae});var infowindow = new google.maps.InfoWindow({content: $l0314c9b108b8c39f1cf878ed93fdd5ae});google.maps.event.addListener(m_0314c9b108b8c39f1cf878ed93fdd5ae, 'click', function() {infowindow.open(map,m_0314c9b108b8c39f1cf878ed93fdd5ae);});$marker.push(m_0314c9b108b8c39f1cf878ed93fdd5ae);}});}google.maps.event.addDomListener(window, 'load', initialize);