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.447,-98.0991)};var g_060f1f5554bbe3088891dc1eed16ac81 = new google.maps.Geocoder();g_060f1f5554bbe3088891dc1eed16ac81.geocode( { 'address': "120 N Main St, Groton, SD 57445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('groton-SD-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('groton-SD-wells-fargo-bank'), mapOptions);}document.getElementById('d75e1310').innerHTML += ' | View Map';var $l060f1f5554bbe3088891dc1eed16ac81 = '

Wells Fargo Bank

Address: 120 N Main St, Groton, SD 57445, USA
Phone: (605) 397-2301
';var m_060f1f5554bbe3088891dc1eed16ac81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_060f1f5554bbe3088891dc1eed16ac81['infowindow'] = new google.maps.InfoWindow({content: $l060f1f5554bbe3088891dc1eed16ac81});var infowindow = new google.maps.InfoWindow({content: $l060f1f5554bbe3088891dc1eed16ac81});google.maps.event.addListener(m_060f1f5554bbe3088891dc1eed16ac81, 'click', function() {infowindow.open(map,m_060f1f5554bbe3088891dc1eed16ac81);});$marker.push(m_060f1f5554bbe3088891dc1eed16ac81);}});}google.maps.event.addDomListener(window, 'load', initialize);