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.7842,-124.168)};var g_a35e39e3f7364d0b3e973697656a0750 = new google.maps.Geocoder();g_a35e39e3f7364d0b3e973697656a0750.geocode( { 'address': "1492 Northcrest Dr, Crescent City, CA 95531"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crescent-city-CA-north-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('crescent-city-CA-north-valley-bank'), mapOptions);}document.getElementById('a71eefeb').innerHTML += ' | View Map';var $la35e39e3f7364d0b3e973697656a0750 = '

North Valley Bank

Address: 1492 Northcrest Dr, Crescent City, CA 95531
Phone: (866) 869-6673
';var m_a35e39e3f7364d0b3e973697656a0750 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Valley Bank',});m_a35e39e3f7364d0b3e973697656a0750['infowindow'] = new google.maps.InfoWindow({content: $la35e39e3f7364d0b3e973697656a0750});var infowindow = new google.maps.InfoWindow({content: $la35e39e3f7364d0b3e973697656a0750});google.maps.event.addListener(m_a35e39e3f7364d0b3e973697656a0750, 'click', function() {infowindow.open(map,m_a35e39e3f7364d0b3e973697656a0750);});$marker.push(m_a35e39e3f7364d0b3e973697656a0750);}});}google.maps.event.addDomListener(window, 'load', initialize);