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(37.677,-113.07)};var g_5264a7e33397c1c43eb1e1dd67dc8c18 = new google.maps.Geocoder();g_5264a7e33397c1c43eb1e1dd67dc8c18.geocode( { 'address': "351 W Center St, Cedar City, UT 84720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-city-UT-mountain-america-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-mountain-america-credit-union-atm'), mapOptions);}document.getElementById('f07a15be').innerHTML += ' | View Map';var $l5264a7e33397c1c43eb1e1dd67dc8c18 = '

Mountain America Credit Union ATM

Address: 351 W Center St, Cedar City, UT 84720, USA
Phone: (800) 748-4302
';var m_5264a7e33397c1c43eb1e1dd67dc8c18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union ATM',});m_5264a7e33397c1c43eb1e1dd67dc8c18['infowindow'] = new google.maps.InfoWindow({content: $l5264a7e33397c1c43eb1e1dd67dc8c18});var infowindow = new google.maps.InfoWindow({content: $l5264a7e33397c1c43eb1e1dd67dc8c18});google.maps.event.addListener(m_5264a7e33397c1c43eb1e1dd67dc8c18, 'click', function() {infowindow.open(map,m_5264a7e33397c1c43eb1e1dd67dc8c18);});$marker.push(m_5264a7e33397c1c43eb1e1dd67dc8c18);}});}google.maps.event.addDomListener(window, 'load', initialize);