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.3096,-116.543)};var g_fbfa41767a3f59542bfae694ad57c52b = new google.maps.Geocoder();g_fbfa41767a3f59542bfae694ad57c52b.geocode( { 'address': "300 Kootenai Cutoff Rd, Ponderay, ID 83852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ponderay-ID-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('ponderay-ID-columbia-bank'), mapOptions);}document.getElementById('c304e513').innerHTML += ' | View Map';var $lfbfa41767a3f59542bfae694ad57c52b = '

Columbia Bank

Address: 300 Kootenai Cutoff Rd, Ponderay, ID 83852, USA
Phone: (208) 263-2348
';var m_fbfa41767a3f59542bfae694ad57c52b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_fbfa41767a3f59542bfae694ad57c52b['infowindow'] = new google.maps.InfoWindow({content: $lfbfa41767a3f59542bfae694ad57c52b});var infowindow = new google.maps.InfoWindow({content: $lfbfa41767a3f59542bfae694ad57c52b});google.maps.event.addListener(m_fbfa41767a3f59542bfae694ad57c52b, 'click', function() {infowindow.open(map,m_fbfa41767a3f59542bfae694ad57c52b);});$marker.push(m_fbfa41767a3f59542bfae694ad57c52b);}});}google.maps.event.addDomListener(window, 'load', initialize);