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(41.1689,-112.027)};var g_446f42226004c03a5c6184bce2d779f0 = new google.maps.Geocoder();g_446f42226004c03a5c6184bce2d779f0.geocode( { 'address': "5201 S 1900 W, Roy, UT 84067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roy-UT-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('roy-UT-atm-us-bank'), mapOptions);}document.getElementById('a17acfd6').innerHTML += ' | View Map';var $l446f42226004c03a5c6184bce2d779f0 = '

ATM (U.S. Bank)

Address: 5201 S 1900 W, Roy, UT 84067, USA
Phone:
';var m_446f42226004c03a5c6184bce2d779f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (U.S. Bank)',});m_446f42226004c03a5c6184bce2d779f0['infowindow'] = new google.maps.InfoWindow({content: $l446f42226004c03a5c6184bce2d779f0});var infowindow = new google.maps.InfoWindow({content: $l446f42226004c03a5c6184bce2d779f0});google.maps.event.addListener(m_446f42226004c03a5c6184bce2d779f0, 'click', function() {infowindow.open(map,m_446f42226004c03a5c6184bce2d779f0);});$marker.push(m_446f42226004c03a5c6184bce2d779f0);}});}google.maps.event.addDomListener(window, 'load', initialize);