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.2702,-119.183)};var g_8eaf9f3262c29cf2938699653cd93f48 = new google.maps.Geocoder();g_8eaf9f3262c29cf2938699653cd93f48.geocode( { 'address': "4725 Rd 68, Pasco, WA 99301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasco-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('pasco-WA-columbia-bank'), mapOptions);}document.getElementById('51db3c67').innerHTML += ' | View Map';var $l8eaf9f3262c29cf2938699653cd93f48 = '

Columbia Bank

Address: 4725 Rd 68, Pasco, WA 99301, USA
Phone: (509) 543-1300
';var m_8eaf9f3262c29cf2938699653cd93f48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_8eaf9f3262c29cf2938699653cd93f48['infowindow'] = new google.maps.InfoWindow({content: $l8eaf9f3262c29cf2938699653cd93f48});var infowindow = new google.maps.InfoWindow({content: $l8eaf9f3262c29cf2938699653cd93f48});google.maps.event.addListener(m_8eaf9f3262c29cf2938699653cd93f48, 'click', function() {infowindow.open(map,m_8eaf9f3262c29cf2938699653cd93f48);});$marker.push(m_8eaf9f3262c29cf2938699653cd93f48);}});}google.maps.event.addDomListener(window, 'load', initialize);