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(37.614,-87.3983)};var g_c1474db38a6bead76b85a51d0989da0b = new google.maps.Geocoder();g_c1474db38a6bead76b85a51d0989da0b.geocode( { 'address': "420 Main St, Beech Grove, KY 42322"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beech-grove-KY-independence-bank').style.display = '';map = new google.maps.Map(document.getElementById('beech-grove-KY-independence-bank'), mapOptions);}document.getElementById('475f1608').innerHTML += ' | View Map';var $lc1474db38a6bead76b85a51d0989da0b = '

Independence Bank

Address: 420 Main St, Beech Grove, KY 42322
Phone: (270) 273-5664
';var m_c1474db38a6bead76b85a51d0989da0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independence Bank',});m_c1474db38a6bead76b85a51d0989da0b['infowindow'] = new google.maps.InfoWindow({content: $lc1474db38a6bead76b85a51d0989da0b});var infowindow = new google.maps.InfoWindow({content: $lc1474db38a6bead76b85a51d0989da0b});google.maps.event.addListener(m_c1474db38a6bead76b85a51d0989da0b, 'click', function() {infowindow.open(map,m_c1474db38a6bead76b85a51d0989da0b);});$marker.push(m_c1474db38a6bead76b85a51d0989da0b);}});}google.maps.event.addDomListener(window, 'load', initialize);