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.2781,-86.209)};var g_1089f24a830c77e65cee46eeea48c598 = new google.maps.Geocoder();g_1089f24a830c77e65cee46eeea48c598.geocode( { 'address': "7484 US Hwy 431 South, Albertville, AL 35950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-great-american-loans').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-great-american-loans'), mapOptions);}document.getElementById('8679166f').innerHTML += ' | View Map';var $l1089f24a830c77e65cee46eeea48c598 = '

Great American Loans

Address: 7484 US Hwy 431 South, Albertville, AL 35950, USA
Phone: (256) 891-3755
';var m_1089f24a830c77e65cee46eeea48c598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great American Loans',});m_1089f24a830c77e65cee46eeea48c598['infowindow'] = new google.maps.InfoWindow({content: $l1089f24a830c77e65cee46eeea48c598});var infowindow = new google.maps.InfoWindow({content: $l1089f24a830c77e65cee46eeea48c598});google.maps.event.addListener(m_1089f24a830c77e65cee46eeea48c598, 'click', function() {infowindow.open(map,m_1089f24a830c77e65cee46eeea48c598);});$marker.push(m_1089f24a830c77e65cee46eeea48c598);}});}google.maps.event.addDomListener(window, 'load', initialize);