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.8356,-86.6283)};var g_6f98446d9c469d05371a1ec6957047e9 = new google.maps.Geocoder();g_6f98446d9c469d05371a1ec6957047e9.geocode( { 'address': "220 7th St S, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-clanton-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-clanton-financial-services-inc'), mapOptions);}document.getElementById('5aa9ac73').innerHTML += ' | View Map';var $l6f98446d9c469d05371a1ec6957047e9 = '

Clanton Financial Services Inc

Address: 220 7th St S, Clanton, AL 35045, USA
Phone: (205) 755-8034
';var m_6f98446d9c469d05371a1ec6957047e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clanton Financial Services Inc',});m_6f98446d9c469d05371a1ec6957047e9['infowindow'] = new google.maps.InfoWindow({content: $l6f98446d9c469d05371a1ec6957047e9});var infowindow = new google.maps.InfoWindow({content: $l6f98446d9c469d05371a1ec6957047e9});google.maps.event.addListener(m_6f98446d9c469d05371a1ec6957047e9, 'click', function() {infowindow.open(map,m_6f98446d9c469d05371a1ec6957047e9);});$marker.push(m_6f98446d9c469d05371a1ec6957047e9);}});}google.maps.event.addDomListener(window, 'load', initialize);