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.103,-89.8615)};var g_bfef82dc86e43128a2962f60fd1538ad = new google.maps.Geocoder();g_bfef82dc86e43128a2962f60fd1538ad.geocode( { 'address': "6000 Poplar Ave #250, Memphis, TN 38119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-the-wendy-thompson-team').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-the-wendy-thompson-team'), mapOptions);}document.getElementById('b2229e38').innerHTML += ' | View Map';var $lbfef82dc86e43128a2962f60fd1538ad = '

The Wendy Thompson Team

Address: 6000 Poplar Ave #250, Memphis, TN 38119, USA
Phone: (901) 461-8858
';var m_bfef82dc86e43128a2962f60fd1538ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Wendy Thompson Team',});m_bfef82dc86e43128a2962f60fd1538ad['infowindow'] = new google.maps.InfoWindow({content: $lbfef82dc86e43128a2962f60fd1538ad});var infowindow = new google.maps.InfoWindow({content: $lbfef82dc86e43128a2962f60fd1538ad});google.maps.event.addListener(m_bfef82dc86e43128a2962f60fd1538ad, 'click', function() {infowindow.open(map,m_bfef82dc86e43128a2962f60fd1538ad);});$marker.push(m_bfef82dc86e43128a2962f60fd1538ad);}});}google.maps.event.addDomListener(window, 'load', initialize);