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.7399,-111.827)};var g_d33dfcea8ac4d9f36252b0be9fa37642 = new google.maps.Geocoder();g_d33dfcea8ac4d9f36252b0be9fa37642.geocode( { 'address': "1350 Foothill Dr, Salt Lake City, UT 84108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-america-first-credit-union-inside-dans-foods').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-america-first-credit-union-inside-dans-foods'), mapOptions);}document.getElementById('4bea2174').innerHTML += ' | View Map';var $ld33dfcea8ac4d9f36252b0be9fa37642 = '

America First Credit Union (inside Dan's Foods)

Address: 1350 Foothill Dr, Salt Lake City, UT 84108, USA
Phone: (801) 966-5553
';var m_d33dfcea8ac4d9f36252b0be9fa37642 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America First Credit Union (inside Dan's Foods)',});m_d33dfcea8ac4d9f36252b0be9fa37642['infowindow'] = new google.maps.InfoWindow({content: $ld33dfcea8ac4d9f36252b0be9fa37642});var infowindow = new google.maps.InfoWindow({content: $ld33dfcea8ac4d9f36252b0be9fa37642});google.maps.event.addListener(m_d33dfcea8ac4d9f36252b0be9fa37642, 'click', function() {infowindow.open(map,m_d33dfcea8ac4d9f36252b0be9fa37642);});$marker.push(m_d33dfcea8ac4d9f36252b0be9fa37642);}});}google.maps.event.addDomListener(window, 'load', initialize);