Attorney Biography
Practice Areas
Criminal Defense (100%)


Enable Javascript in your browser to view an interactive map of this attorney’s office location.
–>
<!–
–>
// document.addEventListener(“DOMContentLoaded”, function() {
// var staticMap = document.getElementById(“staticMap”);
// var contactSection = document.getElementById(“Contact”);
// var staticMapUrl = “https://maps.googleapis.com/maps/api/staticmap?center=33.499954,-86.787484&zoom=13&size=640×300&scale=2&maptype=roadmap&markers=color:red%7C33.499954,-86.787484&key=AIzaSyC0ljugg2KC9tXVuN8D5WP4yMC2VGqGTd4”;
// if (‘IntersectionObserver’ in window && staticMap) {
// var observer = new IntersectionObserver(function(entries, observer) {
// entries.forEach(function(entry) {
// if (entry.isIntersecting) {
// if (!staticMap.src || staticMap.src.indexOf(‘maps.googleapis.com’) === -1) {
// staticMap.src = staticMapUrl;
// }
// observer.disconnect();
// }
// });
// }, { threshold: 0.1 });
// observer.observe(contactSection);
// } else {
// // Fallback: load immediately
// if (staticMap) staticMap.src = staticMapUrl;
// }
// });