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.6221,-111.938)};var g_74c733f5a554066f17614bdbb52938ed = new google.maps.Geocoder();g_74c733f5a554066f17614bdbb52938ed.geocode( { 'address': "7121 S Redwood Rd, West Jordan, UT 84084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jordan-UT-university-federal-credit-union---w-jordan').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-university-federal-credit-union---w-jordan'), mapOptions);}document.getElementById('9657bef8').innerHTML += ' | View Map';var $l74c733f5a554066f17614bdbb52938ed = '

University Federal Credit Union - W Jordan

Address: 7121 S Redwood Rd, West Jordan, UT 84084, USA
Phone: (801) 481-8871
';var m_74c733f5a554066f17614bdbb52938ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Federal Credit Union - W Jordan',});m_74c733f5a554066f17614bdbb52938ed['infowindow'] = new google.maps.InfoWindow({content: $l74c733f5a554066f17614bdbb52938ed});var infowindow = new google.maps.InfoWindow({content: $l74c733f5a554066f17614bdbb52938ed});google.maps.event.addListener(m_74c733f5a554066f17614bdbb52938ed, 'click', function() {infowindow.open(map,m_74c733f5a554066f17614bdbb52938ed);});$marker.push(m_74c733f5a554066f17614bdbb52938ed);}});}google.maps.event.addDomListener(window, 'load', initialize);