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(40.0344,-111.734)};var g_50cdcbbd4ca7da1f71a180fb607dee6e = new google.maps.Geocoder();g_50cdcbbd4ca7da1f71a180fb607dee6e.geocode( { 'address': "632 S 100 W, Payson, UT 84651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('payson-UT-us-bank-atm---payson-smiths').style.display = '';map = new google.maps.Map(document.getElementById('payson-UT-us-bank-atm---payson-smiths'), mapOptions);}document.getElementById('fd25c6aa').innerHTML += ' | View Map';var $l50cdcbbd4ca7da1f71a180fb607dee6e = '

U.S. Bank ATM - Payson Smith's

Address: 632 S 100 W, Payson, UT 84651, USA
Phone: (800) 872-2657
';var m_50cdcbbd4ca7da1f71a180fb607dee6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Payson Smith's',});m_50cdcbbd4ca7da1f71a180fb607dee6e['infowindow'] = new google.maps.InfoWindow({content: $l50cdcbbd4ca7da1f71a180fb607dee6e});var infowindow = new google.maps.InfoWindow({content: $l50cdcbbd4ca7da1f71a180fb607dee6e});google.maps.event.addListener(m_50cdcbbd4ca7da1f71a180fb607dee6e, 'click', function() {infowindow.open(map,m_50cdcbbd4ca7da1f71a180fb607dee6e);});$marker.push(m_50cdcbbd4ca7da1f71a180fb607dee6e);}});}google.maps.event.addDomListener(window, 'load', initialize);