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.6727,-118.788)};var g_4333c597da355d04f6b313a15d146331 = new google.maps.Geocoder();g_4333c597da355d04f6b313a15d146331.geocode( { 'address': "157 S Main St, Pendleton, OR 97801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pendleton-OR-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('pendleton-OR-community-bank'), mapOptions);}document.getElementById('225bd3d4').innerHTML += ' | View Map';var $l4333c597da355d04f6b313a15d146331 = '

Community Bank

Address: 157 S Main St, Pendleton, OR 97801, USA
Phone: (541) 278-9000
';var m_4333c597da355d04f6b313a15d146331 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_4333c597da355d04f6b313a15d146331['infowindow'] = new google.maps.InfoWindow({content: $l4333c597da355d04f6b313a15d146331});var infowindow = new google.maps.InfoWindow({content: $l4333c597da355d04f6b313a15d146331});google.maps.event.addListener(m_4333c597da355d04f6b313a15d146331, 'click', function() {infowindow.open(map,m_4333c597da355d04f6b313a15d146331);});$marker.push(m_4333c597da355d04f6b313a15d146331);}});}google.maps.event.addDomListener(window, 'load', initialize);