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.5444,-111.978)};var g_d341551842d2e3256ec657d28815b6f5 = new google.maps.Geocoder();g_d341551842d2e3256ec657d28815b6f5.geocode( { 'address': "3654-3674 W 11400 S, South Jordan, UT 84095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-jordan-UT-utah-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-jordan-UT-utah-first-federal-credit-union'), mapOptions);}document.getElementById('0a871d09').innerHTML += ' | View Map';var $ld341551842d2e3256ec657d28815b6f5 = '

Utah First Federal Credit Union

Address: 3654-3674 W 11400 S, South Jordan, UT 84095, USA
Phone:
';var m_d341551842d2e3256ec657d28815b6f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah First Federal Credit Union',});m_d341551842d2e3256ec657d28815b6f5['infowindow'] = new google.maps.InfoWindow({content: $ld341551842d2e3256ec657d28815b6f5});var infowindow = new google.maps.InfoWindow({content: $ld341551842d2e3256ec657d28815b6f5});google.maps.event.addListener(m_d341551842d2e3256ec657d28815b6f5, 'click', function() {infowindow.open(map,m_d341551842d2e3256ec657d28815b6f5);});$marker.push(m_d341551842d2e3256ec657d28815b6f5);}});}google.maps.event.addDomListener(window, 'load', initialize);