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(35.1472,-90.0388)};var g_086a3f98ee71c9f3390554976619cf82 = new google.maps.Geocoder();g_086a3f98ee71c9f3390554976619cf82.geocode( { 'address': "636 Poplar Ave, Memphis, TN 38105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-american-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-american-loan-co'), mapOptions);}document.getElementById('4aea5daa').innerHTML += ' | View Map';var $l086a3f98ee71c9f3390554976619cf82 = '

American Loan Co

Address: 636 Poplar Ave, Memphis, TN 38105, USA
Phone: (901) 526-5541
';var m_086a3f98ee71c9f3390554976619cf82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Loan Co',});m_086a3f98ee71c9f3390554976619cf82['infowindow'] = new google.maps.InfoWindow({content: $l086a3f98ee71c9f3390554976619cf82});var infowindow = new google.maps.InfoWindow({content: $l086a3f98ee71c9f3390554976619cf82});google.maps.event.addListener(m_086a3f98ee71c9f3390554976619cf82, 'click', function() {infowindow.open(map,m_086a3f98ee71c9f3390554976619cf82);});$marker.push(m_086a3f98ee71c9f3390554976619cf82);}});}google.maps.event.addDomListener(window, 'load', initialize);