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.1761,-113.31)};var g_a4df6a7a3fdb772d3454298fca84a767 = new google.maps.Geocoder();g_a4df6a7a3fdb772d3454298fca84a767.geocode( { 'address': "1155 State St, Hurricane, UT 84737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hurricane-UT-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hurricane-UT-mountain-america-credit-union'), mapOptions);}document.getElementById('b5adb03e').innerHTML += ' | View Map';var $la4df6a7a3fdb772d3454298fca84a767 = '

Mountain America Credit Union

Address: 1155 State St, Hurricane, UT 84737, USA
Phone: (435) 635-4475
';var m_a4df6a7a3fdb772d3454298fca84a767 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_a4df6a7a3fdb772d3454298fca84a767['infowindow'] = new google.maps.InfoWindow({content: $la4df6a7a3fdb772d3454298fca84a767});var infowindow = new google.maps.InfoWindow({content: $la4df6a7a3fdb772d3454298fca84a767});google.maps.event.addListener(m_a4df6a7a3fdb772d3454298fca84a767, 'click', function() {infowindow.open(map,m_a4df6a7a3fdb772d3454298fca84a767);});$marker.push(m_a4df6a7a3fdb772d3454298fca84a767);}});}google.maps.event.addDomListener(window, 'load', initialize);