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(32.1892,-83.1724)};var g_bbf7a68fd80463ce587077c3f9899bc4 = new google.maps.Geocoder();g_bbf7a68fd80463ce587077c3f9899bc4.geocode( { 'address': "841 College St, Eastman, GA 31023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eastman-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('eastman-GA-1st-franklin-financial'), mapOptions);}document.getElementById('6b856ecb').innerHTML += ' | View Map';var $lbbf7a68fd80463ce587077c3f9899bc4 = '

1st Franklin Financial

Address: 841 College St, Eastman, GA 31023, USA
Phone: (478) 374-4333
';var m_bbf7a68fd80463ce587077c3f9899bc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_bbf7a68fd80463ce587077c3f9899bc4['infowindow'] = new google.maps.InfoWindow({content: $lbbf7a68fd80463ce587077c3f9899bc4});var infowindow = new google.maps.InfoWindow({content: $lbbf7a68fd80463ce587077c3f9899bc4});google.maps.event.addListener(m_bbf7a68fd80463ce587077c3f9899bc4, 'click', function() {infowindow.open(map,m_bbf7a68fd80463ce587077c3f9899bc4);});$marker.push(m_bbf7a68fd80463ce587077c3f9899bc4);}});}google.maps.event.addDomListener(window, 'load', initialize);