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(45.8823,-98.1538)};var g_73983c01982794632e0270cd0006d407 = new google.maps.Geocoder();g_73983c01982794632e0270cd0006d407.geocode( { 'address': "211 Main St, Hecla, SD 57446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hecla-SD-first-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('hecla-SD-first-savings-bank'), mapOptions);}document.getElementById('cfe4dc12').innerHTML += ' | View Map';var $l73983c01982794632e0270cd0006d407 = '

First Savings Bank

Address: 211 Main St, Hecla, SD 57446, USA
Phone: (605) 994-2311
';var m_73983c01982794632e0270cd0006d407 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Savings Bank',});m_73983c01982794632e0270cd0006d407['infowindow'] = new google.maps.InfoWindow({content: $l73983c01982794632e0270cd0006d407});var infowindow = new google.maps.InfoWindow({content: $l73983c01982794632e0270cd0006d407});google.maps.event.addListener(m_73983c01982794632e0270cd0006d407, 'click', function() {infowindow.open(map,m_73983c01982794632e0270cd0006d407);});$marker.push(m_73983c01982794632e0270cd0006d407);}});}google.maps.event.addDomListener(window, 'load', initialize);