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.1333,-89.9708)};var g_f1f6d9f111dd1f5a4498fa1d38be78c8 = new google.maps.Geocoder();g_f1f6d9f111dd1f5a4498fa1d38be78c8.geocode( { 'address': "46 Flicker St, Memphis, TN 38104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-mid-south-home-buyers').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-mid-south-home-buyers'), mapOptions);}document.getElementById('30407d34').innerHTML += ' | View Map';var $lf1f6d9f111dd1f5a4498fa1d38be78c8 = '

Mid South Home Buyers

Address: 46 Flicker St, Memphis, TN 38104, USA
Phone: (901) 217-4663
';var m_f1f6d9f111dd1f5a4498fa1d38be78c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid South Home Buyers',});m_f1f6d9f111dd1f5a4498fa1d38be78c8['infowindow'] = new google.maps.InfoWindow({content: $lf1f6d9f111dd1f5a4498fa1d38be78c8});var infowindow = new google.maps.InfoWindow({content: $lf1f6d9f111dd1f5a4498fa1d38be78c8});google.maps.event.addListener(m_f1f6d9f111dd1f5a4498fa1d38be78c8, 'click', function() {infowindow.open(map,m_f1f6d9f111dd1f5a4498fa1d38be78c8);});$marker.push(m_f1f6d9f111dd1f5a4498fa1d38be78c8);}});}google.maps.event.addDomListener(window, 'load', initialize);