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.159,-98.511)};var g_adea085263d138419feb4d559bcb31dc = new google.maps.Geocoder();g_adea085263d138419feb4d559bcb31dc.geocode( { 'address': "SD-20, Mellette, SD 57461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mellette-SD-atm-american-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('mellette-SD-atm-american-bank--trust'), mapOptions);}document.getElementById('539dbb79').innerHTML += ' | View Map';var $ladea085263d138419feb4d559bcb31dc = '

ATM American Bank & Trust

Address: SD-20, Mellette, SD 57461, USA
Phone: (800) 627-3999
';var m_adea085263d138419feb4d559bcb31dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM American Bank & Trust',});m_adea085263d138419feb4d559bcb31dc['infowindow'] = new google.maps.InfoWindow({content: $ladea085263d138419feb4d559bcb31dc});var infowindow = new google.maps.InfoWindow({content: $ladea085263d138419feb4d559bcb31dc});google.maps.event.addListener(m_adea085263d138419feb4d559bcb31dc, 'click', function() {infowindow.open(map,m_adea085263d138419feb4d559bcb31dc);});$marker.push(m_adea085263d138419feb4d559bcb31dc);}});}google.maps.event.addDomListener(window, 'load', initialize);