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(43.2055,-91.9513)};var g_1551cdfa10908c237b03cf467485932d = new google.maps.Geocoder();g_1551cdfa10908c237b03cf467485932d.geocode( { 'address': "101 Church St, Spillville, IA 52168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spillville-IA-citizens-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('spillville-IA-citizens-savings-bank'), mapOptions);}document.getElementById('3f984c27').innerHTML += ' | View Map';var $l1551cdfa10908c237b03cf467485932d = '

Citizens Savings Bank

Address: 101 Church St, Spillville, IA 52168, USA
Phone: (563) 562-3674
';var m_1551cdfa10908c237b03cf467485932d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Savings Bank',});m_1551cdfa10908c237b03cf467485932d['infowindow'] = new google.maps.InfoWindow({content: $l1551cdfa10908c237b03cf467485932d});var infowindow = new google.maps.InfoWindow({content: $l1551cdfa10908c237b03cf467485932d});google.maps.event.addListener(m_1551cdfa10908c237b03cf467485932d, 'click', function() {infowindow.open(map,m_1551cdfa10908c237b03cf467485932d);});$marker.push(m_1551cdfa10908c237b03cf467485932d);}});}google.maps.event.addDomListener(window, 'load', initialize);