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.4063,-124.23)};var g_7f628a8eb4e3f0c16b03be3bad0ef1fa = new google.maps.Geocoder();g_7f628a8eb4e3f0c16b03be3bad0ef1fa.geocode( { 'address': "1285 Virginia Ave, North Bend, OR 97459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-bend-OR-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('north-bend-OR-us-bank-branch'), mapOptions);}document.getElementById('5ac52cbf').innerHTML += ' | View Map';var $l7f628a8eb4e3f0c16b03be3bad0ef1fa = '

U.S. Bank Branch

Address: 1285 Virginia Ave, North Bend, OR 97459, USA
Phone: (541) 756-5161
';var m_7f628a8eb4e3f0c16b03be3bad0ef1fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_7f628a8eb4e3f0c16b03be3bad0ef1fa['infowindow'] = new google.maps.InfoWindow({content: $l7f628a8eb4e3f0c16b03be3bad0ef1fa});var infowindow = new google.maps.InfoWindow({content: $l7f628a8eb4e3f0c16b03be3bad0ef1fa});google.maps.event.addListener(m_7f628a8eb4e3f0c16b03be3bad0ef1fa, 'click', function() {infowindow.open(map,m_7f628a8eb4e3f0c16b03be3bad0ef1fa);});$marker.push(m_7f628a8eb4e3f0c16b03be3bad0ef1fa);}});}google.maps.event.addDomListener(window, 'load', initialize);