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_24ae3cc57407baf2c740ce413fed2dce = new google.maps.Geocoder();g_24ae3cc57407baf2c740ce413fed2dce.geocode( { 'address': "320 W Avalon Ave #6, Muscle Shoals, AL 35661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muscle-shoals-AL-quick-credit').style.display = '';map = new google.maps.Map(document.getElementById('muscle-shoals-AL-quick-credit'), mapOptions);}document.getElementById('71e1933d').innerHTML += ' | View Map';var $l24ae3cc57407baf2c740ce413fed2dce = '

Quick Credit

Address: 320 W Avalon Ave #6, Muscle Shoals, AL 35661, USA
Phone: (256) 248-8990
';var m_24ae3cc57407baf2c740ce413fed2dce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Credit',});m_24ae3cc57407baf2c740ce413fed2dce['infowindow'] = new google.maps.InfoWindow({content: $l24ae3cc57407baf2c740ce413fed2dce});var infowindow = new google.maps.InfoWindow({content: $l24ae3cc57407baf2c740ce413fed2dce});google.maps.event.addListener(m_24ae3cc57407baf2c740ce413fed2dce, 'click', function() {infowindow.open(map,m_24ae3cc57407baf2c740ce413fed2dce);});$marker.push(m_24ae3cc57407baf2c740ce413fed2dce);}});}google.maps.event.addDomListener(window, 'load', initialize);