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.8886,-111.912)};var g_348a38cd25abeab0e440f37510e9b1fa = new google.maps.Geocoder();g_348a38cd25abeab0e440f37510e9b1fa.geocode( { 'address': "1849 S 500 W, Woods Cross, UT 84087"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woods-cross-UT-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woods-cross-UT-mountain-america-credit-union'), mapOptions);}document.getElementById('09721c4d').innerHTML += ' | View Map';var $l348a38cd25abeab0e440f37510e9b1fa = '

Mountain America Credit Union

Address: 1849 S 500 W, Woods Cross, UT 84087
Phone: (801) 397-2595
';var m_348a38cd25abeab0e440f37510e9b1fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_348a38cd25abeab0e440f37510e9b1fa['infowindow'] = new google.maps.InfoWindow({content: $l348a38cd25abeab0e440f37510e9b1fa});var infowindow = new google.maps.InfoWindow({content: $l348a38cd25abeab0e440f37510e9b1fa});google.maps.event.addListener(m_348a38cd25abeab0e440f37510e9b1fa, 'click', function() {infowindow.open(map,m_348a38cd25abeab0e440f37510e9b1fa);});$marker.push(m_348a38cd25abeab0e440f37510e9b1fa);}});}google.maps.event.addDomListener(window, 'load', initialize);