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(40.8694,-124.085)};var g_e99ac657e511c05f358e4870a3890b1c = new google.maps.Geocoder();g_e99ac657e511c05f358e4870a3890b1c.geocode( { 'address': "953 G St, Arcata, CA 95521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arcata-CA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('arcata-CA-us-bank-branch'), mapOptions);}document.getElementById('93bc8f26').innerHTML += ' | View Map';var $le99ac657e511c05f358e4870a3890b1c = '

U.S. Bank Branch

Address: 953 G St, Arcata, CA 95521, USA
Phone: (707) 822-7031
';var m_e99ac657e511c05f358e4870a3890b1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_e99ac657e511c05f358e4870a3890b1c['infowindow'] = new google.maps.InfoWindow({content: $le99ac657e511c05f358e4870a3890b1c});var infowindow = new google.maps.InfoWindow({content: $le99ac657e511c05f358e4870a3890b1c});google.maps.event.addListener(m_e99ac657e511c05f358e4870a3890b1c, 'click', function() {infowindow.open(map,m_e99ac657e511c05f358e4870a3890b1c);});$marker.push(m_e99ac657e511c05f358e4870a3890b1c);}});}google.maps.event.addDomListener(window, 'load', initialize);