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.718,-87.8168)};var g_2ad8c5f5cf1914eef5cb64d16d685a73 = new google.maps.Geocoder();g_2ad8c5f5cf1914eef5cb64d16d685a73.geocode( { 'address': "2302 Temple Ave N, Fayette, AL 35555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fayette-AL-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('fayette-AL-1st-franklin-financial'), mapOptions);}document.getElementById('de593459').innerHTML += ' | View Map';var $l2ad8c5f5cf1914eef5cb64d16d685a73 = '

1st Franklin Financial

Address: 2302 Temple Ave N, Fayette, AL 35555, USA
Phone: (205) 932-8080
';var m_2ad8c5f5cf1914eef5cb64d16d685a73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_2ad8c5f5cf1914eef5cb64d16d685a73['infowindow'] = new google.maps.InfoWindow({content: $l2ad8c5f5cf1914eef5cb64d16d685a73});var infowindow = new google.maps.InfoWindow({content: $l2ad8c5f5cf1914eef5cb64d16d685a73});google.maps.event.addListener(m_2ad8c5f5cf1914eef5cb64d16d685a73, 'click', function() {infowindow.open(map,m_2ad8c5f5cf1914eef5cb64d16d685a73);});$marker.push(m_2ad8c5f5cf1914eef5cb64d16d685a73);}});}google.maps.event.addDomListener(window, 'load', initialize);