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.5163,-111.89)};var g_d26ed1c4c56b5d019656d884a9ddc788 = new google.maps.Geocoder();g_d26ed1c4c56b5d019656d884a9ddc788.geocode( { 'address': "12953 S Minute Man Dr, Draper, UT 84020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('draper-UT-mountain-america-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-mountain-america-credit-union-atm'), mapOptions);}document.getElementById('fdb18216').innerHTML += ' | View Map';var $ld26ed1c4c56b5d019656d884a9ddc788 = '

Mountain America Credit Union ATM

Address: 12953 S Minute Man Dr, Draper, UT 84020, USA
Phone: (800) 748-4302
';var m_d26ed1c4c56b5d019656d884a9ddc788 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union ATM',});m_d26ed1c4c56b5d019656d884a9ddc788['infowindow'] = new google.maps.InfoWindow({content: $ld26ed1c4c56b5d019656d884a9ddc788});var infowindow = new google.maps.InfoWindow({content: $ld26ed1c4c56b5d019656d884a9ddc788});google.maps.event.addListener(m_d26ed1c4c56b5d019656d884a9ddc788, 'click', function() {infowindow.open(map,m_d26ed1c4c56b5d019656d884a9ddc788);});$marker.push(m_d26ed1c4c56b5d019656d884a9ddc788);}});}google.maps.event.addDomListener(window, 'load', initialize);