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.5266,-111.806)};var g_f5e11aabb461ba905d18092ba0815c6c = new google.maps.Geocoder();g_f5e11aabb461ba905d18092ba0815c6c.geocode( { 'address': "700 Memorial Dr, Idaho Falls, ID 83402"}, 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('3359ee2e').innerHTML += ' | View Map';var $lf5e11aabb461ba905d18092ba0815c6c = '

Scenic Falls Federal Credit Union

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