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(44.1166,-115.97)};var g_710f6d4ff3c6caff05d3a92f856b5537 = new google.maps.Geocoder();g_710f6d4ff3c6caff05d3a92f856b5537.geocode( { 'address': "292 Village Cir, Garden Valley, ID 83622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-valley-ID-mountain-america-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('garden-valley-ID-mountain-america-credit-union'), mapOptions);}document.getElementById('a8975b72').innerHTML += ' | View Map';var $l710f6d4ff3c6caff05d3a92f856b5537 = '

Mountain America Credit Union

Address: 292 Village Cir, Garden Valley, ID 83622, USA
Phone: (208) 462-4222
';var m_710f6d4ff3c6caff05d3a92f856b5537 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain America Credit Union',});m_710f6d4ff3c6caff05d3a92f856b5537['infowindow'] = new google.maps.InfoWindow({content: $l710f6d4ff3c6caff05d3a92f856b5537});var infowindow = new google.maps.InfoWindow({content: $l710f6d4ff3c6caff05d3a92f856b5537});google.maps.event.addListener(m_710f6d4ff3c6caff05d3a92f856b5537, 'click', function() {infowindow.open(map,m_710f6d4ff3c6caff05d3a92f856b5537);});$marker.push(m_710f6d4ff3c6caff05d3a92f856b5537);}});}google.maps.event.addDomListener(window, 'load', initialize);