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.0493,-89.8801)};var g_83e0979a4610311bf9bf49de7d6f7453 = new google.maps.Geocoder();g_83e0979a4610311bf9bf49de7d6f7453.geocode( { 'address': "5507 Winchester Rd #12, Memphis, TN 38115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-assured-real-estate-services').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-assured-real-estate-services'), mapOptions);}document.getElementById('de5c5d3b').innerHTML += ' | View Map';var $l83e0979a4610311bf9bf49de7d6f7453 = '

Assured Real Estate Services

Address: 5507 Winchester Rd #12, Memphis, TN 38115, USA
Phone: (901) 590-1527
';var m_83e0979a4610311bf9bf49de7d6f7453 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assured Real Estate Services',});m_83e0979a4610311bf9bf49de7d6f7453['infowindow'] = new google.maps.InfoWindow({content: $l83e0979a4610311bf9bf49de7d6f7453});var infowindow = new google.maps.InfoWindow({content: $l83e0979a4610311bf9bf49de7d6f7453});google.maps.event.addListener(m_83e0979a4610311bf9bf49de7d6f7453, 'click', function() {infowindow.open(map,m_83e0979a4610311bf9bf49de7d6f7453);});$marker.push(m_83e0979a4610311bf9bf49de7d6f7453);}});}google.maps.event.addDomListener(window, 'load', initialize);