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(33.49,-82.5056)};var g_b16e8712b35e498857df08af3944b127 = new google.maps.Geocoder();g_b16e8712b35e498857df08af3944b127.geocode( { 'address': "1235 Washington Rd, Thomson, GA 30824, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomson-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('thomson-GA-1st-franklin-financial'), mapOptions);}document.getElementById('662bf3fc').innerHTML += ' | View Map';var $lb16e8712b35e498857df08af3944b127 = '

1st Franklin Financial

Address: 1235 Washington Rd, Thomson, GA 30824, USA
Phone: (706) 595-9432
';var m_b16e8712b35e498857df08af3944b127 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_b16e8712b35e498857df08af3944b127['infowindow'] = new google.maps.InfoWindow({content: $lb16e8712b35e498857df08af3944b127});var infowindow = new google.maps.InfoWindow({content: $lb16e8712b35e498857df08af3944b127});google.maps.event.addListener(m_b16e8712b35e498857df08af3944b127, 'click', function() {infowindow.open(map,m_b16e8712b35e498857df08af3944b127);});$marker.push(m_b16e8712b35e498857df08af3944b127);}});}google.maps.event.addDomListener(window, 'load', initialize);