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_42fde095fa9ae97984a49087edebfb49 = new google.maps.Geocoder();g_42fde095fa9ae97984a49087edebfb49.geocode( { 'address': "1020 3rd St, Crescent City, CA 95531"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crescent-city-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('crescent-city-CA-u-s-bank'), mapOptions);}document.getElementById('5daa5e1b').innerHTML += ' | View Map';var $l42fde095fa9ae97984a49087edebfb49 = '

U.S. Bank

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