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.9144,-84.3339)};var g_781a23238b7139d10c0ca2db8dd44b21 = new google.maps.Geocoder();g_781a23238b7139d10c0ca2db8dd44b21.geocode( { 'address': "903 N Church St, Thomaston, GA 30286, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomaston-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('thomaston-GA-1st-franklin-financial'), mapOptions);}document.getElementById('10ef8e0c').innerHTML += ' | View Map';var $l781a23238b7139d10c0ca2db8dd44b21 = '

1st Franklin Financial

Address: 903 N Church St, Thomaston, GA 30286, USA
Phone: (706) 647-8410
';var m_781a23238b7139d10c0ca2db8dd44b21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_781a23238b7139d10c0ca2db8dd44b21['infowindow'] = new google.maps.InfoWindow({content: $l781a23238b7139d10c0ca2db8dd44b21});var infowindow = new google.maps.InfoWindow({content: $l781a23238b7139d10c0ca2db8dd44b21});google.maps.event.addListener(m_781a23238b7139d10c0ca2db8dd44b21, 'click', function() {infowindow.open(map,m_781a23238b7139d10c0ca2db8dd44b21);});$marker.push(m_781a23238b7139d10c0ca2db8dd44b21);}});}google.maps.event.addDomListener(window, 'load', initialize);