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(46.7291,-122.98)};var g_8960b97658a66ea0f690cfac1a10e124 = new google.maps.Geocoder();g_8960b97658a66ea0f690cfac1a10e124.geocode( { 'address': "1100 Belmont Ave, Centralia, WA 98531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-WA-columbia-banking-system').style.display = '';map = new google.maps.Map(document.getElementById('centralia-WA-columbia-banking-system'), mapOptions);}document.getElementById('21eaf89d').innerHTML += ' | View Map';var $l8960b97658a66ea0f690cfac1a10e124 = '

Columbia Banking System

Address: 1100 Belmont Ave, Centralia, WA 98531, USA
Phone: (360) 736-0722
';var m_8960b97658a66ea0f690cfac1a10e124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Banking System',});m_8960b97658a66ea0f690cfac1a10e124['infowindow'] = new google.maps.InfoWindow({content: $l8960b97658a66ea0f690cfac1a10e124});var infowindow = new google.maps.InfoWindow({content: $l8960b97658a66ea0f690cfac1a10e124});google.maps.event.addListener(m_8960b97658a66ea0f690cfac1a10e124, 'click', function() {infowindow.open(map,m_8960b97658a66ea0f690cfac1a10e124);});$marker.push(m_8960b97658a66ea0f690cfac1a10e124);}});}google.maps.event.addDomListener(window, 'load', initialize);