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.374,-112.131)};var g_322af095dc37997d38d9920e6439859b = new google.maps.Geocoder();g_322af095dc37997d38d9920e6439859b.geocode( { 'address': "418 W Fir St, Shelley, ID 83274, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelley-ID-east-idaho-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shelley-ID-east-idaho-credit-union'), mapOptions);}document.getElementById('c4f9d7e5').innerHTML += ' | View Map';var $l322af095dc37997d38d9920e6439859b = '

East Idaho Credit Union

Address: 418 W Fir St, Shelley, ID 83274, USA
Phone: (208) 357-1823
';var m_322af095dc37997d38d9920e6439859b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Idaho Credit Union',});m_322af095dc37997d38d9920e6439859b['infowindow'] = new google.maps.InfoWindow({content: $l322af095dc37997d38d9920e6439859b});var infowindow = new google.maps.InfoWindow({content: $l322af095dc37997d38d9920e6439859b});google.maps.event.addListener(m_322af095dc37997d38d9920e6439859b, 'click', function() {infowindow.open(map,m_322af095dc37997d38d9920e6439859b);});$marker.push(m_322af095dc37997d38d9920e6439859b);}});}google.maps.event.addDomListener(window, 'load', initialize);