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.0424,-122.824)};var g_103ac58e98cd9fd9afc6c781caf5e484 = new google.maps.Geocoder();g_103ac58e98cd9fd9afc6c781caf5e484.geocode( { 'address': "665 Woodland Square Loop SE, Lacey, WA 98503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lacey-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('lacey-WA-columbia-bank'), mapOptions);}document.getElementById('8e3e511c').innerHTML += ' | View Map';var $l103ac58e98cd9fd9afc6c781caf5e484 = '

Columbia Bank

Address: 665 Woodland Square Loop SE, Lacey, WA 98503, USA
Phone: (360) 456-2400
';var m_103ac58e98cd9fd9afc6c781caf5e484 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_103ac58e98cd9fd9afc6c781caf5e484['infowindow'] = new google.maps.InfoWindow({content: $l103ac58e98cd9fd9afc6c781caf5e484});var infowindow = new google.maps.InfoWindow({content: $l103ac58e98cd9fd9afc6c781caf5e484});google.maps.event.addListener(m_103ac58e98cd9fd9afc6c781caf5e484, 'click', function() {infowindow.open(map,m_103ac58e98cd9fd9afc6c781caf5e484);});$marker.push(m_103ac58e98cd9fd9afc6c781caf5e484);}});}google.maps.event.addDomListener(window, 'load', initialize);