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.01,-84.5636)};var g_3e095e74a050fc12596b95c9fe6297fd = new google.maps.Geocoder();g_3e095e74a050fc12596b95c9fe6297fd.geocode( { 'address': "501 Roberts Court NW, Suite 7, Kennesaw, GA 30144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennesaw-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('kennesaw-GA-1st-franklin-financial'), mapOptions);}document.getElementById('dc890db7').innerHTML += ' | View Map';var $l3e095e74a050fc12596b95c9fe6297fd = '

1st Franklin Financial

Address: 501 Roberts Court NW, Suite 7, Kennesaw, GA 30144, USA
Phone: (770) 429-2486
';var m_3e095e74a050fc12596b95c9fe6297fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_3e095e74a050fc12596b95c9fe6297fd['infowindow'] = new google.maps.InfoWindow({content: $l3e095e74a050fc12596b95c9fe6297fd});var infowindow = new google.maps.InfoWindow({content: $l3e095e74a050fc12596b95c9fe6297fd});google.maps.event.addListener(m_3e095e74a050fc12596b95c9fe6297fd, 'click', function() {infowindow.open(map,m_3e095e74a050fc12596b95c9fe6297fd);});$marker.push(m_3e095e74a050fc12596b95c9fe6297fd);}});}google.maps.event.addDomListener(window, 'load', initialize);