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(46.9218,-116.9)};var g_643e9a11b4ce93aa3355b0be0d64e073 = new google.maps.Geocoder();g_643e9a11b4ce93aa3355b0be0d64e073.geocode( { 'address': "200 6th St, Potlatch, ID 83855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('potlatch-ID-us-bank-atm---potlatch').style.display = '';map = new google.maps.Map(document.getElementById('potlatch-ID-us-bank-atm---potlatch'), mapOptions);}document.getElementById('92a03282').innerHTML += ' | View Map';var $l643e9a11b4ce93aa3355b0be0d64e073 = '

U.S. Bank ATM - Potlatch

Address: 200 6th St, Potlatch, ID 83855, USA
Phone: (800) 872-2657
';var m_643e9a11b4ce93aa3355b0be0d64e073 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Potlatch',});m_643e9a11b4ce93aa3355b0be0d64e073['infowindow'] = new google.maps.InfoWindow({content: $l643e9a11b4ce93aa3355b0be0d64e073});var infowindow = new google.maps.InfoWindow({content: $l643e9a11b4ce93aa3355b0be0d64e073});google.maps.event.addListener(m_643e9a11b4ce93aa3355b0be0d64e073, 'click', function() {infowindow.open(map,m_643e9a11b4ce93aa3355b0be0d64e073);});$marker.push(m_643e9a11b4ce93aa3355b0be0d64e073);}});}google.maps.event.addDomListener(window, 'load', initialize);