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.4441,-99.0268)};var g_71969a804c28c0961383008958497b1b = new google.maps.Geocoder();g_71969a804c28c0961383008958497b1b.geocode( { 'address': "301 1st Ave, Ipswich, SD 57451, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ipswich-SD-ipswich-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('ipswich-SD-ipswich-state-bank'), mapOptions);}document.getElementById('3a8ba9a1').innerHTML += ' | View Map';var $l71969a804c28c0961383008958497b1b = '

Ipswich State Bank

Address: 301 1st Ave, Ipswich, SD 57451, USA
Phone: (605) 426-6031
';var m_71969a804c28c0961383008958497b1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ipswich State Bank',});m_71969a804c28c0961383008958497b1b['infowindow'] = new google.maps.InfoWindow({content: $l71969a804c28c0961383008958497b1b});var infowindow = new google.maps.InfoWindow({content: $l71969a804c28c0961383008958497b1b});google.maps.event.addListener(m_71969a804c28c0961383008958497b1b, 'click', function() {infowindow.open(map,m_71969a804c28c0961383008958497b1b);});$marker.push(m_71969a804c28c0961383008958497b1b);}});}google.maps.event.addDomListener(window, 'load', initialize);