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.8369,-86.6304)};var g_80b770002b1effd0ce74241974a32217 = new google.maps.Geocoder();g_80b770002b1effd0ce74241974a32217.geocode( { 'address': "11 Village Square, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-1st-franklin-financial'), mapOptions);}document.getElementById('3ccac2e5').innerHTML += ' | View Map';var $l80b770002b1effd0ce74241974a32217 = '

1st Franklin Financial

Address: 11 Village Square, Clanton, AL 35045, USA
Phone: (205) 755-8010
';var m_80b770002b1effd0ce74241974a32217 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_80b770002b1effd0ce74241974a32217['infowindow'] = new google.maps.InfoWindow({content: $l80b770002b1effd0ce74241974a32217});var infowindow = new google.maps.InfoWindow({content: $l80b770002b1effd0ce74241974a32217});google.maps.event.addListener(m_80b770002b1effd0ce74241974a32217, 'click', function() {infowindow.open(map,m_80b770002b1effd0ce74241974a32217);});$marker.push(m_80b770002b1effd0ce74241974a32217);}});}google.maps.event.addDomListener(window, 'load', initialize);