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.8777,-84.0221)};var g_10e2c9c2c5e784419a5284081ec2ddd3 = new google.maps.Geocoder();g_10e2c9c2c5e784419a5284081ec2ddd3.geocode( { 'address': "6372 Highway 53 E, Blairsville, GA 30512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blairsville-GA-u-c-b-i-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('blairsville-GA-u-c-b-i-community-bank'), mapOptions);}document.getElementById('55e7a0c0').innerHTML += ' | View Map';var $l10e2c9c2c5e784419a5284081ec2ddd3 = '

U C B I Community Bank

Address: 6372 Highway 53 E, Blairsville, GA 30512
Phone: (706) 216-8444
';var m_10e2c9c2c5e784419a5284081ec2ddd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U C B I Community Bank',});m_10e2c9c2c5e784419a5284081ec2ddd3['infowindow'] = new google.maps.InfoWindow({content: $l10e2c9c2c5e784419a5284081ec2ddd3});var infowindow = new google.maps.InfoWindow({content: $l10e2c9c2c5e784419a5284081ec2ddd3});google.maps.event.addListener(m_10e2c9c2c5e784419a5284081ec2ddd3, 'click', function() {infowindow.open(map,m_10e2c9c2c5e784419a5284081ec2ddd3);});$marker.push(m_10e2c9c2c5e784419a5284081ec2ddd3);}});}google.maps.event.addDomListener(window, 'load', initialize);