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.7064,-112.026)};var g_ffe8a8652f468bcd9ffb3375bd0a98b2 = new google.maps.Geocoder();g_ffe8a8652f468bcd9ffb3375bd0a98b2.geocode( { 'address': "2958 5600 W, West Valley City, UT 84120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-mountain-america-credit-union'), mapOptions);}document.getElementById('522cdb8d').innerHTML += ' | View Map';var $lffe8a8652f468bcd9ffb3375bd0a98b2 = '

Mountain America Credit Union

Address: 2958 5600 W, West Valley City, UT 84120, USA
Phone: (801) 955-8600
';var m_ffe8a8652f468bcd9ffb3375bd0a98b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_ffe8a8652f468bcd9ffb3375bd0a98b2['infowindow'] = new google.maps.InfoWindow({content: $lffe8a8652f468bcd9ffb3375bd0a98b2});var infowindow = new google.maps.InfoWindow({content: $lffe8a8652f468bcd9ffb3375bd0a98b2});google.maps.event.addListener(m_ffe8a8652f468bcd9ffb3375bd0a98b2, 'click', function() {infowindow.open(map,m_ffe8a8652f468bcd9ffb3375bd0a98b2);});$marker.push(m_ffe8a8652f468bcd9ffb3375bd0a98b2);}});}google.maps.event.addDomListener(window, 'load', initialize);