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.4735,-122.221)};var g_f4d2f2d6500412c8a6da7c426bbc7e69 = new google.maps.Geocoder();g_f4d2f2d6500412c8a6da7c426bbc7e69.geocode( { 'address': "333 SW 7th St, Renton, WA 98057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('renton-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('renton-WA-columbia-bank'), mapOptions);}document.getElementById('a7b4d21d').innerHTML += ' | View Map';var $lf4d2f2d6500412c8a6da7c426bbc7e69 = '

Columbia Bank

Address: 333 SW 7th St, Renton, WA 98057, USA
Phone: (425) 228-1800
';var m_f4d2f2d6500412c8a6da7c426bbc7e69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_f4d2f2d6500412c8a6da7c426bbc7e69['infowindow'] = new google.maps.InfoWindow({content: $lf4d2f2d6500412c8a6da7c426bbc7e69});var infowindow = new google.maps.InfoWindow({content: $lf4d2f2d6500412c8a6da7c426bbc7e69});google.maps.event.addListener(m_f4d2f2d6500412c8a6da7c426bbc7e69, 'click', function() {infowindow.open(map,m_f4d2f2d6500412c8a6da7c426bbc7e69);});$marker.push(m_f4d2f2d6500412c8a6da7c426bbc7e69);}});}google.maps.event.addDomListener(window, 'load', initialize);