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.9664,-118.64)};var g_b2339d79a596fbea48f25d0a8bd473ca = new google.maps.Geocoder();g_b2339d79a596fbea48f25d0a8bd473ca.geocode( { 'address': "118 N I, Lind, WA 99341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lind-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('lind-WA-columbia-bank'), mapOptions);}document.getElementById('73e9c4da').innerHTML += ' | View Map';var $lb2339d79a596fbea48f25d0a8bd473ca = '

Columbia Bank

Address: 118 N I, Lind, WA 99341
Phone: (509) 677-3652
';var m_b2339d79a596fbea48f25d0a8bd473ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_b2339d79a596fbea48f25d0a8bd473ca['infowindow'] = new google.maps.InfoWindow({content: $lb2339d79a596fbea48f25d0a8bd473ca});var infowindow = new google.maps.InfoWindow({content: $lb2339d79a596fbea48f25d0a8bd473ca});google.maps.event.addListener(m_b2339d79a596fbea48f25d0a8bd473ca, 'click', function() {infowindow.open(map,m_b2339d79a596fbea48f25d0a8bd473ca);});$marker.push(m_b2339d79a596fbea48f25d0a8bd473ca);}});}google.maps.event.addDomListener(window, 'load', initialize);