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.7007,-111.891)};var g_3616300a609aa78baa4eac3bd62ece3f = new google.maps.Geocoder();g_3616300a609aa78baa4eac3bd62ece3f.geocode( { 'address': "3226 Main St, Salt Lake City, UT 84115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-american-united-federal-credit-union---salt-lake-city-main-st-branch').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-american-united-federal-credit-union---salt-lake-city-main-st-branch'), mapOptions);}document.getElementById('e4a6fb91').innerHTML += ' | View Map';var $l3616300a609aa78baa4eac3bd62ece3f = '

American United Federal Credit Union - Salt Lake City Main St. Branch

Address: 3226 Main St, Salt Lake City, UT 84115, USA
Phone: (801) 359-9600
';var m_3616300a609aa78baa4eac3bd62ece3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American United Federal Credit Union - Salt Lake City Main St. Branch',});m_3616300a609aa78baa4eac3bd62ece3f['infowindow'] = new google.maps.InfoWindow({content: $l3616300a609aa78baa4eac3bd62ece3f});var infowindow = new google.maps.InfoWindow({content: $l3616300a609aa78baa4eac3bd62ece3f});google.maps.event.addListener(m_3616300a609aa78baa4eac3bd62ece3f, 'click', function() {infowindow.open(map,m_3616300a609aa78baa4eac3bd62ece3f);});$marker.push(m_3616300a609aa78baa4eac3bd62ece3f);}});}google.maps.event.addDomListener(window, 'load', initialize);