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.793,-85.8419)};var g_31c1c7d3bb80f660b6cd5d365f981b5f = new google.maps.Geocoder();g_31c1c7d3bb80f660b6cd5d365f981b5f.geocode( { 'address': "310 N Armstrong St, Crothersville, IN 47229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crothersville-IN-people-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('crothersville-IN-people-s-bank'), mapOptions);}document.getElementById('62c894a8').innerHTML += ' | View Map';var $l31c1c7d3bb80f660b6cd5d365f981b5f = '

People's Bank

Address: 310 N Armstrong St, Crothersville, IN 47229
Phone: (812) 793-2141
';var m_31c1c7d3bb80f660b6cd5d365f981b5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Bank',});m_31c1c7d3bb80f660b6cd5d365f981b5f['infowindow'] = new google.maps.InfoWindow({content: $l31c1c7d3bb80f660b6cd5d365f981b5f});var infowindow = new google.maps.InfoWindow({content: $l31c1c7d3bb80f660b6cd5d365f981b5f});google.maps.event.addListener(m_31c1c7d3bb80f660b6cd5d365f981b5f, 'click', function() {infowindow.open(map,m_31c1c7d3bb80f660b6cd5d365f981b5f);});$marker.push(m_31c1c7d3bb80f660b6cd5d365f981b5f);}});}google.maps.event.addDomListener(window, 'load', initialize);