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.6018,-83.8434)};var g_c6cf2f031f0c9fa78e4513eb1d0c6914 = new google.maps.Geocoder();g_c6cf2f031f0c9fa78e4513eb1d0c6914.geocode( { 'address': "6163 US-278, Covington, GA 30014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('covington-GA-1st-franklin-financial'), mapOptions);}document.getElementById('b022a28b').innerHTML += ' | View Map';var $lc6cf2f031f0c9fa78e4513eb1d0c6914 = '

1st Franklin Financial

Address: 6163 US-278, Covington, GA 30014, USA
Phone: (770) 787-3325
';var m_c6cf2f031f0c9fa78e4513eb1d0c6914 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_c6cf2f031f0c9fa78e4513eb1d0c6914['infowindow'] = new google.maps.InfoWindow({content: $lc6cf2f031f0c9fa78e4513eb1d0c6914});var infowindow = new google.maps.InfoWindow({content: $lc6cf2f031f0c9fa78e4513eb1d0c6914});google.maps.event.addListener(m_c6cf2f031f0c9fa78e4513eb1d0c6914, 'click', function() {infowindow.open(map,m_c6cf2f031f0c9fa78e4513eb1d0c6914);});$marker.push(m_c6cf2f031f0c9fa78e4513eb1d0c6914);}});}google.maps.event.addDomListener(window, 'load', initialize);