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.0353,-90.0226)};var g_07a7b06f9b279d0c5cccf1dc46e30511 = new google.maps.Geocoder();g_07a7b06f9b279d0c5cccf1dc46e30511.geocode( { 'address': "1241 E Raines Rd, Memphis, TN 38116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-sams-discount').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-sams-discount'), mapOptions);}document.getElementById('6524d3d9').innerHTML += ' | View Map';var $l07a7b06f9b279d0c5cccf1dc46e30511 = '

Sam's Discount

Address: 1241 E Raines Rd, Memphis, TN 38116, USA
Phone: (901) 332-4011
';var m_07a7b06f9b279d0c5cccf1dc46e30511 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sam's Discount',});m_07a7b06f9b279d0c5cccf1dc46e30511['infowindow'] = new google.maps.InfoWindow({content: $l07a7b06f9b279d0c5cccf1dc46e30511});var infowindow = new google.maps.InfoWindow({content: $l07a7b06f9b279d0c5cccf1dc46e30511});google.maps.event.addListener(m_07a7b06f9b279d0c5cccf1dc46e30511, 'click', function() {infowindow.open(map,m_07a7b06f9b279d0c5cccf1dc46e30511);});$marker.push(m_07a7b06f9b279d0c5cccf1dc46e30511);}});}google.maps.event.addDomListener(window, 'load', initialize);