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.53,-87.8914)};var g_35a00215eb3d273078fbdeeadb3dfe10 = new google.maps.Geocoder();g_35a00215eb3d273078fbdeeadb3dfe10.geocode( { 'address': "1836 College Ave Suite C, Jackson, AL 36545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-AL-nations-quick-cash').style.display = '';map = new google.maps.Map(document.getElementById('jackson-AL-nations-quick-cash'), mapOptions);}document.getElementById('31e14bb0').innerHTML += ' | View Map';var $l35a00215eb3d273078fbdeeadb3dfe10 = '

Nations Quick Cash

Address: 1836 College Ave Suite C, Jackson, AL 36545, USA
Phone: (251) 247-1840
';var m_35a00215eb3d273078fbdeeadb3dfe10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Quick Cash',});m_35a00215eb3d273078fbdeeadb3dfe10['infowindow'] = new google.maps.InfoWindow({content: $l35a00215eb3d273078fbdeeadb3dfe10});var infowindow = new google.maps.InfoWindow({content: $l35a00215eb3d273078fbdeeadb3dfe10});google.maps.event.addListener(m_35a00215eb3d273078fbdeeadb3dfe10, 'click', function() {infowindow.open(map,m_35a00215eb3d273078fbdeeadb3dfe10);});$marker.push(m_35a00215eb3d273078fbdeeadb3dfe10);}});}google.maps.event.addDomListener(window, 'load', initialize);