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(38.9575,-85.8893)};var g_924d86db5284e0117902d85fdc8b201f = new google.maps.Geocoder();g_924d86db5284e0117902d85fdc8b201f.geocode( { 'address': "125 S Chestnut St, Seymour, IN 47274, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seymour-IN-bancorp-of-southern-indiana').style.display = '';map = new google.maps.Map(document.getElementById('seymour-IN-bancorp-of-southern-indiana'), mapOptions);}document.getElementById('cb2a6990').innerHTML += ' | View Map';var $l924d86db5284e0117902d85fdc8b201f = '

Bancorp of Southern Indiana

Address: 125 S Chestnut St, Seymour, IN 47274, USA
Phone: (812) 522-3607
';var m_924d86db5284e0117902d85fdc8b201f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp of Southern Indiana',});m_924d86db5284e0117902d85fdc8b201f['infowindow'] = new google.maps.InfoWindow({content: $l924d86db5284e0117902d85fdc8b201f});var infowindow = new google.maps.InfoWindow({content: $l924d86db5284e0117902d85fdc8b201f});google.maps.event.addListener(m_924d86db5284e0117902d85fdc8b201f, 'click', function() {infowindow.open(map,m_924d86db5284e0117902d85fdc8b201f);});$marker.push(m_924d86db5284e0117902d85fdc8b201f);}});}google.maps.event.addDomListener(window, 'load', initialize);