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(43.0644,-124.139)};var g_fc528592c3858f90196fbfacc814f235 = new google.maps.Geocoder();g_fc528592c3858f90196fbfacc814f235.geocode( { 'address': "345 8th St, Myrtle Point, OR 97458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-point-OR-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-point-OR-umpqua-bank'), mapOptions);}document.getElementById('4cca1069').innerHTML += ' | View Map';var $lfc528592c3858f90196fbfacc814f235 = '

Umpqua Bank

Address: 345 8th St, Myrtle Point, OR 97458, USA
Phone: (541) 572-5399
';var m_fc528592c3858f90196fbfacc814f235 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_fc528592c3858f90196fbfacc814f235['infowindow'] = new google.maps.InfoWindow({content: $lfc528592c3858f90196fbfacc814f235});var infowindow = new google.maps.InfoWindow({content: $lfc528592c3858f90196fbfacc814f235});google.maps.event.addListener(m_fc528592c3858f90196fbfacc814f235, 'click', function() {infowindow.open(map,m_fc528592c3858f90196fbfacc814f235);});$marker.push(m_fc528592c3858f90196fbfacc814f235);}});}google.maps.event.addDomListener(window, 'load', initialize);