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.098,-122.436)};var g_6a0ee1af99376d9f55c8dffbe7f1085e = new google.maps.Geocoder();g_6a0ee1af99376d9f55c8dffbe7f1085e.geocode( { 'address': "17502 Pacific Ave S, Spanaway, WA 98387, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spanaway-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('spanaway-WA-columbia-bank'), mapOptions);}document.getElementById('bede08f2').innerHTML += ' | View Map';var $l6a0ee1af99376d9f55c8dffbe7f1085e = '

Columbia Bank

Address: 17502 Pacific Ave S, Spanaway, WA 98387, USA
Phone: (253) 539-3094
';var m_6a0ee1af99376d9f55c8dffbe7f1085e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_6a0ee1af99376d9f55c8dffbe7f1085e['infowindow'] = new google.maps.InfoWindow({content: $l6a0ee1af99376d9f55c8dffbe7f1085e});var infowindow = new google.maps.InfoWindow({content: $l6a0ee1af99376d9f55c8dffbe7f1085e});google.maps.event.addListener(m_6a0ee1af99376d9f55c8dffbe7f1085e, 'click', function() {infowindow.open(map,m_6a0ee1af99376d9f55c8dffbe7f1085e);});$marker.push(m_6a0ee1af99376d9f55c8dffbe7f1085e);}});}google.maps.event.addDomListener(window, 'load', initialize);