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.5089,-86.2122)};var g_64407e138a438a0608968f1ed57a2c7c = new google.maps.Geocoder();g_64407e138a438a0608968f1ed57a2c7c.geocode( { 'address': "4662 US-231, Wetumpka, AL 36092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wetumpka-AL-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('wetumpka-AL-1st-franklin-financial'), mapOptions);}document.getElementById('60cddc24').innerHTML += ' | View Map';var $l64407e138a438a0608968f1ed57a2c7c = '

1st Franklin Financial

Address: 4662 US-231, Wetumpka, AL 36092, USA
Phone: (334) 514-6111
';var m_64407e138a438a0608968f1ed57a2c7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_64407e138a438a0608968f1ed57a2c7c['infowindow'] = new google.maps.InfoWindow({content: $l64407e138a438a0608968f1ed57a2c7c});var infowindow = new google.maps.InfoWindow({content: $l64407e138a438a0608968f1ed57a2c7c});google.maps.event.addListener(m_64407e138a438a0608968f1ed57a2c7c, 'click', function() {infowindow.open(map,m_64407e138a438a0608968f1ed57a2c7c);});$marker.push(m_64407e138a438a0608968f1ed57a2c7c);}});}google.maps.event.addDomListener(window, 'load', initialize);