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_f5e868cb2669c6b3ee8255ae23433f37 = new google.maps.Geocoder();g_f5e868cb2669c6b3ee8255ae23433f37.geocode( { 'address': "5050 Poplar Ave, Memphis, TN 38157"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-s-c-holdings-inc').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-s-c-holdings-inc'), mapOptions);}document.getElementById('d9c83e1c').innerHTML += ' | View Map';var $lf5e868cb2669c6b3ee8255ae23433f37 = '

S & C Holdings Inc

Address: 5050 Poplar Ave, Memphis, TN 38157
Phone: (901) 683-1511
';var m_f5e868cb2669c6b3ee8255ae23433f37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S & C Holdings Inc',});m_f5e868cb2669c6b3ee8255ae23433f37['infowindow'] = new google.maps.InfoWindow({content: $lf5e868cb2669c6b3ee8255ae23433f37});var infowindow = new google.maps.InfoWindow({content: $lf5e868cb2669c6b3ee8255ae23433f37});google.maps.event.addListener(m_f5e868cb2669c6b3ee8255ae23433f37, 'click', function() {infowindow.open(map,m_f5e868cb2669c6b3ee8255ae23433f37);});$marker.push(m_f5e868cb2669c6b3ee8255ae23433f37);}});}google.maps.event.addDomListener(window, 'load', initialize);