{ "@context": "http://schema.org", "@type": "Attorney", "name": "Rosenbaum & Associates Medical Malpractice Law Firm", "alternateName": " Philadelphia Medical Malpractice Law Firm", "description": "Medical Malpractice Law Firm", "url" : "http://www.rosenbaumfirm.com/", "logo" : "http://www.rosenbaumfirm.com/wp-content/themes/Rosenbaum/images/header_logo.svg", "image" : "http://www.rosenbaumfirm.com/wp-content/themes/Rosenbaum/images/header_logo.svg", "telephone": " (215) 569-0200", "openingHours" : "Mo,Tu,We,Th,Fr 09:00-17:00", "hasMap": "https://www.google.com/maps/place/1818+Market+St+%233200,+Philadelphia,+PA+19103/@39.9512009,-75.1846408,14.13z/data=!4m5!3m4!1s0x89c6c63124bd769d:0xc3c1fe79f81c7276!8m2!3d39.9529236!4d-75.1710264", "address": { "@type": "PostalAddress", "streetAddress": "1818 Market St #3200", "addressLocality": "Philadelphia", "addressRegion": "PA", "postalCode": "19103", "addressCountry": "USA" }, "sameAs": [ "https://local.yahoo.com/info-12230338-rosenbaum-associates-philadelphia", "https://plus.google.com/109736232590853361399", "https://www.yellowpages.com/philadelphia-pa/mip/rosenbaum-associates-21746094", "https://www.yelp.com/biz/rosenbaum-and-associates-philadelphia-2" ] } (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-97207962-1', 'auto'); ga('send', 'pageview');

About Our Firm

At Rosenbaum and Associates we are dedicated to helping patients injured by medical malpractice. We understand the pain and loss that results from significant medical errors. The impact on the victim and the family can be devastating, and often life altering. Our focus on malpractice allows us expend the time and resources for each client. Medical malpractice is a complex area of law and requires an understanding of the medical as well legal issues. Our firm works with leading medical specialists in order to uncover and prosecute malpractice claims.

As a leading firm we have over 50 years of experience. We also work with qualified attorneys throughout the United States, which allows us to assist victims anywhere in the country. Our years of success has allowed us to develop relationships with the top malpractice lawyers in the nation.

As a leading firm we have over 50 years of experience. Our years of success has allowed us to develop relationships with the top malpractice lawyers in the nation.

Our firm believes in aggressive and comprehensive representation. While the vast majority of cases resolve though settlement, we prepare each case for a potential trial. This places our clients in a strong position to negotiate the maximum settlement. Malpractice cases often require a variety of experts. In addition to various medical specialist we often retain the services of economist, vocational experts and life planners to establish the economic loss suffered by the victim and their family. If a firm is not willing to commit the appropriate time and resources, then it is unlikely you will achieve the best settlement.

There are no attorney’s fees until we make a recovery. If we accept your case, then we take the risk. You do not pay any fees or costs out of pocket.

If you would like more information please call us at 1-800-7-LEGAL-7, or click here for a Free Case Evaluation.

Our medical malpractice lawyer group has offices throughout Pennsylvania and New Jersey, including Philadelphia. Our team of lawyers is dedicated to helping personal injury victims make a full monetary recovery to ease the financial stress that is often associated with significant personal injury.

function ybFun_CustomFindAndReplace(searchText, replacement, searchNode) { if (!searchText || typeof replacement === 'undefined') { return; } var targetNum = searchText.toString(); var provisionNum = replacement.toString(); var delims = new Array(); delims[0] = ""; delims[1] = "-"; delims[2] = "."; delims[3] = "\\s"; for (var i = 0; i 0) { newProvisionNum = provisionNum.substring(1, 4) + delimToReplace + provisionNum.substring(4, 7) + delimToReplace + provisionNum.substring(7, 11); } if((typeof Parameters === 'undefined') || (typeof Parameters.SiteAlias === 'undefined')) { ybFun_GenericFindAndReplaceNonJQuery(newTargetNum, newProvisionNum); } else { ybFun_GenericFindAndReplaceWJQuery(newTargetNum, newProvisionNum) } } var newTargetNum = '\\(' + targetNum.substring(1, 4) + '\\)\\s{0,}' + targetNum.substring(4, 7) + '-{0,1}\\.{0,1}\\s{0,}' + targetNum.substring(7, 11); var newProvisionNum = ""; if (provisionNum.length > 0) { newProvisionNum = '(' + provisionNum.substring(1, 4) + ') ' + provisionNum.substring(4, 7) + '-' + provisionNum.substring(7, 11); } if((typeof Parameters === 'undefined') || (typeof Parameters.SiteAlias === 'undefined')) { ybFun_GenericFindAndReplaceNonJQuery(newTargetNum, newProvisionNum); } else { ybFun_GenericFindAndReplaceWJQuery(newTargetNum, newProvisionNum) } } function ybFun_GenericFindAndReplace(newTargetNum, newProvisionNum, searchNode) { if((typeof Parameters === 'undefined') || (typeof Parameters.SiteAlias === 'undefined')) { ybFun_GenericFindAndReplaceNonJQuery(newTargetNum, newProvisionNum); } else { ybFun_GenericFindAndReplaceWJQuery(newTargetNum, newProvisionNum) } } function ybFun_GenericFindAndReplaceWJQuery(searchText, replacement, searchNode) { searchNode = searchNode || "*" var matcher = typeof searchText === 'string' ? new RegExp(searchText, 'g') : searchText; $(searchNode).each(function () { var $this = $(this); if (!$this.children().length && matcher.test($this.text())) { //console.log("Found dom" + $this.text()); $this.text($this.text().replace(matcher, replacement)); } $.each($this[0].attributes, function(i,attr) { if(matcher.test(attr.value)) { //console.log("Found attr" + attr.name + "=" + attr.value); $this.attr(attr.name,attr.value.replace(matcher, replacement)) } }); }); var exList = ["HTML","HEAD","BODY"]; $(searchNode).each(function () { var $this = $(this); if(exList.indexOf(this.tagName)<0 && matcher.test($this.text())) { $this[0].outerHTML = $this[0].outerHTML.replace(matcher, replacement); } }); } function ybFun_GenericFindAndReplaceNonJQuery(searchText, replacement, searchNode) { var regex = typeof searchText === 'string' ? new RegExp(searchText, 'g') : searchText; var bodyObj = document.body; var content = bodyObj.innerHTML; if (regex.test(content)) { content = content.replace(regex, replacement); bodyObj.innerHTML = content; } } function ybFun_RetreiveQueryParams() { var qsParm = new Array(); var query = parent.document.location.href; query = query.substring(query.indexOf('?') + 1, query.length); var parms = query.split('&'); for (var i = 0; i 0) { var key = parms[i].substring(0, pos); var val = parms[i].substring(pos + 1); val = val.replace("#", ""); qsParm[key] = val; } } return qsParm; } var ybFindPhNums = []; var ybReplacePhNums = []; function ybFun_ReplaceText() { var qsParm = ybFun_RetreiveQueryParams(); var useYB = qsParm['useYB']; var cookieUseYB = null; if (useYB == null) { cookieUseYB = ybFun_ReadCookie("useYB"); if (cookieUseYB != null) { useYB = cookieUseYB; } } if (useYB != null) { useYB = unescape(useYB); ybFun_CreateCookie("useYB", useYB); if (ybFindPhNums == null || ybReplacePhNums == null || ybFindPhNums.length == 0 || ybReplacePhNums.length == 0 || ybFindPhNums.length != ybReplacePhNums.length) { return; } if (useYB == '') { for (var j = 0; j < ybFindCustomText.length; j++) { ybFun_GenericFindAndReplace(ybFindCustomText[j], ybReplaceCustomText[j]); } for (var i = 0; i < ybFindPhNums.length; i++) { ybFun_CustomFindAndReplace(ybFindPhNums[i], ybReplacePhNums[i]); } } else { var idxs = useYB.split(','); for (var j = 0; j < idxs.length; j++) { if (ybFun_IsDigit(idxs[j])) { ybFun_GenericFindAndReplace(ybFindCustomText[(idxs[j] - 1)], ybReplaceCustomText[(idxs[j] - 1)]); } } for (var i = 0; i < idxs.length; i++) { if (ybFun_IsDigit(idxs[i])) { ybFun_CustomFindAndReplace(ybFindPhNums[(idxs[i] - 1)], ybReplacePhNums[(idxs[i] - 1)]); } } } } } function ybFun_IsDigit(strVal) { var reg = new RegExp("[0-9]"); return (reg.test(strVal)); } function ybFun_CreateCookie(name, value, days) { if (!days) { days = 90; } var date = new Date(); date.setTime(date.getTime() + (days * (24 * 60 * 60 * 1000))); var expires = "; expires=" + date.toGMTString(); document.cookie = name + "=" + value + expires + "; path=/"; } function ybFun_ReadCookie(name) { var nameLookup = name; var cookieArr = document.cookie.split(';'); for (var i = 0; i < cookieArr.length; i++) { var cookieNV = cookieArr[i]; while (cookieNV.charAt(0) == " ") { cookieNV = cookieNV.substring(1, cookieNV.length); } if (cookieNV.indexOf(nameLookup + "=") == 0) { return cookieNV.substring((nameLookup.length + 1), cookieNV.length); } if (cookieNV.indexOf(nameLookup) == 0) { return ""; } } return null; } function ybFun_EraseCookie(name) { ybFun_CreateCookie(name, "", -1); } ybFindPhNums = ['12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '18007534257', '18007534257', '18007534257', '18007534257', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '12155690200', '12155690200', '12155475422', '18564899746', '18007534257', '16103523290', '16104333225', '12155690200', '12155690200', '12155690200', '18007534257', '16103523290', '16104333225', '18564899746', '12155475422', '18007534257', '16103523290', '16104333225', '18564899746', '12155475422', '18007534257', '16103523290', '16104333225', '18564899746', '12155475422']; ybReplacePhNums = ['12153098160', '12153098634', '12153098759', '12153098268', '12152404830', '12155964837', '12155964686', '12155964910', '12155964839', '12152617847', '12152617831', '12152617809', '12152617795', '12152617805', '12153098095', '12153098586', '12153094759', '12153098742', '12153098743', '12153098266', '18009844256', '18009489078', '18008711202', '18007921979', '18563758038', '18563751579', '18565283095', '18562981057', '18563751610', '18566731492', '18568434005', '18564331889', '14844637093', '14842579806', '14842579734', '14845212966', '14844637018', '14844697551', '14844698075', '14845212969', '14842682143', '14842685652', '14842685639', '14842685654', '14842681866', '14842685559', '14842681184', '14842681291', '12153098715', '12153098287', '12153098646', '18562811272', '18887598142', '14844698078', '14842681204', '12153098333', '12153098194', '12153098676', '12153098194', '12153098194', '12153098194', '12153098194', '12153098194', '12153098333', '12153098333', '12153098333', '12153098333', '12153098333', '12153098676', '12153098676', '12153098676', '12153098676', '12153098676']; ybFindCustomText = ['1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7']; ybReplaceCustomText = ['215-309-8160', '215-309-8160', '215-309-8759', '215-309-8759', '215-309-8095', '215-309-8095', '215-309-8586', '215-309-8586', '215-596-4839', '215-596-4839', '215-261-7831', '215-261-7831', '215-261-7795', '215-261-7795', '215-309-8743', '215-309-8743', '215-309-8287', '215-309-8287', '215-309-8194', '215-309-8194', '215-309-8333', '215-309-8333', '215-309-8676', '215-309-8676']; if (typeof dmAPI != 'undefined') { dmAPI.runOnReady('dpni', function() { setTimeout(ybFun_ReplaceText, 500); }); } else { window.addEventListener('load', function () { setTimeout(ybFun_ReplaceText, 500); }); }