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.8232,-86.6182)};var g_c786b08d66ede4056c4c0c3b63259f3e = new google.maps.Geocoder();g_c786b08d66ede4056c4c0c3b63259f3e.geocode( { 'address': "1109-1111 7th St S, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-credit-central').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-credit-central'), mapOptions);}document.getElementById('01bfb6a5').innerHTML += ' | View Map';var $lc786b08d66ede4056c4c0c3b63259f3e = '

Credit Central

Address: 1109-1111 7th St S, Clanton, AL 35045, USA
Phone: (205) 755-2206
';var m_c786b08d66ede4056c4c0c3b63259f3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Central',});m_c786b08d66ede4056c4c0c3b63259f3e['infowindow'] = new google.maps.InfoWindow({content: $lc786b08d66ede4056c4c0c3b63259f3e});var infowindow = new google.maps.InfoWindow({content: $lc786b08d66ede4056c4c0c3b63259f3e});google.maps.event.addListener(m_c786b08d66ede4056c4c0c3b63259f3e, 'click', function() {infowindow.open(map,m_c786b08d66ede4056c4c0c3b63259f3e);});$marker.push(m_c786b08d66ede4056c4c0c3b63259f3e);}});}google.maps.event.addDomListener(window, 'load', initialize);