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.1698,-115.714)};var g_6abb65605cb5737ecf112f4f132cbd83 = new google.maps.Geocoder();g_6abb65605cb5737ecf112f4f132cbd83.geocode( { 'address': "310 American Legion Blvd, Mountain Home, ID 83647"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mountain-home-ID-idaho-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('mountain-home-ID-idaho-independent-bank'), mapOptions);}document.getElementById('afee93e1').innerHTML += ' | View Map';var $l6abb65605cb5737ecf112f4f132cbd83 = '

Idaho Independent Bank

Address: 310 American Legion Blvd, Mountain Home, ID 83647
Phone: (208) 587-4481
';var m_6abb65605cb5737ecf112f4f132cbd83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Idaho Independent Bank',});m_6abb65605cb5737ecf112f4f132cbd83['infowindow'] = new google.maps.InfoWindow({content: $l6abb65605cb5737ecf112f4f132cbd83});var infowindow = new google.maps.InfoWindow({content: $l6abb65605cb5737ecf112f4f132cbd83});google.maps.event.addListener(m_6abb65605cb5737ecf112f4f132cbd83, 'click', function() {infowindow.open(map,m_6abb65605cb5737ecf112f4f132cbd83);});$marker.push(m_6abb65605cb5737ecf112f4f132cbd83);}});}google.maps.event.addDomListener(window, 'load', initialize);