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.3044,-97.0363)};var g_b252f54667cc1f7500118f44c7033171 = new google.maps.Geocoder();g_b252f54667cc1f7500118f44c7033171.geocode( { 'address': "401 Maple St, Summit, SD 57266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summit-SD-peoples-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('summit-SD-peoples-state-bank'), mapOptions);}document.getElementById('b9e1a205').innerHTML += ' | View Map';var $lb252f54667cc1f7500118f44c7033171 = '

Peoples State Bank

Address: 401 Maple St, Summit, SD 57266, USA
Phone: (605) 398-6111
';var m_b252f54667cc1f7500118f44c7033171 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples State Bank',});m_b252f54667cc1f7500118f44c7033171['infowindow'] = new google.maps.InfoWindow({content: $lb252f54667cc1f7500118f44c7033171});var infowindow = new google.maps.InfoWindow({content: $lb252f54667cc1f7500118f44c7033171});google.maps.event.addListener(m_b252f54667cc1f7500118f44c7033171, 'click', function() {infowindow.open(map,m_b252f54667cc1f7500118f44c7033171);});$marker.push(m_b252f54667cc1f7500118f44c7033171);}});}google.maps.event.addDomListener(window, 'load', initialize);