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.4889,-84.5859)};var g_bf47c31d01296ac019d4b08a94ad51b1 = new google.maps.Geocoder();g_bf47c31d01296ac019d4b08a94ad51b1.geocode( { 'address': "1528 Highway 74 N, Tyrone, GA 30290, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyrone-GA-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('tyrone-GA-united-community-bank'), mapOptions);}document.getElementById('18778adf').innerHTML += ' | View Map';var $lbf47c31d01296ac019d4b08a94ad51b1 = '

United Community Bank

Address: 1528 Highway 74 N, Tyrone, GA 30290, USA
Phone: (770) 306-0255
';var m_bf47c31d01296ac019d4b08a94ad51b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_bf47c31d01296ac019d4b08a94ad51b1['infowindow'] = new google.maps.InfoWindow({content: $lbf47c31d01296ac019d4b08a94ad51b1});var infowindow = new google.maps.InfoWindow({content: $lbf47c31d01296ac019d4b08a94ad51b1});google.maps.event.addListener(m_bf47c31d01296ac019d4b08a94ad51b1, 'click', function() {infowindow.open(map,m_bf47c31d01296ac019d4b08a94ad51b1);});$marker.push(m_bf47c31d01296ac019d4b08a94ad51b1);}});}google.maps.event.addDomListener(window, 'load', initialize);