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.8503,-86.6335)};var g_b1cb3b974346f81b97f75a1d49a6ddec = new google.maps.Geocoder();g_b1cb3b974346f81b97f75a1d49a6ddec.geocode( { 'address': "682 Clanton Market Pl, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-check-into-cash'), mapOptions);}document.getElementById('3f3c9bb2').innerHTML += ' | View Map';var $lb1cb3b974346f81b97f75a1d49a6ddec = '

Check Into Cash

Address: 682 Clanton Market Pl, Clanton, AL 35045, USA
Phone: (205) 280-4920
';var m_b1cb3b974346f81b97f75a1d49a6ddec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_b1cb3b974346f81b97f75a1d49a6ddec['infowindow'] = new google.maps.InfoWindow({content: $lb1cb3b974346f81b97f75a1d49a6ddec});var infowindow = new google.maps.InfoWindow({content: $lb1cb3b974346f81b97f75a1d49a6ddec});google.maps.event.addListener(m_b1cb3b974346f81b97f75a1d49a6ddec, 'click', function() {infowindow.open(map,m_b1cb3b974346f81b97f75a1d49a6ddec);});$marker.push(m_b1cb3b974346f81b97f75a1d49a6ddec);}});}google.maps.event.addDomListener(window, 'load', initialize);