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(31.524,-87.8962)};var g_e0f6f3501955603077f0167f62a7c830 = new google.maps.Geocoder();g_e0f6f3501955603077f0167f62a7c830.geocode( { 'address': "1135 College Ave, Jackson, AL 36545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-AL-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('jackson-AL-check-into-cash'), mapOptions);}document.getElementById('406a8a43').innerHTML += ' | View Map';var $le0f6f3501955603077f0167f62a7c830 = '

Check Into Cash

Address: 1135 College Ave, Jackson, AL 36545, USA
Phone: (251) 247-0585
';var m_e0f6f3501955603077f0167f62a7c830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_e0f6f3501955603077f0167f62a7c830['infowindow'] = new google.maps.InfoWindow({content: $le0f6f3501955603077f0167f62a7c830});var infowindow = new google.maps.InfoWindow({content: $le0f6f3501955603077f0167f62a7c830});google.maps.event.addListener(m_e0f6f3501955603077f0167f62a7c830, 'click', function() {infowindow.open(map,m_e0f6f3501955603077f0167f62a7c830);});$marker.push(m_e0f6f3501955603077f0167f62a7c830);}});}google.maps.event.addDomListener(window, 'load', initialize);