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.3581,-117.23)};var g_7a2540f652ece114f8193417cf844bbe = new google.maps.Geocoder();g_7a2540f652ece114f8193417cf844bbe.geocode( { 'address': "609 N Main St, Joseph, OR 97846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('joseph-OR-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('joseph-OR-community-bank'), mapOptions);}document.getElementById('319009cd').innerHTML += ' | View Map';var $l7a2540f652ece114f8193417cf844bbe = '

Community Bank

Address: 609 N Main St, Joseph, OR 97846, USA
Phone: (541) 432-9050
';var m_7a2540f652ece114f8193417cf844bbe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_7a2540f652ece114f8193417cf844bbe['infowindow'] = new google.maps.InfoWindow({content: $l7a2540f652ece114f8193417cf844bbe});var infowindow = new google.maps.InfoWindow({content: $l7a2540f652ece114f8193417cf844bbe});google.maps.event.addListener(m_7a2540f652ece114f8193417cf844bbe, 'click', function() {infowindow.open(map,m_7a2540f652ece114f8193417cf844bbe);});$marker.push(m_7a2540f652ece114f8193417cf844bbe);}});}google.maps.event.addDomListener(window, 'load', initialize);