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.3862,-111.915)};var g_c5204334289d6a51e794d56aea6ebdf4 = new google.maps.Geocoder();g_c5204334289d6a51e794d56aea6ebdf4.geocode( { 'address': "1320 Redwood Road, Saratoga Springs, UT 84045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-UT-us-bank-atm---saratoga-springs-smiths').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-UT-us-bank-atm---saratoga-springs-smiths'), mapOptions);}document.getElementById('f939f667').innerHTML += ' | View Map';var $lc5204334289d6a51e794d56aea6ebdf4 = '

U.S. Bank ATM - Saratoga Springs Smith's

Address: 1320 Redwood Road, Saratoga Springs, UT 84045, USA
Phone: (801) 766-3172
';var m_c5204334289d6a51e794d56aea6ebdf4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Saratoga Springs Smith's',});m_c5204334289d6a51e794d56aea6ebdf4['infowindow'] = new google.maps.InfoWindow({content: $lc5204334289d6a51e794d56aea6ebdf4});var infowindow = new google.maps.InfoWindow({content: $lc5204334289d6a51e794d56aea6ebdf4});google.maps.event.addListener(m_c5204334289d6a51e794d56aea6ebdf4, 'click', function() {infowindow.open(map,m_c5204334289d6a51e794d56aea6ebdf4);});$marker.push(m_c5204334289d6a51e794d56aea6ebdf4);}});}google.maps.event.addDomListener(window, 'load', initialize);