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.0095,-83.5337)};var g_760c593ab40d8cf34ea97d6a0bf4dc4c = new google.maps.Geocoder();g_760c593ab40d8cf34ea97d6a0bf4dc4c.geocode( { 'address': "511 Settlement Point Rd, Gray, GA 31032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gray-GA-1st-franklin-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('gray-GA-1st-franklin-financial-corporation'), mapOptions);}document.getElementById('5f984b67').innerHTML += ' | View Map';var $l760c593ab40d8cf34ea97d6a0bf4dc4c = '

1st Franklin Financial Corporation

Address: 511 Settlement Point Rd, Gray, GA 31032, USA
Phone: (478) 986-5355
';var m_760c593ab40d8cf34ea97d6a0bf4dc4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial Corporation',});m_760c593ab40d8cf34ea97d6a0bf4dc4c['infowindow'] = new google.maps.InfoWindow({content: $l760c593ab40d8cf34ea97d6a0bf4dc4c});var infowindow = new google.maps.InfoWindow({content: $l760c593ab40d8cf34ea97d6a0bf4dc4c});google.maps.event.addListener(m_760c593ab40d8cf34ea97d6a0bf4dc4c, 'click', function() {infowindow.open(map,m_760c593ab40d8cf34ea97d6a0bf4dc4c);});$marker.push(m_760c593ab40d8cf34ea97d6a0bf4dc4c);}});}google.maps.event.addDomListener(window, 'load', initialize);