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.2388,-122.526)};var g_693e81c80541cea6985e652a3872f69c = new google.maps.Geocoder();g_693e81c80541cea6985e652a3872f69c.geocode( { 'address': "2401 Mildred St W, Fircrest, WA 98466, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fircrest-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('fircrest-WA-columbia-bank'), mapOptions);}document.getElementById('1b276efc').innerHTML += ' | View Map';var $l693e81c80541cea6985e652a3872f69c = '

Columbia Bank

Address: 2401 Mildred St W, Fircrest, WA 98466, USA
Phone: (253) 566-1172
';var m_693e81c80541cea6985e652a3872f69c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_693e81c80541cea6985e652a3872f69c['infowindow'] = new google.maps.InfoWindow({content: $l693e81c80541cea6985e652a3872f69c});var infowindow = new google.maps.InfoWindow({content: $l693e81c80541cea6985e652a3872f69c});google.maps.event.addListener(m_693e81c80541cea6985e652a3872f69c, 'click', function() {infowindow.open(map,m_693e81c80541cea6985e652a3872f69c);});$marker.push(m_693e81c80541cea6985e652a3872f69c);}});}google.maps.event.addDomListener(window, 'load', initialize);