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(44.4275,-118.948)};var g_64b0d9f1a77a46847602a28e5b58f2aa = new google.maps.Geocoder();g_64b0d9f1a77a46847602a28e5b58f2aa.geocode( { 'address': "150 W Main Street, John Day, OR 97845"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('john-day-OR-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('john-day-OR-umpqua-bank'), mapOptions);}document.getElementById('6662cc40').innerHTML += ' | View Map';var $l64b0d9f1a77a46847602a28e5b58f2aa = '

Umpqua Bank

Address: 150 W Main Street, John Day, OR 97845
Phone: (541) 575-0257
';var m_64b0d9f1a77a46847602a28e5b58f2aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_64b0d9f1a77a46847602a28e5b58f2aa['infowindow'] = new google.maps.InfoWindow({content: $l64b0d9f1a77a46847602a28e5b58f2aa});var infowindow = new google.maps.InfoWindow({content: $l64b0d9f1a77a46847602a28e5b58f2aa});google.maps.event.addListener(m_64b0d9f1a77a46847602a28e5b58f2aa, 'click', function() {infowindow.open(map,m_64b0d9f1a77a46847602a28e5b58f2aa);});$marker.push(m_64b0d9f1a77a46847602a28e5b58f2aa);}});}google.maps.event.addDomListener(window, 'load', initialize);