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.4696,-84.0491)};var g_4c56ff4ce4aaf9573aa5dff913df997a = new google.maps.Geocoder();g_4c56ff4ce4aaf9573aa5dff913df997a.geocode( { 'address': "865 Highway 20 81 W, McDonough, GA 30253"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonough-GA-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('mcdonough-GA-united-community-bank'), mapOptions);}document.getElementById('ccfc9081').innerHTML += ' | View Map';var $l4c56ff4ce4aaf9573aa5dff913df997a = '

United Community Bank

Address: 865 Highway 20 81 W, McDonough, GA 30253
Phone: (770) 898-1988
';var m_4c56ff4ce4aaf9573aa5dff913df997a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_4c56ff4ce4aaf9573aa5dff913df997a['infowindow'] = new google.maps.InfoWindow({content: $l4c56ff4ce4aaf9573aa5dff913df997a});var infowindow = new google.maps.InfoWindow({content: $l4c56ff4ce4aaf9573aa5dff913df997a});google.maps.event.addListener(m_4c56ff4ce4aaf9573aa5dff913df997a, 'click', function() {infowindow.open(map,m_4c56ff4ce4aaf9573aa5dff913df997a);});$marker.push(m_4c56ff4ce4aaf9573aa5dff913df997a);}});}google.maps.event.addDomListener(window, 'load', initialize);