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.1818,-121.98)};var g_ffbe5693bf88205270c9b7df9b46e83b = new google.maps.Geocoder();g_ffbe5693bf88205270c9b7df9b46e83b.geocode( { 'address': "404 N West Ave, Arlington, WA 98223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-WA-columbia-bank'), mapOptions);}document.getElementById('2f9629ab').innerHTML += ' | View Map';var $lffbe5693bf88205270c9b7df9b46e83b = '

Columbia Bank

Address: 404 N West Ave, Arlington, WA 98223
Phone: (360) 435-5545
';var m_ffbe5693bf88205270c9b7df9b46e83b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_ffbe5693bf88205270c9b7df9b46e83b['infowindow'] = new google.maps.InfoWindow({content: $lffbe5693bf88205270c9b7df9b46e83b});var infowindow = new google.maps.InfoWindow({content: $lffbe5693bf88205270c9b7df9b46e83b});google.maps.event.addListener(m_ffbe5693bf88205270c9b7df9b46e83b, 'click', function() {infowindow.open(map,m_ffbe5693bf88205270c9b7df9b46e83b);});$marker.push(m_ffbe5693bf88205270c9b7df9b46e83b);}});}google.maps.event.addDomListener(window, 'load', initialize);