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(47.5304,-92.5813)};var g_f65585815af3ec9c0d394e3cf58488f1 = new google.maps.Geocoder();g_f65585815af3ec9c0d394e3cf58488f1.geocode( { 'address': "5539 Nichols Ave, Mountain Iron, MN 55768"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mountain-iron-MN-first-national-bank-of-buhl').style.display = '';map = new google.maps.Map(document.getElementById('mountain-iron-MN-first-national-bank-of-buhl'), mapOptions);}document.getElementById('0b2a541f').innerHTML += ' | View Map';var $lf65585815af3ec9c0d394e3cf58488f1 = '

First National Bank Of Buhl

Address: 5539 Nichols Ave, Mountain Iron, MN 55768
Phone: (218) 749-3190
';var m_f65585815af3ec9c0d394e3cf58488f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Buhl',});m_f65585815af3ec9c0d394e3cf58488f1['infowindow'] = new google.maps.InfoWindow({content: $lf65585815af3ec9c0d394e3cf58488f1});var infowindow = new google.maps.InfoWindow({content: $lf65585815af3ec9c0d394e3cf58488f1});google.maps.event.addListener(m_f65585815af3ec9c0d394e3cf58488f1, 'click', function() {infowindow.open(map,m_f65585815af3ec9c0d394e3cf58488f1);});$marker.push(m_f65585815af3ec9c0d394e3cf58488f1);}});}google.maps.event.addDomListener(window, 'load', initialize);