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(33.404,-84.7078)};var g_a8196be64884d0e915c7ee775cd4464b = new google.maps.Geocoder();g_a8196be64884d0e915c7ee775cd4464b.geocode( { 'address': "2245 Highway 34 E, Newnan, GA 30265, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newnan-GA-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('newnan-GA-united-community-bank'), mapOptions);}document.getElementById('1c6acc9b').innerHTML += ' | View Map';var $la8196be64884d0e915c7ee775cd4464b = '

United Community Bank

Address: 2245 Highway 34 E, Newnan, GA 30265, USA
Phone: (678) 423-5667
';var m_a8196be64884d0e915c7ee775cd4464b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_a8196be64884d0e915c7ee775cd4464b['infowindow'] = new google.maps.InfoWindow({content: $la8196be64884d0e915c7ee775cd4464b});var infowindow = new google.maps.InfoWindow({content: $la8196be64884d0e915c7ee775cd4464b});google.maps.event.addListener(m_a8196be64884d0e915c7ee775cd4464b, 'click', function() {infowindow.open(map,m_a8196be64884d0e915c7ee775cd4464b);});$marker.push(m_a8196be64884d0e915c7ee775cd4464b);}});}google.maps.event.addDomListener(window, 'load', initialize);