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.7445,-87.6732)};var g_05749a44b70819556b0a84ae865cc8fd = new google.maps.Geocoder();g_05749a44b70819556b0a84ae865cc8fd.geocode( { 'address': "320 W Avalon Ave, Muscle Shoals, AL 35661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muscle-shoals-AL-title-cash').style.display = '';map = new google.maps.Map(document.getElementById('muscle-shoals-AL-title-cash'), mapOptions);}document.getElementById('cbbd79e6').innerHTML += ' | View Map';var $l05749a44b70819556b0a84ae865cc8fd = '

Title Cash

Address: 320 W Avalon Ave, Muscle Shoals, AL 35661, USA
Phone: (256) 314-6879
';var m_05749a44b70819556b0a84ae865cc8fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Cash',});m_05749a44b70819556b0a84ae865cc8fd['infowindow'] = new google.maps.InfoWindow({content: $l05749a44b70819556b0a84ae865cc8fd});var infowindow = new google.maps.InfoWindow({content: $l05749a44b70819556b0a84ae865cc8fd});google.maps.event.addListener(m_05749a44b70819556b0a84ae865cc8fd, 'click', function() {infowindow.open(map,m_05749a44b70819556b0a84ae865cc8fd);});$marker.push(m_05749a44b70819556b0a84ae865cc8fd);}});}google.maps.event.addDomListener(window, 'load', initialize);