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_ec64e2ba14877439087489971f04dfd8 = new google.maps.Geocoder();g_ec64e2ba14877439087489971f04dfd8.geocode( { 'address': "399 N Capital Ave, Idaho Falls, ID 83402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('idaho-falls-ID-bank-of-idaho-holding-co').style.display = '';map = new google.maps.Map(document.getElementById('idaho-falls-ID-bank-of-idaho-holding-co'), mapOptions);}document.getElementById('2180fba2').innerHTML += ' | View Map';var $lec64e2ba14877439087489971f04dfd8 = '

Bank Of Idaho Holding Co

Address: 399 N Capital Ave, Idaho Falls, ID 83402
Phone: (208) 524-5500
';var m_ec64e2ba14877439087489971f04dfd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Idaho Holding Co',});m_ec64e2ba14877439087489971f04dfd8['infowindow'] = new google.maps.InfoWindow({content: $lec64e2ba14877439087489971f04dfd8});var infowindow = new google.maps.InfoWindow({content: $lec64e2ba14877439087489971f04dfd8});google.maps.event.addListener(m_ec64e2ba14877439087489971f04dfd8, 'click', function() {infowindow.open(map,m_ec64e2ba14877439087489971f04dfd8);});$marker.push(m_ec64e2ba14877439087489971f04dfd8);}});}google.maps.event.addDomListener(window, 'load', initialize);