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_c00e300d85cc5e5f0d11a782da9bf045 = new google.maps.Geocoder();g_c00e300d85cc5e5f0d11a782da9bf045.geocode( { 'address': "215 W Eads Pkwy, Lawrenceburg, IN 47025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrenceburg-IN-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('lawrenceburg-IN-united-community-bank'), mapOptions);}document.getElementById('fae76cb2').innerHTML += ' | View Map';var $lc00e300d85cc5e5f0d11a782da9bf045 = '

United Community Bank

Address: 215 W Eads Pkwy, Lawrenceburg, IN 47025
Phone: (812) 537-4822
';var m_c00e300d85cc5e5f0d11a782da9bf045 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_c00e300d85cc5e5f0d11a782da9bf045['infowindow'] = new google.maps.InfoWindow({content: $lc00e300d85cc5e5f0d11a782da9bf045});var infowindow = new google.maps.InfoWindow({content: $lc00e300d85cc5e5f0d11a782da9bf045});google.maps.event.addListener(m_c00e300d85cc5e5f0d11a782da9bf045, 'click', function() {infowindow.open(map,m_c00e300d85cc5e5f0d11a782da9bf045);});$marker.push(m_c00e300d85cc5e5f0d11a782da9bf045);}});}google.maps.event.addDomListener(window, 'load', initialize);