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(41.1394,-112.059)};var g_12b433c938ce8ed072b5cb125d89f05c = new google.maps.Geocoder();g_12b433c938ce8ed072b5cb125d89f05c.geocode( { 'address': "1727 W 1800 N, Clinton, UT 84015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-UT-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clinton-UT-mountain-america-credit-union'), mapOptions);}document.getElementById('d576eae2').innerHTML += ' | View Map';var $l12b433c938ce8ed072b5cb125d89f05c = '

Mountain America Credit Union

Address: 1727 W 1800 N, Clinton, UT 84015, USA
Phone: (801) 773-3445
';var m_12b433c938ce8ed072b5cb125d89f05c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_12b433c938ce8ed072b5cb125d89f05c['infowindow'] = new google.maps.InfoWindow({content: $l12b433c938ce8ed072b5cb125d89f05c});var infowindow = new google.maps.InfoWindow({content: $l12b433c938ce8ed072b5cb125d89f05c});google.maps.event.addListener(m_12b433c938ce8ed072b5cb125d89f05c, 'click', function() {infowindow.open(map,m_12b433c938ce8ed072b5cb125d89f05c);});$marker.push(m_12b433c938ce8ed072b5cb125d89f05c);}});}google.maps.event.addDomListener(window, 'load', initialize);