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.5712,-117.527)};var g_452dae9e529b9ea7db88592a6d2a5b15 = new google.maps.Geocoder();g_452dae9e529b9ea7db88592a6d2a5b15.geocode( { 'address': "202 N Storie St, Wallowa, OR 97885, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallowa-OR-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('wallowa-OR-community-bank'), mapOptions);}document.getElementById('2087853c').innerHTML += ' | View Map';var $l452dae9e529b9ea7db88592a6d2a5b15 = '

Community Bank

Address: 202 N Storie St, Wallowa, OR 97885, USA
Phone: (541) 886-9151
';var m_452dae9e529b9ea7db88592a6d2a5b15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_452dae9e529b9ea7db88592a6d2a5b15['infowindow'] = new google.maps.InfoWindow({content: $l452dae9e529b9ea7db88592a6d2a5b15});var infowindow = new google.maps.InfoWindow({content: $l452dae9e529b9ea7db88592a6d2a5b15});google.maps.event.addListener(m_452dae9e529b9ea7db88592a6d2a5b15, 'click', function() {infowindow.open(map,m_452dae9e529b9ea7db88592a6d2a5b15);});$marker.push(m_452dae9e529b9ea7db88592a6d2a5b15);}});}google.maps.event.addDomListener(window, 'load', initialize);