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.0343,-111.735)};var g_ddbd72f891c83a97f66b3d70c4b54805 = new google.maps.Geocoder();g_ddbd72f891c83a97f66b3d70c4b54805.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-branch').style.display = '';map = new google.maps.Map(document.getElementById('payson-UT-us-bank-branch'), mapOptions);}document.getElementById('fd25c6aa').innerHTML += ' | View Map';var $lddbd72f891c83a97f66b3d70c4b54805 = '

U.S. Bank Branch

Address: 632 S 100 W, Payson, UT 84651, USA
Phone: (801) 465-8275
';var m_ddbd72f891c83a97f66b3d70c4b54805 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_ddbd72f891c83a97f66b3d70c4b54805['infowindow'] = new google.maps.InfoWindow({content: $lddbd72f891c83a97f66b3d70c4b54805});var infowindow = new google.maps.InfoWindow({content: $lddbd72f891c83a97f66b3d70c4b54805});google.maps.event.addListener(m_ddbd72f891c83a97f66b3d70c4b54805, 'click', function() {infowindow.open(map,m_ddbd72f891c83a97f66b3d70c4b54805);});$marker.push(m_ddbd72f891c83a97f66b3d70c4b54805);}});}google.maps.event.addDomListener(window, 'load', initialize);