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(39.2896,-86.7487)};var g_166512b28278585b933c32dbfb4814dd = new google.maps.Geocoder();g_166512b28278585b933c32dbfb4814dd.geocode( { 'address': "279 E Morgan St, Spencer, IN 47460"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spencer-IN-our-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('spencer-IN-our-community-bank'), mapOptions);}document.getElementById('0925b1bd').innerHTML += ' | View Map';var $l166512b28278585b933c32dbfb4814dd = '

Our Community Bank

Address: 279 E Morgan St, Spencer, IN 47460
Phone: (812) 829-2095
';var m_166512b28278585b933c32dbfb4814dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Our Community Bank',});m_166512b28278585b933c32dbfb4814dd['infowindow'] = new google.maps.InfoWindow({content: $l166512b28278585b933c32dbfb4814dd});var infowindow = new google.maps.InfoWindow({content: $l166512b28278585b933c32dbfb4814dd});google.maps.event.addListener(m_166512b28278585b933c32dbfb4814dd, 'click', function() {infowindow.open(map,m_166512b28278585b933c32dbfb4814dd);});$marker.push(m_166512b28278585b933c32dbfb4814dd);}});}google.maps.event.addDomListener(window, 'load', initialize);