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.8327,-86.6281)};var g_638fe896e51227dad639b61237a527e9 = new google.maps.Geocoder();g_638fe896e51227dad639b61237a527e9.geocode( { 'address': "513 7th St S, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-money-store').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-money-store'), mapOptions);}document.getElementById('a98eecf5').innerHTML += ' | View Map';var $l638fe896e51227dad639b61237a527e9 = '

Money Store

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