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.8141,-86.6039)};var g_29f455ec7dff1aa8ce22c9d21d2c44b5 = new google.maps.Geocoder();g_29f455ec7dff1aa8ce22c9d21d2c44b5.geocode( { 'address': "1515 7th St S, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-title-cash-of-clanton-inc').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-title-cash-of-clanton-inc'), mapOptions);}document.getElementById('a8d143ad').innerHTML += ' | View Map';var $l29f455ec7dff1aa8ce22c9d21d2c44b5 = '

Title Cash of Clanton Inc

Address: 1515 7th St S, Clanton, AL 35045, USA
Phone:
';var m_29f455ec7dff1aa8ce22c9d21d2c44b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Cash of Clanton Inc',});m_29f455ec7dff1aa8ce22c9d21d2c44b5['infowindow'] = new google.maps.InfoWindow({content: $l29f455ec7dff1aa8ce22c9d21d2c44b5});var infowindow = new google.maps.InfoWindow({content: $l29f455ec7dff1aa8ce22c9d21d2c44b5});google.maps.event.addListener(m_29f455ec7dff1aa8ce22c9d21d2c44b5, 'click', function() {infowindow.open(map,m_29f455ec7dff1aa8ce22c9d21d2c44b5);});$marker.push(m_29f455ec7dff1aa8ce22c9d21d2c44b5);}});}google.maps.event.addDomListener(window, 'load', initialize);