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.6952,-112.084)};var g_cdc48f189c0e2e8a870f3d54615a2f0d = new google.maps.Geocoder();g_cdc48f189c0e2e8a870f3d54615a2f0d.geocode( { 'address': "8055 3500 S, Magna, UT 84044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magna-UT-us-bank-atm---magna-smiths').style.display = '';map = new google.maps.Map(document.getElementById('magna-UT-us-bank-atm---magna-smiths'), mapOptions);}document.getElementById('6a7a7dac').innerHTML += ' | View Map';var $lcdc48f189c0e2e8a870f3d54615a2f0d = '

U.S. Bank ATM - Magna Smith's

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