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.0447,-85.2395)};var g_68f6d3802d52bfcbce1094119ea9290b = new google.maps.Geocoder();g_68f6d3802d52bfcbce1094119ea9290b.geocode( { 'address': "1570 Rome Hwy, Cedartown, GA 30125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedartown-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('cedartown-GA-1st-franklin-financial'), mapOptions);}document.getElementById('84fa2fc6').innerHTML += ' | View Map';var $l68f6d3802d52bfcbce1094119ea9290b = '

1st Franklin Financial

Address: 1570 Rome Hwy, Cedartown, GA 30125, USA
Phone: (770) 748-3313
';var m_68f6d3802d52bfcbce1094119ea9290b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_68f6d3802d52bfcbce1094119ea9290b['infowindow'] = new google.maps.InfoWindow({content: $l68f6d3802d52bfcbce1094119ea9290b});var infowindow = new google.maps.InfoWindow({content: $l68f6d3802d52bfcbce1094119ea9290b});google.maps.event.addListener(m_68f6d3802d52bfcbce1094119ea9290b, 'click', function() {infowindow.open(map,m_68f6d3802d52bfcbce1094119ea9290b);});$marker.push(m_68f6d3802d52bfcbce1094119ea9290b);}});}google.maps.event.addDomListener(window, 'load', initialize);