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(34.746,-87.6723)};var g_ea99597bcb6464386a725315f215fe41 = new google.maps.Geocoder();g_ea99597bcb6464386a725315f215fe41.geocode( { 'address': "519 West Avalon Avenue, Suite 14-C, Muscle Shoals, AL 35661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muscle-shoals-AL-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('muscle-shoals-AL-check-into-cash'), mapOptions);}document.getElementById('995ea6c3').innerHTML += ' | View Map';var $lea99597bcb6464386a725315f215fe41 = '

Check Into Cash

Address: 519 West Avalon Avenue, Suite 14-C, Muscle Shoals, AL 35661, USA
Phone: (256) 381-2480
';var m_ea99597bcb6464386a725315f215fe41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_ea99597bcb6464386a725315f215fe41['infowindow'] = new google.maps.InfoWindow({content: $lea99597bcb6464386a725315f215fe41});var infowindow = new google.maps.InfoWindow({content: $lea99597bcb6464386a725315f215fe41});google.maps.event.addListener(m_ea99597bcb6464386a725315f215fe41, 'click', function() {infowindow.open(map,m_ea99597bcb6464386a725315f215fe41);});$marker.push(m_ea99597bcb6464386a725315f215fe41);}});}google.maps.event.addDomListener(window, 'load', initialize);