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_7bda457c9196778ecefd84491ee957bd = new google.maps.Geocoder();g_7bda457c9196778ecefd84491ee957bd.geocode( { 'address': "936 3rd St, Crescent City, CA 95531"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crescent-city-CA-tri-counties-bank').style.display = '';map = new google.maps.Map(document.getElementById('crescent-city-CA-tri-counties-bank'), mapOptions);}document.getElementById('bca54af1').innerHTML += ' | View Map';var $l7bda457c9196778ecefd84491ee957bd = '

Tri Counties Bank

Address: 936 3rd St, Crescent City, CA 95531
Phone: (707) 464-4145
';var m_7bda457c9196778ecefd84491ee957bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri Counties Bank',});m_7bda457c9196778ecefd84491ee957bd['infowindow'] = new google.maps.InfoWindow({content: $l7bda457c9196778ecefd84491ee957bd});var infowindow = new google.maps.InfoWindow({content: $l7bda457c9196778ecefd84491ee957bd});google.maps.event.addListener(m_7bda457c9196778ecefd84491ee957bd, 'click', function() {infowindow.open(map,m_7bda457c9196778ecefd84491ee957bd);});$marker.push(m_7bda457c9196778ecefd84491ee957bd);}});}google.maps.event.addDomListener(window, 'load', initialize);