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(42.6043,-114.762)};var g_ddb46b927408f07029c45f219c79b710 = new google.maps.Geocoder();g_ddb46b927408f07029c45f219c79b710.geocode( { 'address': "123 Broadway Ave N, Buhl, ID 83316"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buhl-ID-first-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('buhl-ID-first-federal-savings-bank'), mapOptions);}document.getElementById('d7188dbb').innerHTML += ' | View Map';var $lddb46b927408f07029c45f219c79b710 = '

First Federal Savings Bank

Address: 123 Broadway Ave N, Buhl, ID 83316
Phone: (208) 543-8881
';var m_ddb46b927408f07029c45f219c79b710 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings Bank',});m_ddb46b927408f07029c45f219c79b710['infowindow'] = new google.maps.InfoWindow({content: $lddb46b927408f07029c45f219c79b710});var infowindow = new google.maps.InfoWindow({content: $lddb46b927408f07029c45f219c79b710});google.maps.event.addListener(m_ddb46b927408f07029c45f219c79b710, 'click', function() {infowindow.open(map,m_ddb46b927408f07029c45f219c79b710);});$marker.push(m_ddb46b927408f07029c45f219c79b710);}});}google.maps.event.addDomListener(window, 'load', initialize);