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.3262,-112.411)};var g_97ac53232c40b30673b5c30dbbec9174 = new google.maps.Geocoder();g_97ac53232c40b30673b5c30dbbec9174.geocode( { 'address': "58 N Broadway St, Blackfoot, ID 83221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blackfoot-ID-idaho-state-universtiy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('blackfoot-ID-idaho-state-universtiy-federal-credit-union'), mapOptions);}document.getElementById('8de8e123').innerHTML += ' | View Map';var $l97ac53232c40b30673b5c30dbbec9174 = '

Idaho State Universtiy Federal Credit Union

Address: 58 N Broadway St, Blackfoot, ID 83221
Phone: (208) 282-4220
';var m_97ac53232c40b30673b5c30dbbec9174 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Idaho State Universtiy Federal Credit Union',});m_97ac53232c40b30673b5c30dbbec9174['infowindow'] = new google.maps.InfoWindow({content: $l97ac53232c40b30673b5c30dbbec9174});var infowindow = new google.maps.InfoWindow({content: $l97ac53232c40b30673b5c30dbbec9174});google.maps.event.addListener(m_97ac53232c40b30673b5c30dbbec9174, 'click', function() {infowindow.open(map,m_97ac53232c40b30673b5c30dbbec9174);});$marker.push(m_97ac53232c40b30673b5c30dbbec9174);}});}google.maps.event.addDomListener(window, 'load', initialize);