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(31.5386,-82.4678)};var g_1414a16f654aa81b6e8116c03d020d83 = new google.maps.Geocoder();g_1414a16f654aa81b6e8116c03d020d83.geocode( { 'address': "416 S Dixon St, Alma, GA 31510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alma-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('alma-GA-1st-franklin-financial'), mapOptions);}document.getElementById('61cf4c49').innerHTML += ' | View Map';var $l1414a16f654aa81b6e8116c03d020d83 = '

1st Franklin Financial

Address: 416 S Dixon St, Alma, GA 31510, USA
Phone: (912) 632-8615
';var m_1414a16f654aa81b6e8116c03d020d83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_1414a16f654aa81b6e8116c03d020d83['infowindow'] = new google.maps.InfoWindow({content: $l1414a16f654aa81b6e8116c03d020d83});var infowindow = new google.maps.InfoWindow({content: $l1414a16f654aa81b6e8116c03d020d83});google.maps.event.addListener(m_1414a16f654aa81b6e8116c03d020d83, 'click', function() {infowindow.open(map,m_1414a16f654aa81b6e8116c03d020d83);});$marker.push(m_1414a16f654aa81b6e8116c03d020d83);}});}google.maps.event.addDomListener(window, 'load', initialize);