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.4823,-111.969)};var g_b531b7482e23290db6a7b852c1067c3b = new google.maps.Geocoder();g_b531b7482e23290db6a7b852c1067c3b.geocode( { 'address': "3255 E 17th St, Ammon, ID 83406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ammon-ID-east-idaho-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ammon-ID-east-idaho-credit-union'), mapOptions);}document.getElementById('e855d732').innerHTML += ' | View Map';var $lb531b7482e23290db6a7b852c1067c3b = '

East Idaho Credit Union

Address: 3255 E 17th St, Ammon, ID 83406, USA
Phone: (208) 528-5430
';var m_b531b7482e23290db6a7b852c1067c3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Idaho Credit Union',});m_b531b7482e23290db6a7b852c1067c3b['infowindow'] = new google.maps.InfoWindow({content: $lb531b7482e23290db6a7b852c1067c3b});var infowindow = new google.maps.InfoWindow({content: $lb531b7482e23290db6a7b852c1067c3b});google.maps.event.addListener(m_b531b7482e23290db6a7b852c1067c3b, 'click', function() {infowindow.open(map,m_b531b7482e23290db6a7b852c1067c3b);});$marker.push(m_b531b7482e23290db6a7b852c1067c3b);}});}google.maps.event.addDomListener(window, 'load', initialize);