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.2364,-96.4809)};var g_53c73bda9f978a2f3cb8705463a86ae1 = new google.maps.Geocoder();g_53c73bda9f978a2f3cb8705463a86ae1.geocode( { 'address': "124 Elk St, Elkton, SD 57026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkton-SD-bankstar-financial').style.display = '';map = new google.maps.Map(document.getElementById('elkton-SD-bankstar-financial'), mapOptions);}document.getElementById('474be6be').innerHTML += ' | View Map';var $l53c73bda9f978a2f3cb8705463a86ae1 = '

BankStar Financial

Address: 124 Elk St, Elkton, SD 57026, USA
Phone: (605) 542-2681
';var m_53c73bda9f978a2f3cb8705463a86ae1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankStar Financial',});m_53c73bda9f978a2f3cb8705463a86ae1['infowindow'] = new google.maps.InfoWindow({content: $l53c73bda9f978a2f3cb8705463a86ae1});var infowindow = new google.maps.InfoWindow({content: $l53c73bda9f978a2f3cb8705463a86ae1});google.maps.event.addListener(m_53c73bda9f978a2f3cb8705463a86ae1, 'click', function() {infowindow.open(map,m_53c73bda9f978a2f3cb8705463a86ae1);});$marker.push(m_53c73bda9f978a2f3cb8705463a86ae1);}});}google.maps.event.addDomListener(window, 'load', initialize);