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.4582,-84.4129)};var g_5e7d00134ba3a8b3e37edf5038bc51fc = new google.maps.Geocoder();g_5e7d00134ba3a8b3e37edf5038bc51fc.geocode( { 'address': "1266 E Church St, Jasper, GA 30143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-GA-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('jasper-GA-united-community-bank'), mapOptions);}document.getElementById('320dd972').innerHTML += ' | View Map';var $l5e7d00134ba3a8b3e37edf5038bc51fc = '

United Community Bank

Address: 1266 E Church St, Jasper, GA 30143, USA
Phone: (706) 253-9393
';var m_5e7d00134ba3a8b3e37edf5038bc51fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_5e7d00134ba3a8b3e37edf5038bc51fc['infowindow'] = new google.maps.InfoWindow({content: $l5e7d00134ba3a8b3e37edf5038bc51fc});var infowindow = new google.maps.InfoWindow({content: $l5e7d00134ba3a8b3e37edf5038bc51fc});google.maps.event.addListener(m_5e7d00134ba3a8b3e37edf5038bc51fc, 'click', function() {infowindow.open(map,m_5e7d00134ba3a8b3e37edf5038bc51fc);});$marker.push(m_5e7d00134ba3a8b3e37edf5038bc51fc);}});}google.maps.event.addDomListener(window, 'load', initialize);