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.5962,-83.4677)};var g_22ebf51b933712766b8809c933c177b7 = new google.maps.Geocoder();g_22ebf51b933712766b8809c933c177b7.geocode( { 'address': "107 S Main St, Madison, GA 30650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('madison-GA-1st-franklin-financial'), mapOptions);}document.getElementById('dc3c6b03').innerHTML += ' | View Map';var $l22ebf51b933712766b8809c933c177b7 = '

1st Franklin Financial

Address: 107 S Main St, Madison, GA 30650, USA
Phone: (706) 342-1451
';var m_22ebf51b933712766b8809c933c177b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_22ebf51b933712766b8809c933c177b7['infowindow'] = new google.maps.InfoWindow({content: $l22ebf51b933712766b8809c933c177b7});var infowindow = new google.maps.InfoWindow({content: $l22ebf51b933712766b8809c933c177b7});google.maps.event.addListener(m_22ebf51b933712766b8809c933c177b7, 'click', function() {infowindow.open(map,m_22ebf51b933712766b8809c933c177b7);});$marker.push(m_22ebf51b933712766b8809c933c177b7);}});}google.maps.event.addDomListener(window, 'load', initialize);