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.7562,-111.84)};var g_6ab10da99aecd256732f20b939c138a7 = new google.maps.Geocoder();g_6ab10da99aecd256732f20b939c138a7.geocode( { 'address': "500 Foothill Dr, Salt Lake City, UT 84148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-american-united-family-of-credit-unions').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-american-united-family-of-credit-unions'), mapOptions);}document.getElementById('1bebe5a6').innerHTML += ' | View Map';var $l6ab10da99aecd256732f20b939c138a7 = '

American United Family of Credit Unions

Address: 500 Foothill Dr, Salt Lake City, UT 84148, USA
Phone: (801) 583-5015
';var m_6ab10da99aecd256732f20b939c138a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American United Family of Credit Unions',});m_6ab10da99aecd256732f20b939c138a7['infowindow'] = new google.maps.InfoWindow({content: $l6ab10da99aecd256732f20b939c138a7});var infowindow = new google.maps.InfoWindow({content: $l6ab10da99aecd256732f20b939c138a7});google.maps.event.addListener(m_6ab10da99aecd256732f20b939c138a7, 'click', function() {infowindow.open(map,m_6ab10da99aecd256732f20b939c138a7);});$marker.push(m_6ab10da99aecd256732f20b939c138a7);}});}google.maps.event.addDomListener(window, 'load', initialize);