SOUTH CAROLINA BANKRUPTCY ATTORNEY

Home | Page 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|20|21|22 |23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42| 43| 44| 45| 46| . . .

Attorney Karen D. Washington, Of Counsel

Address: P.O. Box 28631 Charlotte, North Carolina 28221

T: 704-644-2937

F: 704-973-0012

Email

Experience

  • Bankruptcy Filings Chapter 7, Chapter 13;
  • Debt Defense and Settlement;
  • Foreclosure Defense;
  • Civil Litigation with focus on Creditors & Debtor Rights (Combined 5 Years in South Carolina and North Carolina).

Education

The University of North Carolina (Chapel Hill), Juris Doctorate.

Lancaster University,  England, United Kingdom, Post Graduate Diploma in Law.

Leeds Metropolitan University, England, United Kingdom, Bachelor of Arts in Philosophy and Religion.


BAR ADMISSIONS\LICENSURE & ASSOCIATIONS

State Bar of North Carolina,
State Bar of South Carolina,
United States Federal Court (Western, Middle, and Eastern District of North Carolina),
United States Federal Court of South Carolina,
North Carolina Bar Association.

Background

Ms. Washington is originally from Bradford England (and of Jamaican and Kenyan descent). She participated in a study abroad program during her undergraduate studies at Spelman College in Atlanta Georgia. She relocated to the United States in 1998. She is the proud mother of a eight (8) year son and her nine (9) year pet chihauhau Bailey. Ms. Washington has been licensed in South Carolina and has practiced in the state and federal courts during the last ten (10) years. She has been licensed in North Carolina for the last five (5) years. She also has extensive experience in the area of civil litigation and collection services for both creditors and consumer debtors. For the past year now, Ms. Washington primary focus has been debt defense and bankruptcy services for both South Carolina and North Carolina clients. As of counsel for Maxwell Law Firm, PLLC she currently assists debtors with debt settlement and filing for Chapter 7 and Chapter 13 bankruptcy.

Hometown

Bradford, England (UK).

Meetings / Consultations / Appointments

If you would like to schedule your consultation with Ms. Washington please contact her directly using the information above. You may also schedule an appointment with Ms. Maxwell via our consultation page.

Areas of Practice

Income Tax Preparation
BANKRUPTCY
Traffic Tickets
FORECLOSURE DEFENSE
Business Law
North Carolina Wills



