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.1525,-84.8873)};var g_cf72e369ba89123691bcfaf253572530 = new google.maps.Geocoder();g_cf72e369ba89123691bcfaf253572530.geocode( { 'address': "92 Walnut St, Lawrenceburg, IN 47025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrenceburg-IN-united-community-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('lawrenceburg-IN-united-community-bancorp'), mapOptions);}document.getElementById('2f24498c').innerHTML += ' | View Map';var $lcf72e369ba89123691bcfaf253572530 = '

United Community Bancorp

Address: 92 Walnut St, Lawrenceburg, IN 47025
Phone: (812) 537-4822
';var m_cf72e369ba89123691bcfaf253572530 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bancorp',});m_cf72e369ba89123691bcfaf253572530['infowindow'] = new google.maps.InfoWindow({content: $lcf72e369ba89123691bcfaf253572530});var infowindow = new google.maps.InfoWindow({content: $lcf72e369ba89123691bcfaf253572530});google.maps.event.addListener(m_cf72e369ba89123691bcfaf253572530, 'click', function() {infowindow.open(map,m_cf72e369ba89123691bcfaf253572530);});$marker.push(m_cf72e369ba89123691bcfaf253572530);}});}google.maps.event.addDomListener(window, 'load', initialize);