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.293,-83.8485)};var g_fca0789e7891cbc0583298a238316122 = new google.maps.Geocoder();g_fca0789e7891cbc0583298a238316122.geocode( { 'address': "350 Shallowford Rd E, Gainesville, GA 30504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-GA-1st-franklin-financial'), mapOptions);}document.getElementById('88e6b39c').innerHTML += ' | View Map';var $lfca0789e7891cbc0583298a238316122 = '

1st Franklin Financial

Address: 350 Shallowford Rd E, Gainesville, GA 30504, USA
Phone: (770) 534-1741
';var m_fca0789e7891cbc0583298a238316122 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_fca0789e7891cbc0583298a238316122['infowindow'] = new google.maps.InfoWindow({content: $lfca0789e7891cbc0583298a238316122});var infowindow = new google.maps.InfoWindow({content: $lfca0789e7891cbc0583298a238316122});google.maps.event.addListener(m_fca0789e7891cbc0583298a238316122, 'click', function() {infowindow.open(map,m_fca0789e7891cbc0583298a238316122);});$marker.push(m_fca0789e7891cbc0583298a238316122);}});}google.maps.event.addDomListener(window, 'load', initialize);