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.1014,-81.1471)};var g_de5f06df5bdc0153cce78de13b841eae = new google.maps.Geocoder();g_de5f06df5bdc0153cce78de13b841eae.geocode( { 'address': "4019 Augusta Rd Suite 112, Garden City, GA 31408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-GA-1st-franklin-financial'), mapOptions);}document.getElementById('5639d565').innerHTML += ' | View Map';var $lde5f06df5bdc0153cce78de13b841eae = '

1st Franklin Financial

Address: 4019 Augusta Rd Suite 112, Garden City, GA 31408, USA
Phone: (912) 966-2716
';var m_de5f06df5bdc0153cce78de13b841eae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_de5f06df5bdc0153cce78de13b841eae['infowindow'] = new google.maps.InfoWindow({content: $lde5f06df5bdc0153cce78de13b841eae});var infowindow = new google.maps.InfoWindow({content: $lde5f06df5bdc0153cce78de13b841eae});google.maps.event.addListener(m_de5f06df5bdc0153cce78de13b841eae, 'click', function() {infowindow.open(map,m_de5f06df5bdc0153cce78de13b841eae);});$marker.push(m_de5f06df5bdc0153cce78de13b841eae);}});}google.maps.event.addDomListener(window, 'load', initialize);