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.6243,-111.825)};var g_2811a99e594c3cda28b86d3a94a0550f = new google.maps.Geocoder();g_2811a99e594c3cda28b86d3a94a0550f.geocode( { 'address': "2277 Fort Union Blvd, Cottonwood Heights, UT 84121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottonwood-heights-UT-american-united-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cottonwood-heights-UT-american-united-federal-credit-union'), mapOptions);}document.getElementById('ae6111ec').innerHTML += ' | View Map';var $l2811a99e594c3cda28b86d3a94a0550f = '

American United Federal Credit Union

Address: 2277 Fort Union Blvd, Cottonwood Heights, UT 84121, USA
Phone: (801) 449-9950
';var m_2811a99e594c3cda28b86d3a94a0550f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American United Federal Credit Union',});m_2811a99e594c3cda28b86d3a94a0550f['infowindow'] = new google.maps.InfoWindow({content: $l2811a99e594c3cda28b86d3a94a0550f});var infowindow = new google.maps.InfoWindow({content: $l2811a99e594c3cda28b86d3a94a0550f});google.maps.event.addListener(m_2811a99e594c3cda28b86d3a94a0550f, 'click', function() {infowindow.open(map,m_2811a99e594c3cda28b86d3a94a0550f);});$marker.push(m_2811a99e594c3cda28b86d3a94a0550f);}});}google.maps.event.addDomListener(window, 'load', initialize);