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.0681,-89.9576)};var g_b2fb19fe374529d3658197da0657ab0c = new google.maps.Geocoder();g_b2fb19fe374529d3658197da0657ab0c.geocode( { 'address': "6300 Poplar Ave, Memphis, TN 38119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-paragon-financial-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-paragon-financial-solutions-inc'), mapOptions);}document.getElementById('20a7afb8').innerHTML += ' | View Map';var $lb2fb19fe374529d3658197da0657ab0c = '

Paragon Financial Solutions Inc

Address: 6300 Poplar Ave, Memphis, TN 38119
Phone: (901) 273-2900
';var m_b2fb19fe374529d3658197da0657ab0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paragon Financial Solutions Inc',});m_b2fb19fe374529d3658197da0657ab0c['infowindow'] = new google.maps.InfoWindow({content: $lb2fb19fe374529d3658197da0657ab0c});var infowindow = new google.maps.InfoWindow({content: $lb2fb19fe374529d3658197da0657ab0c});google.maps.event.addListener(m_b2fb19fe374529d3658197da0657ab0c, 'click', function() {infowindow.open(map,m_b2fb19fe374529d3658197da0657ab0c);});$marker.push(m_b2fb19fe374529d3658197da0657ab0c);}});}google.maps.event.addDomListener(window, 'load', initialize);