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.9821,-117.242)};var g_d9c9a056f6052ffbfa3526be3478d45e = new google.maps.Geocoder();g_d9c9a056f6052ffbfa3526be3478d45e.geocode( { 'address': "264 A St W, Vale, OR 97918, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vale-OR-us-bank-atm---vale').style.display = '';map = new google.maps.Map(document.getElementById('vale-OR-us-bank-atm---vale'), mapOptions);}document.getElementById('f2aba5ba').innerHTML += ' | View Map';var $ld9c9a056f6052ffbfa3526be3478d45e = '

U.S. Bank ATM - Vale

Address: 264 A St W, Vale, OR 97918, USA
Phone: (800) 872-2657
';var m_d9c9a056f6052ffbfa3526be3478d45e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Vale',});m_d9c9a056f6052ffbfa3526be3478d45e['infowindow'] = new google.maps.InfoWindow({content: $ld9c9a056f6052ffbfa3526be3478d45e});var infowindow = new google.maps.InfoWindow({content: $ld9c9a056f6052ffbfa3526be3478d45e});google.maps.event.addListener(m_d9c9a056f6052ffbfa3526be3478d45e, 'click', function() {infowindow.open(map,m_d9c9a056f6052ffbfa3526be3478d45e);});$marker.push(m_d9c9a056f6052ffbfa3526be3478d45e);}});}google.maps.event.addDomListener(window, 'load', initialize);