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.8695,-124.085)};var g_cf4d117eef5c71a1fff964f7dbfb5f95 = new google.maps.Geocoder();g_cf4d117eef5c71a1fff964f7dbfb5f95.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-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('arcata-CA-atm-us-bank'), mapOptions);}document.getElementById('93bc8f26').innerHTML += ' | View Map';var $lcf4d117eef5c71a1fff964f7dbfb5f95 = '

ATM (Us Bank)

Address: 953 G St, Arcata, CA 95521, USA
Phone:
';var m_cf4d117eef5c71a1fff964f7dbfb5f95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Us Bank)',});m_cf4d117eef5c71a1fff964f7dbfb5f95['infowindow'] = new google.maps.InfoWindow({content: $lcf4d117eef5c71a1fff964f7dbfb5f95});var infowindow = new google.maps.InfoWindow({content: $lcf4d117eef5c71a1fff964f7dbfb5f95});google.maps.event.addListener(m_cf4d117eef5c71a1fff964f7dbfb5f95, 'click', function() {infowindow.open(map,m_cf4d117eef5c71a1fff964f7dbfb5f95);});$marker.push(m_cf4d117eef5c71a1fff964f7dbfb5f95);}});}google.maps.event.addDomListener(window, 'load', initialize);