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.5394,-83.9746)};var g_504b7f668328dab60570f03ecfe47918 = new google.maps.Geocoder();g_504b7f668328dab60570f03ecfe47918.geocode( { 'address': "400 Walmart Way, Bldg B, Suite A, Dahlonega, GA 30533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dahlonega-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('dahlonega-GA-1st-franklin-financial'), mapOptions);}document.getElementById('8be7e7cc').innerHTML += ' | View Map';var $l504b7f668328dab60570f03ecfe47918 = '

1st Franklin Financial

Address: 400 Walmart Way, Bldg B, Suite A, Dahlonega, GA 30533, USA
Phone: (706) 867-6238
';var m_504b7f668328dab60570f03ecfe47918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_504b7f668328dab60570f03ecfe47918['infowindow'] = new google.maps.InfoWindow({content: $l504b7f668328dab60570f03ecfe47918});var infowindow = new google.maps.InfoWindow({content: $l504b7f668328dab60570f03ecfe47918});google.maps.event.addListener(m_504b7f668328dab60570f03ecfe47918, 'click', function() {infowindow.open(map,m_504b7f668328dab60570f03ecfe47918);});$marker.push(m_504b7f668328dab60570f03ecfe47918);}});}google.maps.event.addDomListener(window, 'load', initialize);