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.2873,-86.7594)};var g_a23852e7968e7b4e12a8d989f2dc5ac2 = new google.maps.Geocoder();g_a23852e7968e7b4e12a8d989f2dc5ac2.geocode( { 'address': "279 E Morgan St, Spencer, IN 47460, USA"}, 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('fa37399e').innerHTML += ' | View Map';var $la23852e7968e7b4e12a8d989f2dc5ac2 = '

Our Community Bank

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