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(34.9864,-84.3724)};var g_62b46bc375916b5dc0d2d66a904df71c = new google.maps.Geocoder();g_62b46bc375916b5dc0d2d66a904df71c.geocode( { 'address': "182 Blue Ridge Dr, McCaysville, GA 30555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccaysville-GA-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('mccaysville-GA-united-community-bank'), mapOptions);}document.getElementById('040648df').innerHTML += ' | View Map';var $l62b46bc375916b5dc0d2d66a904df71c = '

United Community Bank

Address: 182 Blue Ridge Dr, McCaysville, GA 30555, USA
Phone: (706) 492-5900
';var m_62b46bc375916b5dc0d2d66a904df71c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_62b46bc375916b5dc0d2d66a904df71c['infowindow'] = new google.maps.InfoWindow({content: $l62b46bc375916b5dc0d2d66a904df71c});var infowindow = new google.maps.InfoWindow({content: $l62b46bc375916b5dc0d2d66a904df71c});google.maps.event.addListener(m_62b46bc375916b5dc0d2d66a904df71c, 'click', function() {infowindow.open(map,m_62b46bc375916b5dc0d2d66a904df71c);});$marker.push(m_62b46bc375916b5dc0d2d66a904df71c);}});}google.maps.event.addDomListener(window, 'load', initialize);