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(31.008,-87.4941)};var g_6649b621033ae95a2e9da0dd9c99fa48 = new google.maps.Geocoder();g_6649b621033ae95a2e9da0dd9c99fa48.geocode( { 'address': "1314 S Main St, Atmore, AL 36502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atmore-AL-great-american-loans').style.display = '';map = new google.maps.Map(document.getElementById('atmore-AL-great-american-loans'), mapOptions);}document.getElementById('81d7ebc8').innerHTML += ' | View Map';var $l6649b621033ae95a2e9da0dd9c99fa48 = '

Great American Loans

Address: 1314 S Main St, Atmore, AL 36502, USA
Phone: (251) 368-3060
';var m_6649b621033ae95a2e9da0dd9c99fa48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great American Loans',});m_6649b621033ae95a2e9da0dd9c99fa48['infowindow'] = new google.maps.InfoWindow({content: $l6649b621033ae95a2e9da0dd9c99fa48});var infowindow = new google.maps.InfoWindow({content: $l6649b621033ae95a2e9da0dd9c99fa48});google.maps.event.addListener(m_6649b621033ae95a2e9da0dd9c99fa48, 'click', function() {infowindow.open(map,m_6649b621033ae95a2e9da0dd9c99fa48);});$marker.push(m_6649b621033ae95a2e9da0dd9c99fa48);}});}google.maps.event.addDomListener(window, 'load', initialize);