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.7377,-87.6682)};var g_918f5cd5a5c0d48671d4d4fc54bab2e9 = new google.maps.Geocoder();g_918f5cd5a5c0d48671d4d4fc54bab2e9.geocode( { 'address': "2506 Woodward Ave, Muscle Shoals, AL 35661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muscle-shoals-AL-jeff-elledge-credit-cars-inc').style.display = '';map = new google.maps.Map(document.getElementById('muscle-shoals-AL-jeff-elledge-credit-cars-inc'), mapOptions);}document.getElementById('bf42268e').innerHTML += ' | View Map';var $l918f5cd5a5c0d48671d4d4fc54bab2e9 = '

Jeff Elledge Credit Cars, Inc

Address: 2506 Woodward Ave, Muscle Shoals, AL 35661, USA
Phone: (256) 383-7979
';var m_918f5cd5a5c0d48671d4d4fc54bab2e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Elledge Credit Cars, Inc',});m_918f5cd5a5c0d48671d4d4fc54bab2e9['infowindow'] = new google.maps.InfoWindow({content: $l918f5cd5a5c0d48671d4d4fc54bab2e9});var infowindow = new google.maps.InfoWindow({content: $l918f5cd5a5c0d48671d4d4fc54bab2e9});google.maps.event.addListener(m_918f5cd5a5c0d48671d4d4fc54bab2e9, 'click', function() {infowindow.open(map,m_918f5cd5a5c0d48671d4d4fc54bab2e9);});$marker.push(m_918f5cd5a5c0d48671d4d4fc54bab2e9);}});}google.maps.event.addDomListener(window, 'load', initialize);