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(47.0115,-116.928)};var g_814a9c18f5abff398787c9cfcbf3d80c = new google.maps.Geocoder();g_814a9c18f5abff398787c9cfcbf3d80c.geocode( { 'address': "206 6th St, Potlatch, ID 83855"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('potlatch-ID-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('potlatch-ID-us-bank'), mapOptions);}document.getElementById('b053aadb').innerHTML += ' | View Map';var $l814a9c18f5abff398787c9cfcbf3d80c = '

US Bank

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