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.8754,-85.1526)};var g_c7f4e0d7a757286a7bf27063ac613f2b = new google.maps.Geocoder();g_c7f4e0d7a757286a7bf27063ac613f2b.geocode( { 'address': "1402 S Eufaula Ave, Eufaula, AL 36027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eufaula-AL-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('eufaula-AL-check-into-cash'), mapOptions);}document.getElementById('69a374e5').innerHTML += ' | View Map';var $lc7f4e0d7a757286a7bf27063ac613f2b = '

Check Into Cash

Address: 1402 S Eufaula Ave, Eufaula, AL 36027, USA
Phone: (334) 687-3482
';var m_c7f4e0d7a757286a7bf27063ac613f2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_c7f4e0d7a757286a7bf27063ac613f2b['infowindow'] = new google.maps.InfoWindow({content: $lc7f4e0d7a757286a7bf27063ac613f2b});var infowindow = new google.maps.InfoWindow({content: $lc7f4e0d7a757286a7bf27063ac613f2b});google.maps.event.addListener(m_c7f4e0d7a757286a7bf27063ac613f2b, 'click', function() {infowindow.open(map,m_c7f4e0d7a757286a7bf27063ac613f2b);});$marker.push(m_c7f4e0d7a757286a7bf27063ac613f2b);}});}google.maps.event.addDomListener(window, 'load', initialize);