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(44.345,-98.2139)};var g_a7fd4636b4c7e81929a6071c265ed1ab = new google.maps.Geocoder();g_a7fd4636b4c7e81929a6071c265ed1ab.geocode( { 'address': "1820 Dakota Ave S, Huron, SD 57350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huron-SD-american-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('huron-SD-american-bank--trust'), mapOptions);}document.getElementById('ef7f707a').innerHTML += ' | View Map';var $la7fd4636b4c7e81929a6071c265ed1ab = '

American Bank & Trust

Address: 1820 Dakota Ave S, Huron, SD 57350, USA
Phone: (605) 352-9122
';var m_a7fd4636b4c7e81929a6071c265ed1ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank & Trust',});m_a7fd4636b4c7e81929a6071c265ed1ab['infowindow'] = new google.maps.InfoWindow({content: $la7fd4636b4c7e81929a6071c265ed1ab});var infowindow = new google.maps.InfoWindow({content: $la7fd4636b4c7e81929a6071c265ed1ab});google.maps.event.addListener(m_a7fd4636b4c7e81929a6071c265ed1ab, 'click', function() {infowindow.open(map,m_a7fd4636b4c7e81929a6071c265ed1ab);});$marker.push(m_a7fd4636b4c7e81929a6071c265ed1ab);}});}google.maps.event.addDomListener(window, 'load', initialize);