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.5947,-111.872)};var g_2aa18605e16569e6a544a04d2b8ae4e8 = new google.maps.Geocoder();g_2aa18605e16569e6a544a04d2b8ae4e8.geocode( { 'address': "8621 700 E, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-american-united-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-american-united-federal-credit-union'), mapOptions);}document.getElementById('df126633').innerHTML += ' | View Map';var $l2aa18605e16569e6a544a04d2b8ae4e8 = '

American United Federal Credit Union

Address: 8621 700 E, Sandy, UT 84070, USA
Phone: (000) 000-0000
';var m_2aa18605e16569e6a544a04d2b8ae4e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American United Federal Credit Union',});m_2aa18605e16569e6a544a04d2b8ae4e8['infowindow'] = new google.maps.InfoWindow({content: $l2aa18605e16569e6a544a04d2b8ae4e8});var infowindow = new google.maps.InfoWindow({content: $l2aa18605e16569e6a544a04d2b8ae4e8});google.maps.event.addListener(m_2aa18605e16569e6a544a04d2b8ae4e8, 'click', function() {infowindow.open(map,m_2aa18605e16569e6a544a04d2b8ae4e8);});$marker.push(m_2aa18605e16569e6a544a04d2b8ae4e8);}});}google.maps.event.addDomListener(window, 'load', initialize);