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_c28d7fcab728585c954bfc481edb2f43 = new google.maps.Geocoder();g_c28d7fcab728585c954bfc481edb2f43.geocode( { 'address': "5050 Poplar Ave, Memphis, TN 38137"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-david-arnold-attorney').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-david-arnold-attorney'), mapOptions);}document.getElementById('3c68ea0b').innerHTML += ' | View Map';var $lc28d7fcab728585c954bfc481edb2f43 = '

David Arnold, Attorney

Address: 5050 Poplar Ave, Memphis, TN 38137
Phone: (901) 591-8800
';var m_c28d7fcab728585c954bfc481edb2f43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Arnold, Attorney',});m_c28d7fcab728585c954bfc481edb2f43['infowindow'] = new google.maps.InfoWindow({content: $lc28d7fcab728585c954bfc481edb2f43});var infowindow = new google.maps.InfoWindow({content: $lc28d7fcab728585c954bfc481edb2f43});google.maps.event.addListener(m_c28d7fcab728585c954bfc481edb2f43, 'click', function() {infowindow.open(map,m_c28d7fcab728585c954bfc481edb2f43);});$marker.push(m_c28d7fcab728585c954bfc481edb2f43);}});}google.maps.event.addDomListener(window, 'load', initialize);