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.0257,-87.4941)};var g_e08bc636c83ae44d6c771f5646271b57 = new google.maps.Geocoder();g_e08bc636c83ae44d6c771f5646271b57.geocode( { 'address': "201 N Main St, Atmore, AL 36502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atmore-AL-cash-n-go').style.display = '';map = new google.maps.Map(document.getElementById('atmore-AL-cash-n-go'), mapOptions);}document.getElementById('48a7fa53').innerHTML += ' | View Map';var $le08bc636c83ae44d6c771f5646271b57 = '

Cash N Go

Address: 201 N Main St, Atmore, AL 36502, USA
Phone: (251) 368-8000
';var m_e08bc636c83ae44d6c771f5646271b57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash N Go',});m_e08bc636c83ae44d6c771f5646271b57['infowindow'] = new google.maps.InfoWindow({content: $le08bc636c83ae44d6c771f5646271b57});var infowindow = new google.maps.InfoWindow({content: $le08bc636c83ae44d6c771f5646271b57});google.maps.event.addListener(m_e08bc636c83ae44d6c771f5646271b57, 'click', function() {infowindow.open(map,m_e08bc636c83ae44d6c771f5646271b57);});$marker.push(m_e08bc636c83ae44d6c771f5646271b57);}});}google.maps.event.addDomListener(window, 'load', initialize);