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(47.1689,-122.163)};var g_9c47794cc5b62d463fd67c8d182f12d0 = new google.maps.Geocoder();g_9c47794cc5b62d463fd67c8d182f12d0.geocode( { 'address': "19925 WA-410, Bonney Lake, WA 98391, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonney-lake-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('bonney-lake-WA-columbia-bank'), mapOptions);}document.getElementById('9eb4f28b').innerHTML += ' | View Map';var $l9c47794cc5b62d463fd67c8d182f12d0 = '

Columbia Bank

Address: 19925 WA-410, Bonney Lake, WA 98391, USA
Phone: (253) 863-8500
';var m_9c47794cc5b62d463fd67c8d182f12d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_9c47794cc5b62d463fd67c8d182f12d0['infowindow'] = new google.maps.InfoWindow({content: $l9c47794cc5b62d463fd67c8d182f12d0});var infowindow = new google.maps.InfoWindow({content: $l9c47794cc5b62d463fd67c8d182f12d0});google.maps.event.addListener(m_9c47794cc5b62d463fd67c8d182f12d0, 'click', function() {infowindow.open(map,m_9c47794cc5b62d463fd67c8d182f12d0);});$marker.push(m_9c47794cc5b62d463fd67c8d182f12d0);}});}google.maps.event.addDomListener(window, 'load', initialize);