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.2749,-116.552)};var g_cb163341a37ac946141f0779a74495de = new google.maps.Geocoder();g_cb163341a37ac946141f0779a74495de.geocode( { 'address': "414 Church St, Sandpoint, ID 83864, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandpoint-ID-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('sandpoint-ID-columbia-bank'), mapOptions);}document.getElementById('c13a4a50').innerHTML += ' | View Map';var $lcb163341a37ac946141f0779a74495de = '

Columbia Bank

Address: 414 Church St, Sandpoint, ID 83864, USA
Phone: (208) 263-0505
';var m_cb163341a37ac946141f0779a74495de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_cb163341a37ac946141f0779a74495de['infowindow'] = new google.maps.InfoWindow({content: $lcb163341a37ac946141f0779a74495de});var infowindow = new google.maps.InfoWindow({content: $lcb163341a37ac946141f0779a74495de});google.maps.event.addListener(m_cb163341a37ac946141f0779a74495de, 'click', function() {infowindow.open(map,m_cb163341a37ac946141f0779a74495de);});$marker.push(m_cb163341a37ac946141f0779a74495de);}});}google.maps.event.addDomListener(window, 'load', initialize);