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.5216,-84.3548)};var g_e05492b44a6aa960f394076b4baa6ec8 = new google.maps.Geocoder();g_e05492b44a6aa960f394076b4baa6ec8.geocode( { 'address': "101 N Main St, Jonesboro, GA 30236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesboro-GA-ccf-holding-co').style.display = '';map = new google.maps.Map(document.getElementById('jonesboro-GA-ccf-holding-co'), mapOptions);}document.getElementById('8cef188a').innerHTML += ' | View Map';var $le05492b44a6aa960f394076b4baa6ec8 = '

CCF Holding Co

Address: 101 N Main St, Jonesboro, GA 30236, USA
Phone: (770) 478-8881
';var m_e05492b44a6aa960f394076b4baa6ec8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCF Holding Co',});m_e05492b44a6aa960f394076b4baa6ec8['infowindow'] = new google.maps.InfoWindow({content: $le05492b44a6aa960f394076b4baa6ec8});var infowindow = new google.maps.InfoWindow({content: $le05492b44a6aa960f394076b4baa6ec8});google.maps.event.addListener(m_e05492b44a6aa960f394076b4baa6ec8, 'click', function() {infowindow.open(map,m_e05492b44a6aa960f394076b4baa6ec8);});$marker.push(m_e05492b44a6aa960f394076b4baa6ec8);}});}google.maps.event.addDomListener(window, 'load', initialize);