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(48.3064,-116.547)};var g_a99282baf42f07c0346c8ce52150dcf5 = new google.maps.Geocoder();g_a99282baf42f07c0346c8ce52150dcf5.geocode( { 'address': "476864 US-95 D, Ponderay, ID 83852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ponderay-ID-potlatch-no-1-federal-credit').style.display = '';map = new google.maps.Map(document.getElementById('ponderay-ID-potlatch-no-1-federal-credit'), mapOptions);}document.getElementById('1f64100c').innerHTML += ' | View Map';var $la99282baf42f07c0346c8ce52150dcf5 = '

Potlatch No 1 Federal Credit

Address: 476864 US-95 D, Ponderay, ID 83852, USA
Phone: (208) 255-5493
';var m_a99282baf42f07c0346c8ce52150dcf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Potlatch No 1 Federal Credit',});m_a99282baf42f07c0346c8ce52150dcf5['infowindow'] = new google.maps.InfoWindow({content: $la99282baf42f07c0346c8ce52150dcf5});var infowindow = new google.maps.InfoWindow({content: $la99282baf42f07c0346c8ce52150dcf5});google.maps.event.addListener(m_a99282baf42f07c0346c8ce52150dcf5, 'click', function() {infowindow.open(map,m_a99282baf42f07c0346c8ce52150dcf5);});$marker.push(m_a99282baf42f07c0346c8ce52150dcf5);}});}google.maps.event.addDomListener(window, 'load', initialize);