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(38.5574,-109.541)};var g_f8f6621fb9bab7146fe233d21f1e5adb = new google.maps.Geocoder();g_f8f6621fb9bab7146fe233d21f1e5adb.geocode( { 'address': "1047 S Main St, Moab, UT 84532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moab-UT-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('moab-UT-mountain-america-credit-union'), mapOptions);}document.getElementById('af87978c').innerHTML += ' | View Map';var $lf8f6621fb9bab7146fe233d21f1e5adb = '

Mountain America Credit Union

Address: 1047 S Main St, Moab, UT 84532, USA
Phone: (435) 259-1500
';var m_f8f6621fb9bab7146fe233d21f1e5adb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_f8f6621fb9bab7146fe233d21f1e5adb['infowindow'] = new google.maps.InfoWindow({content: $lf8f6621fb9bab7146fe233d21f1e5adb});var infowindow = new google.maps.InfoWindow({content: $lf8f6621fb9bab7146fe233d21f1e5adb});google.maps.event.addListener(m_f8f6621fb9bab7146fe233d21f1e5adb, 'click', function() {infowindow.open(map,m_f8f6621fb9bab7146fe233d21f1e5adb);});$marker.push(m_f8f6621fb9bab7146fe233d21f1e5adb);}});}google.maps.event.addDomListener(window, 'load', initialize);