Maxwell Law Firm, PLLC is located in North Carolina and represents clients in the Following Regions: Mecklenburg County: Charlotte, Cornelius, Davidson, Huntersville, Matthews, and Mint Hill. | Union County: Hemby Bridge, Indian Trail, Lake Park, Marshville, Marvin, Mineral Springs, Monroe, Stallings, Unionville, Waxhaw, Weddington, Wesley Chapel, and Wingate. | Gaston County: Belmont, Bessemer City, Cherryville, Cramerton, Dallas, Gastonia, Lowell, and McAdenville. | Cabarrus County: Concord, Harrisburg, Kannapolis, and Midland. | Lincoln County: Denver, Iron Station, and Lincolnton. | Cleveland County: Archdale, Boiling Springs, Kings Mountain, Lawndale, Polkville, and Shelby. | Anson County: Ansonville, Burnsville, Mineral Springs, Polkton, and Wadesboro. | Stanly County: Albemarle and Locust. | Rowan County: China Grove, Landis, Rockwell, Salisbury
Copyright © of Maxwell Law Firm, PLLC, 2011 banner and logo designed by freshdesignz I Pictures by photos by kehinde
Home | Sitemap | Blog
website design & development company
GOOGLE Charlotte Bankruptcy Attorney South Carolina Bankruptcy Lawyers Tax Services Notary Public Bankruptcy Attorney Gastonia Bankruptcy Lawyer Chapter 13 schedule your appointment Traffic and Speeding Ticket Defense Reckless driving Foreclosure Defense Attorney Loan Modifications Traffic Lawyer Bankruptcy Monroe Bankruptcy Attorney Sitemap Income Tax Service Bankruptcy Terms Business Lawyer Chapter 7 Bankruptcy IRS Garnishments Payday Loans Small Business Lawyer Tax Preparation After Bankruptcy wage garnishments Traffic / speeding ticket Legal Questions and Answers Traffic Tickets Tax Information Tax Terms Traffic Attorney Business Law Traffic Q&A Garnishments Tax Audit and Collection Defense Business Disputes and Litigation Free consultations chapter 7 North Carolina Divorce Debt Relief Agency North Carolina Wills and Powers of Attorney Cabarrus traffic tickets North Carolina Bankruptcy Attorney Chapter 13 Bankruptcy Judgments
\n"; foreach ($links as $link) { if (isset($link['PostID']) && $link['PostID'] > 0) { continue; } if ($OUTPUT_DECODING) { $beforeText = ($link['BeforeText'] ? iconv('UTF-8', $OUTPUT_DECODING, $link['BeforeText']) . ' ' : ''); $afterText = ($link['AfterText'] ? ' ' . iconv('UTF-8', $OUTPUT_DECODING, $link['AfterText']) : ''); $text = iconv('UTF-8', $OUTPUT_DECODING, $link['Text']); } else { $beforeText = ($link['BeforeText'] ? $link['BeforeText'] . ' ' : ''); $afterText = ($link['AfterText'] ? ' ' . $link['AfterText'] : ''); $text = $link['Text']; } echo "
  • " . $beforeText . '' . $text . '' . $afterText . "
  • \n"; } echo ''; } } function tla_updateLocal($url, $file, $time_out) { @touch($file); if ($xml = file_get_contents_tla($url, $time_out)) { if ($handle = fopen($file, 'w')) { fwrite($handle, $xml); fclose($handle); } } } function tla_getLocal($file) { if (function_exists('file_get_contents')) { return file_get_contents($file); } $contents = ''; if ($handle = fopen($file, 'r')) { $contents = fread($handle, filesize($file) + 1); fclose($handle); } return $contents; } function file_get_contents_tla($url, $time_out) { $result = ''; $urlInfo = parse_url($url); if ($handle = @fsockopen($urlInfo['host'], 80)) { if (function_exists('socket_set_timeout')) { socket_set_timeout($handle, $time_out, 0); } else if (function_exists('stream_set_timeout')) { stream_set_timeout($handle, $time_out, 0); } fwrite($handle, 'GET ' . $urlInfo['path'] . '?' . $urlInfo['query'] . " HTTP/1.0\r\nHost: " . $urlInfo['host'] . "\r\nConnection: Close\r\n\r\n"); while (!feof($handle)) { $result .= @fread($handle, 40960); } fclose($handle); } else if (function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $time_out); curl_setopt($ch, CURLOPT_TIMEOUT, $time_out); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); $result = curl_exec($ch); curl_close($ch); } $return = ''; $capture = false; foreach (explode("\n", $result) as $line) { $char = substr(trim($line), 0, 1); if ($char == '[' || $char == '<') { $capture = true; } if ($capture) { $return .= $line . "\n"; } } return $return; } function tla_decode($str) { if (!function_exists('html_entity_decode')) { function html_entity_decode($string) { // replace numeric entities $string = preg_replace('~&#x([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string); $string = preg_replace('~&#([0-9]+);~e', 'chr(\1)', $string); // replace literal entities $trans_tbl = get_html_translation_table(HTML_ENTITIES); $trans_tbl = array_flip($trans_tbl); return strtr($string, $trans_tbl); } } if (substr($str, 0, 1) == '[') { $arr = json_decode($str, true); foreach ($arr as $i => $a) { foreach ($a as $k => $v) { $arr[$i][$k] = tla_decode_str($v); } } return $arr; } $out = ''; $retarr = ''; preg_match_all("/<(.*?)>(.*?) $retarr['BeforeText'][$i], 'URL' => $retarr['URL'][$i], 'Text' => $retarr['Text'][$i], 'AfterText' => $retarr['AfterText'][$i], ); } return $arr; } function tla_decode_str($str) { $search_ar = array('<', '>', '"'); $replace_ar = array('<', '>', '"'); return str_replace($search_ar, $replace_ar, html_entity_decode(strip_tags($str))); } tla_ads(); ?>