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.4654,-112.004)};var g_0c7428cf58f0f3904634fab419d326e2 = new google.maps.Geocoder();g_0c7428cf58f0f3904634fab419d326e2.geocode( { 'address': "1530 Elk Creek Dr, Idaho Falls, ID 83404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('idaho-falls-ID-scenic-falls-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('idaho-falls-ID-scenic-falls-federal-credit-union'), mapOptions);}document.getElementById('9213e796').innerHTML += ' | View Map';var $l0c7428cf58f0f3904634fab419d326e2 = '

Scenic Falls Federal Credit Union

Address: 1530 Elk Creek Dr, Idaho Falls, ID 83404, USA
Phone: (208) 552-4800
';var m_0c7428cf58f0f3904634fab419d326e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scenic Falls Federal Credit Union',});m_0c7428cf58f0f3904634fab419d326e2['infowindow'] = new google.maps.InfoWindow({content: $l0c7428cf58f0f3904634fab419d326e2});var infowindow = new google.maps.InfoWindow({content: $l0c7428cf58f0f3904634fab419d326e2});google.maps.event.addListener(m_0c7428cf58f0f3904634fab419d326e2, 'click', function() {infowindow.open(map,m_0c7428cf58f0f3904634fab419d326e2);});$marker.push(m_0c7428cf58f0f3904634fab419d326e2);}});}google.maps.event.addDomListener(window, 'load', initialize);