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.4573,-98.103)};var g_0159ebae82cf4b743a69cd858627b80c = new google.maps.Geocoder();g_0159ebae82cf4b743a69cd858627b80c.geocode( { 'address': "4 US-12, Groton, SD 57445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('groton-SD-atm-kens-shell-express').style.display = '';map = new google.maps.Map(document.getElementById('groton-SD-atm-kens-shell-express'), mapOptions);}document.getElementById('6ee2aa75').innerHTML += ' | View Map';var $l0159ebae82cf4b743a69cd858627b80c = '

ATM (Ken's Shell Express)

Address: 4 US-12, Groton, SD 57445, USA
Phone:
';var m_0159ebae82cf4b743a69cd858627b80c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Ken's Shell Express)',});m_0159ebae82cf4b743a69cd858627b80c['infowindow'] = new google.maps.InfoWindow({content: $l0159ebae82cf4b743a69cd858627b80c});var infowindow = new google.maps.InfoWindow({content: $l0159ebae82cf4b743a69cd858627b80c});google.maps.event.addListener(m_0159ebae82cf4b743a69cd858627b80c, 'click', function() {infowindow.open(map,m_0159ebae82cf4b743a69cd858627b80c);});$marker.push(m_0159ebae82cf4b743a69cd858627b80c);}});}google.maps.event.addDomListener(window, 'load', initialize);