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.4838,-116.241)};var g_72c1ee98367d8bb9c8fa4cd5ee2dc743 = new google.maps.Geocoder();g_72c1ee98367d8bb9c8fa4cd5ee2dc743.geocode( { 'address': "1167 Michigan Ave, Orofino, ID 83544, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orofino-ID-potlatch-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('orofino-ID-potlatch-credit-union'), mapOptions);}document.getElementById('82c4d1a9').innerHTML += ' | View Map';var $l72c1ee98367d8bb9c8fa4cd5ee2dc743 = '

Potlatch Credit Union

Address: 1167 Michigan Ave, Orofino, ID 83544, USA
Phone: (208) 476-7458
';var m_72c1ee98367d8bb9c8fa4cd5ee2dc743 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Potlatch Credit Union',});m_72c1ee98367d8bb9c8fa4cd5ee2dc743['infowindow'] = new google.maps.InfoWindow({content: $l72c1ee98367d8bb9c8fa4cd5ee2dc743});var infowindow = new google.maps.InfoWindow({content: $l72c1ee98367d8bb9c8fa4cd5ee2dc743});google.maps.event.addListener(m_72c1ee98367d8bb9c8fa4cd5ee2dc743, 'click', function() {infowindow.open(map,m_72c1ee98367d8bb9c8fa4cd5ee2dc743);});$marker.push(m_72c1ee98367d8bb9c8fa4cd5ee2dc743);}});}google.maps.event.addDomListener(window, 'load', initialize);