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(31.4418,-85.6493)};var g_f70576b9278d9a5c4814046749627269 = new google.maps.Geocoder();g_f70576b9278d9a5c4814046749627269.geocode( { 'address': "1696 U.S. Hwy 231, Suite A, Ozark, AL 36360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-AL-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('ozark-AL-1st-franklin-financial'), mapOptions);}document.getElementById('43575dc5').innerHTML += ' | View Map';var $lf70576b9278d9a5c4814046749627269 = '

1st Franklin Financial

Address: 1696 U.S. Hwy 231, Suite A, Ozark, AL 36360, USA
Phone: (334) 774-7011
';var m_f70576b9278d9a5c4814046749627269 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_f70576b9278d9a5c4814046749627269['infowindow'] = new google.maps.InfoWindow({content: $lf70576b9278d9a5c4814046749627269});var infowindow = new google.maps.InfoWindow({content: $lf70576b9278d9a5c4814046749627269});google.maps.event.addListener(m_f70576b9278d9a5c4814046749627269, 'click', function() {infowindow.open(map,m_f70576b9278d9a5c4814046749627269);});$marker.push(m_f70576b9278d9a5c4814046749627269);}});}google.maps.event.addDomListener(window, 'load', initialize);