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(45.1753,-113.891)};var g_b3ddbc502e307665f346cbd6e52cc10d = new google.maps.Geocoder();g_b3ddbc502e307665f346cbd6e52cc10d.geocode( { 'address': "777 Shoup St, Salmon, ID 83467, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salmon-ID-east-idaho-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salmon-ID-east-idaho-credit-union'), mapOptions);}document.getElementById('d39bec89').innerHTML += ' | View Map';var $lb3ddbc502e307665f346cbd6e52cc10d = '

East Idaho Credit Union

Address: 777 Shoup St, Salmon, ID 83467, USA
Phone: (208) 756-3329
';var m_b3ddbc502e307665f346cbd6e52cc10d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Idaho Credit Union',});m_b3ddbc502e307665f346cbd6e52cc10d['infowindow'] = new google.maps.InfoWindow({content: $lb3ddbc502e307665f346cbd6e52cc10d});var infowindow = new google.maps.InfoWindow({content: $lb3ddbc502e307665f346cbd6e52cc10d});google.maps.event.addListener(m_b3ddbc502e307665f346cbd6e52cc10d, 'click', function() {infowindow.open(map,m_b3ddbc502e307665f346cbd6e52cc10d);});$marker.push(m_b3ddbc502e307665f346cbd6e52cc10d);}});}google.maps.event.addDomListener(window, 'load', initialize);