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.4663,-122.384)};var g_15f4d7d8386e78fc5ed49a02dd6bef94 = new google.maps.Geocoder();g_15f4d7d8386e78fc5ed49a02dd6bef94.geocode( { 'address': "375 S Weed Blvd, Weed, CA 96094"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weed-CA-scott-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('weed-CA-scott-valley-bank'), mapOptions);}document.getElementById('fe7b57c8').innerHTML += ' | View Map';var $l15f4d7d8386e78fc5ed49a02dd6bef94 = '

Scott Valley Bank

Address: 375 S Weed Blvd, Weed, CA 96094
Phone: (530) 938-5410
';var m_15f4d7d8386e78fc5ed49a02dd6bef94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Valley Bank',});m_15f4d7d8386e78fc5ed49a02dd6bef94['infowindow'] = new google.maps.InfoWindow({content: $l15f4d7d8386e78fc5ed49a02dd6bef94});var infowindow = new google.maps.InfoWindow({content: $l15f4d7d8386e78fc5ed49a02dd6bef94});google.maps.event.addListener(m_15f4d7d8386e78fc5ed49a02dd6bef94, 'click', function() {infowindow.open(map,m_15f4d7d8386e78fc5ed49a02dd6bef94);});$marker.push(m_15f4d7d8386e78fc5ed49a02dd6bef94);}});}google.maps.event.addDomListener(window, 'load', initialize);