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.025,-123.289)};var g_1f74d7bfae93e0cd1e78610c1f949ccd = new google.maps.Geocoder();g_1f74d7bfae93e0cd1e78610c1f949ccd.geocode( { 'address': "105 N Main St, Myrtle Creek, OR 97457, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-creek-OR-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-creek-OR-us-bank-branch'), mapOptions);}document.getElementById('973f99a3').innerHTML += ' | View Map';var $l1f74d7bfae93e0cd1e78610c1f949ccd = '

U.S. Bank Branch

Address: 105 N Main St, Myrtle Creek, OR 97457, USA
Phone: (541) 863-3131
';var m_1f74d7bfae93e0cd1e78610c1f949ccd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_1f74d7bfae93e0cd1e78610c1f949ccd['infowindow'] = new google.maps.InfoWindow({content: $l1f74d7bfae93e0cd1e78610c1f949ccd});var infowindow = new google.maps.InfoWindow({content: $l1f74d7bfae93e0cd1e78610c1f949ccd});google.maps.event.addListener(m_1f74d7bfae93e0cd1e78610c1f949ccd, 'click', function() {infowindow.open(map,m_1f74d7bfae93e0cd1e78610c1f949ccd);});$marker.push(m_1f74d7bfae93e0cd1e78610c1f949ccd);}});}google.maps.event.addDomListener(window, 'load', initialize);