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(43.4661,-111.984)};var g_28699a558a6ff7af9f2cbaeaedf042eb = new google.maps.Geocoder();g_28699a558a6ff7af9f2cbaeaedf042eb.geocode( { 'address': "3511 S 25th E, Ammon, ID 83406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ammon-ID-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ammon-ID-mountain-america-credit-union'), mapOptions);}document.getElementById('fcfdaff0').innerHTML += ' | View Map';var $l28699a558a6ff7af9f2cbaeaedf042eb = '

Mountain America Credit Union

Address: 3511 S 25th E, Ammon, ID 83406, USA
Phone: (208) 523-1459
';var m_28699a558a6ff7af9f2cbaeaedf042eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_28699a558a6ff7af9f2cbaeaedf042eb['infowindow'] = new google.maps.InfoWindow({content: $l28699a558a6ff7af9f2cbaeaedf042eb});var infowindow = new google.maps.InfoWindow({content: $l28699a558a6ff7af9f2cbaeaedf042eb});google.maps.event.addListener(m_28699a558a6ff7af9f2cbaeaedf042eb, 'click', function() {infowindow.open(map,m_28699a558a6ff7af9f2cbaeaedf042eb);});$marker.push(m_28699a558a6ff7af9f2cbaeaedf042eb);}});}google.maps.event.addDomListener(window, 'load', initialize);