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_ea528f817aaf4759ae74e180ae009e6d = new google.maps.Geocoder();g_ea528f817aaf4759ae74e180ae009e6d.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-branch').style.display = '';map = new google.maps.Map(document.getElementById('potlatch-ID-us-bank-branch'), mapOptions);}document.getElementById('92a03282').innerHTML += ' | View Map';var $lea528f817aaf4759ae74e180ae009e6d = '

U.S. Bank Branch

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