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.5578,-112.298)};var g_cd797161df14f93826858d058b031417 = new google.maps.Geocoder();g_cd797161df14f93826858d058b031417.geocode( { 'address': "1475 N Main St, Tooele, UT 84074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tooele-UT-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tooele-UT-mountain-america-credit-union'), mapOptions);}document.getElementById('a9c4b60a').innerHTML += ' | View Map';var $lcd797161df14f93826858d058b031417 = '

Mountain America Credit Union

Address: 1475 N Main St, Tooele, UT 84074, USA
Phone: (435) 843-1220
';var m_cd797161df14f93826858d058b031417 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_cd797161df14f93826858d058b031417['infowindow'] = new google.maps.InfoWindow({content: $lcd797161df14f93826858d058b031417});var infowindow = new google.maps.InfoWindow({content: $lcd797161df14f93826858d058b031417});google.maps.event.addListener(m_cd797161df14f93826858d058b031417, 'click', function() {infowindow.open(map,m_cd797161df14f93826858d058b031417);});$marker.push(m_cd797161df14f93826858d058b031417);}});}google.maps.event.addDomListener(window, 'load', initialize);