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.6217,-111.985)};var g_7918a11c648771536ccc9dd2ad82cfc3 = new google.maps.Geocoder();g_7918a11c648771536ccc9dd2ad82cfc3.geocode( { 'address': "7167 S. Center Park Drive, West Jordan, UT 84084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jordan-UT-mountain-america-credit-union---tanner-building').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-mountain-america-credit-union---tanner-building'), mapOptions);}document.getElementById('b7233149').innerHTML += ' | View Map';var $l7918a11c648771536ccc9dd2ad82cfc3 = '

Mountain America Credit Union - Tanner Building

Address: 7167 S. Center Park Drive, West Jordan, UT 84084, USA
Phone: (800) 748-4302
';var m_7918a11c648771536ccc9dd2ad82cfc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union - Tanner Building',});m_7918a11c648771536ccc9dd2ad82cfc3['infowindow'] = new google.maps.InfoWindow({content: $l7918a11c648771536ccc9dd2ad82cfc3});var infowindow = new google.maps.InfoWindow({content: $l7918a11c648771536ccc9dd2ad82cfc3});google.maps.event.addListener(m_7918a11c648771536ccc9dd2ad82cfc3, 'click', function() {infowindow.open(map,m_7918a11c648771536ccc9dd2ad82cfc3);});$marker.push(m_7918a11c648771536ccc9dd2ad82cfc3);}});}google.maps.event.addDomListener(window, 'load', initialize);