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.0988,-89.8382)};var g_ef73ec53114d6a24308544f5e70cb8ca = new google.maps.Geocoder();g_ef73ec53114d6a24308544f5e70cb8ca.geocode( { 'address': "6750 Poplar Ave #820, Memphis, TN 38138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-primelending-a-plainscapital-company').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-primelending-a-plainscapital-company'), mapOptions);}document.getElementById('8da4d051').innerHTML += ' | View Map';var $lef73ec53114d6a24308544f5e70cb8ca = '

PrimeLending, A PlainsCapital Company

Address: 6750 Poplar Ave #820, Memphis, TN 38138, USA
Phone: (901) 416-9570
';var m_ef73ec53114d6a24308544f5e70cb8ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PrimeLending, A PlainsCapital Company',});m_ef73ec53114d6a24308544f5e70cb8ca['infowindow'] = new google.maps.InfoWindow({content: $lef73ec53114d6a24308544f5e70cb8ca});var infowindow = new google.maps.InfoWindow({content: $lef73ec53114d6a24308544f5e70cb8ca});google.maps.event.addListener(m_ef73ec53114d6a24308544f5e70cb8ca, 'click', function() {infowindow.open(map,m_ef73ec53114d6a24308544f5e70cb8ca);});$marker.push(m_ef73ec53114d6a24308544f5e70cb8ca);}});}google.maps.event.addDomListener(window, 'load', initialize);