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(45.4994,-122.42)};var g_00a61ba99599c66d87f80d1de9ebd899 = new google.maps.Geocoder();g_00a61ba99599c66d87f80d1de9ebd899.geocode( { 'address': "473 NW Burnside Rd, Gresham, OR 97030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gresham-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('gresham-OR-columbia-bank'), mapOptions);}document.getElementById('cb17127f').innerHTML += ' | View Map';var $l00a61ba99599c66d87f80d1de9ebd899 = '

Columbia Bank

Address: 473 NW Burnside Rd, Gresham, OR 97030
Phone: (503) 618-0939
';var m_00a61ba99599c66d87f80d1de9ebd899 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_00a61ba99599c66d87f80d1de9ebd899['infowindow'] = new google.maps.InfoWindow({content: $l00a61ba99599c66d87f80d1de9ebd899});var infowindow = new google.maps.InfoWindow({content: $l00a61ba99599c66d87f80d1de9ebd899});google.maps.event.addListener(m_00a61ba99599c66d87f80d1de9ebd899, 'click', function() {infowindow.open(map,m_00a61ba99599c66d87f80d1de9ebd899);});$marker.push(m_00a61ba99599c66d87f80d1de9ebd899);}});}google.maps.event.addDomListener(window, 'load', initialize);