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.8783,-83.3951)};var g_c3886cacfe714d4f8f0f3d76fc5b613d = new google.maps.Geocoder();g_c3886cacfe714d4f8f0f3d76fc5b613d.geocode( { 'address': "121 Rickman Dr, Clayton, GA 30525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-GA-liberty-bancorp-georgia-inc').style.display = '';map = new google.maps.Map(document.getElementById('clayton-GA-liberty-bancorp-georgia-inc'), mapOptions);}document.getElementById('f1aff539').innerHTML += ' | View Map';var $lc3886cacfe714d4f8f0f3d76fc5b613d = '

Liberty Bancorp-Georgia Inc

Address: 121 Rickman Dr, Clayton, GA 30525, USA
Phone: (706) 782-4571
';var m_c3886cacfe714d4f8f0f3d76fc5b613d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bancorp-Georgia Inc',});m_c3886cacfe714d4f8f0f3d76fc5b613d['infowindow'] = new google.maps.InfoWindow({content: $lc3886cacfe714d4f8f0f3d76fc5b613d});var infowindow = new google.maps.InfoWindow({content: $lc3886cacfe714d4f8f0f3d76fc5b613d});google.maps.event.addListener(m_c3886cacfe714d4f8f0f3d76fc5b613d, 'click', function() {infowindow.open(map,m_c3886cacfe714d4f8f0f3d76fc5b613d);});$marker.push(m_c3886cacfe714d4f8f0f3d76fc5b613d);}});}google.maps.event.addDomListener(window, 'load', initialize);