{"id":138,"date":"2026-08-19T00:09:19","date_gmt":"2026-08-19T00:09:19","guid":{"rendered":"https:\/\/www.mrappliance.com\/locations\/indiana\/"},"modified":"2026-08-19T00:09:19","modified_gmt":"2026-08-19T00:09:19","slug":"indiana","status":"publish","type":"nbly_state","link":"https:\/\/www.mrappliance.com\/locations\/indiana\/","title":{"rendered":"Indiana"},"content":{"rendered":"\n                <section class=\"wp-block-nbly-headline\">\n                    <div class=\"nbly-block-container\">\n                        <h1>Appliance Repair Services in Indiana | Mr. Appliance\u00ae<\/h1>\n                    <\/div>\n                <\/section>\n            \n\n<section class=\"wp-block-nbly-locations\">\n\t\t\t<div class=\"nbly-block-container\">\n\t\t\t\t<div id=\"map\" role=\"presentation\"><\/div>\n                    <script>\n                        (g=>{var h,a,k,p=\"The Google Maps JavaScript API\",c=\"google\",l=\"importLibrary\",q=\"__ib__\",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement(\"script\"));e.set(\"libraries\",[...r]+\"\");for(k in g)e.set(k.replace(\/[A-Z]\/g,t=>\"_\"+t[0].toLowerCase()),g[k]);e.set(\"callback\",c+\".maps.\"+q);a.src=`https:\/\/maps.${c}apis.com\/maps\/api\/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+\" could not load.\"));a.nonce=m.querySelector(\"script[nonce]\")?.nonce||\"\";m.head.append(a)}));d[l]?console.warn(p+\" only loads once. Ignoring:\",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})({\n                            key: \"AIzaSyB5EWlTnMdPZcDx7yk_VevuESgWVCwNEZ4\",\n                            v: \"weekly\",\n                        });\n                    <\/script>\n                    <script src=\"https:\/\/unpkg.com\/@googlemaps\/markerclusterer\/dist\/index.min.js\"><\/script>\n                    <script>\n                        async function initMap() {\n                            const { Map, InfoWindow } = await google.maps.importLibrary(\"maps\");\n                            const { AdvancedMarkerElement, PinElement } = await google.maps.importLibrary(\"marker\",);\n                            const map = new google.maps.Map(document.getElementById(\"map\"), {\n                                zoom: 3,\n                                center: { lat: -28.024, lng: 140.887 },\n                                streetViewControl: false,\n                                fullscreenControl: false,\n                                mapTypeControl: false,\n                                mapId: \"fe7cac85af94d16c\",\n                            });\n                            const infoWindow = new google.maps.InfoWindow({\n                                content: \"\",\n                                disableAutoPan: true,\n                            });\n                            const labels = \"ABCDEFGHIJKLMNOPQRSTUVWXYZ\";\n                            const locations = [{ title: \"Mr. Appliance of Shelbyville-Lawrenceburg\", address: \"Batesville, IN, 47006\",phone: \"8123127780\",url: \"https:\/\/www.mrappliance.com\/locations\/indiana\/batesville\/\",lat: 39.265, lng: -85.231 },{ title: \"Mr. Appliance of West Central Indiana\", address: \"Crawfordsville, IN, 47933\",phone: \"7655604164\",url: \"https:\/\/www.mrappliance.com\/locations\/indiana\/crawfordsville\/\",lat: 40.038, lng: -86.900 },{ title: \"Mr. Appliance of Indianapolis\", address: \"Indianapolis, IN, 46240\",phone: \"3174830602\",url: \"https:\/\/www.mrappliance.com\/locations\/indiana\/indianapolis\/\",lat: 39.917, lng: -86.102 },{ title: \"Mr. Appliance of Brownsburg\", address: \"Brownsburg, IN, 46112\",phone: \"3173005556\",url: \"https:\/\/www.mrappliance.com\/locations\/indiana\/brownsburg\/\",lat: 39.849, lng: -86.398 },{ title: \"Mr. Appliance of Columbus, IN\", address: \"Whiteland, IN, 46184\",phone: \"8123022918\",url: \"https:\/\/www.mrappliance.com\/locations\/indiana\/whiteland\/\",lat: 39.554, lng: -86.063 },{ title: \"Mr. Appliance of North Central Indiana\", address: \"Elkhart, IN, 46516\",phone: \"5743496696\",url: \"https:\/\/www.mrappliance.com\/locations\/indiana\/elkhart\/\",lat: 41.679, lng: -85.941 },{ title: \"Mr. Appliance of Valparaiso\", address: \"Valparaiso, IN, 46385\",phone: \"2193862055\",url: \"https:\/\/www.mrappliance.com\/locations\/indiana\/valparaiso\/\",lat: 41.470, lng: -87.120 },];\n                            const markers = locations.map((position, i) => {\n                            const label = labels[i % labels.length];\n                            \n                            const markerImg = document.createElement(\"img\");\n                            markerImg.src = \"https:\/\/www.mrappliance.com\/locations\/wp-content\/themes\/nbly\/brands\/mra\/images\/map-view.svg\";\n                            markerImg.alt = \"\";\n                            markerImg.setAttribute(\"height\", \"30px\");\n                            markerImg.setAttribute(\"width\", \"30px\");\n        \n                            const _marker = new google.maps.LatLng(position.lat, position.lng); \n                                const marker = new google.maps.marker.AdvancedMarkerElement({\n                                    position: _marker,\n                                    content: markerImg,\n                                    title: position.title,\n                                });\n                            marker.addListener(\"click\", () => {\n                                infoWindow.setContent(\"<div class='modal-body'><div class='modal-heading'>\" + position.title + \"<\/div><div class='modal-text'>\" + position.address + \"<\/div><div class='modal-cta'><a href='tel:\" + position.phone + \"'>\" + nblyFormatPhoneNumber(position.phone) + \"<\/a><a href='\/schedule-service\/'>Easy Online Booking<\/a><a href='\" + position.url + \"'>Website<\/a><\/div><\/div>\");\n                                infoWindow.open(map, marker);\n                                map.setCenter(marker.position);\n                            });\n                        \n                            return marker;\n                        });\n\n                        const markerCluster = new markerClusterer.MarkerClusterer({ markers, map });\n\n                        let bounds = new google.maps.LatLngBounds();\n                        locations.forEach(function(LatLng) {\n                            bounds.extend(LatLng);\n                        });\n                        \n                        map.fitBounds(bounds);\n                        if (markers.length == 1) \n                            map.setOptions({maxZoom: 9});\n                        }\n\n                        initMap();\n                    <\/script>\n            <\/div>\n        <\/section><section class=\"wp-block-nbly-city-list\">\n                            <div class=\"nbly-block-container\">\n                                <h2>Cities Serviced in Indiana<\/h2>\n                                <ul><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/arlington\/\">Arlington<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/avon\/\">Avon<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/beech-grove\/\">Beech Grove<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/bentonville\/\">Bentonville<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/beverly-shores\/\">Beverly Shores<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/columbus-in\/geo\/bloomington\/\">Bloomington<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/brownsburg\/\">Brownsburg<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/burns-harbor\/\">Burns Harbor<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/carmel\/\">Carmel<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/clarks-hill\/\">Clarks Hill<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/clermont\/\">Clermont<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/crawfordsville\/\">Crawfordsville<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/cumberland\/\">Cumberland<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/danville\/\">Danville<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/north-central-indiana\/geo\/elkhart\/\">Elkhart<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/falmouth\/\">Falmouth<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/fishers\/\">Fishers<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/north-central-indiana\/geo\/goshen\/\">Goshen<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/north-central-indiana\/geo\/granger\/\">Granger<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/greenfield\/\">Greenfield<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/greenwood\/\">Greenwood<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/kingman\/\">Kingman<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/laurel\/\">Laurel<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/marshall\/\">Marshall<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/mccordsville\/\">McCordsville<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/meridian-hills\/\">Meridian Hills<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/north-central-indiana\/geo\/mishawaka\/\">Mishawaka<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/mooresville\/\">Mooresville<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/new-palestine\/\">New Palestine<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/noblesville\/\">Noblesville<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/north-crows-nest\/\">North Crows Nest<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/ogden-dunes\/\">Ogden Dunes<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/plainfield\/\">Plainfield<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/north-central-indiana\/geo\/south-bend\/\">South Bend<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/speedway\/\">Speedway<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/st-mary-of-the-woods\/\">St. Mary of the Woods<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/st-paul\/\">St. Paul<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/waynetown\/\">Waynetown<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/west-lafayette\/\">West Lafayette<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/westfield\/\">Westfield<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/columbus-in\/geo\/whiteland\/\">Whiteland<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/locations\/indiana\/whitestown\/\">Whitestown<\/a><\/li><li><a href=\"https:\/\/www.mrappliance.com\/indianapolis\/geo\/zionsville\/\">Zionsville<\/a><\/li><\/ul>\n                <\/div>\n                <\/section>\n                <section class=\"wp-block-nbly-tagline\">\n                    <div class=\"nbly-block-container\">\n                        <h2>Appliance Repair in Indiana<\/h2>\n                    <\/div>\n                <\/section>\n            \n\n\n                <section class=\"wp-block-nbly-call-out-blocks\">\n                    <div class=\"nbly-block-container \">\n                        <div class=\"wp-block-nbly-call-out-blocks-content\">\n                        <h2>Appliance Repair Services Done Right<\/h2>\n                        <ul class=\"wp-block-nbly-call-out-blocks-list\">\n                            \n            <li class=\"wp-block-nbly-call-out-block\">\n                <div class=\"wp-block-nbly-call-out-blocks-item-header\">\n                    <div class=\"nbly-call-out-blocks-icon icon-check\" aria-hidden=\"true\"><\/div>\n                    <h3>Local Appliance Repair Service Professionals<\/h3>\n                <\/div>\n                <div class=\"wp-block-nbly-call-out-blocks-item-content\">\n                    \n                        <p class=\"nbly-paragraph\">Our trusted local Mr. Appliance service professionals arrive on time, in uniform, and focused on resolving your appliance issue as quickly and thoroughly as possible.<\/p>\n                    \n                <\/div>\n            <\/li>\n        \n            <li class=\"wp-block-nbly-call-out-block\">\n                <div class=\"wp-block-nbly-call-out-blocks-item-header\">\n                    <div class=\"nbly-call-out-blocks-icon icon-check\" aria-hidden=\"true\"><\/div>\n                    <h3>Clear, Upfront Pricing for Every Repair<\/h3>\n                <\/div>\n                <div class=\"wp-block-nbly-call-out-blocks-item-content\">\n                    \n                        <p class=\"nbly-paragraph\">With Mr. Appliance, you receive clear, flat-rate quotes rather than hourly billing, so there are no surprises when your repair is complete.<\/p>\n                    \n                <\/div>\n            <\/li>\n        \n            <li class=\"wp-block-nbly-call-out-block\">\n                <div class=\"wp-block-nbly-call-out-blocks-item-header\">\n                    <div class=\"nbly-call-out-blocks-icon icon-check\" aria-hidden=\"true\"><\/div>\n                    <h3>Backed by the Neighborly Done Right Promise<\/h3>\n                <\/div>\n                <div class=\"wp-block-nbly-call-out-blocks-item-content\">\n                    \n                        <p class=\"nbly-paragraph\">Your local Mr. Appliance is independently owned and operated and connected to a national franchise network dedicated to quality appliance repair services.<\/p>\n                    \n                <\/div>\n            <\/li>\n        \n                        <\/ul>\n                    <\/div>\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" src=\"https:\/\/www.mrappliance.com\/locations\/wp-content\/uploads\/2026\/08\/mra-state-local-appliance-repair-1.webp\" class=\"wp-image-97\" alt=\"Mr. Appliance service professional inspecting an appliance.\" srcset=\"https:\/\/www.mrappliance.com\/locations\/wp-content\/uploads\/2026\/08\/mra-state-local-appliance-repair-1.webp 1024w, https:\/\/www.mrappliance.com\/locations\/wp-content\/uploads\/2026\/08\/mra-state-local-appliance-repair-1-300x200.webp 300w, https:\/\/www.mrappliance.com\/locations\/wp-content\/uploads\/2026\/08\/mra-state-local-appliance-repair-1-768x513.webp 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div>\n                <\/section>\n            \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                <section class=\"wp-block-nbly-accordion\">\n                    <div class=\"nbly-block-container\">\n                        <div class=\"wp-block-nbly-accordion-header\">\n                            <h2>Frequently Asked Questions About Appliance Repair Services in Indiana<\/h2>\n                            <p>For over 25 years, Mr. Appliance professionals have been helping homeowners and businesses repair, maintain, and enhance their spaces. We are a one-stop solution for everything on your to-do list. This includes answering your questions about home repairs, maintenance, and improvements. Here are answers to some of your most frequently asked questions about appliance repair services in Indiana.  <\/p>\n                        <\/div>\n                        <ul class=\"wp-block-nbly-accordion-list\">\n                            \n            <li class=\"wp-block-nbly-accordion-item\">\n                <button class=\"wp-block-nbly-accordion-item-title\" aria-expanded=\"true\">\n                    <h3>Which appliances can Mr. Appliance service professionals repair in Indiana?<\/h3>\n                    <div><\/div>\n                <\/button>\n                <div class=\"wp-block-nbly-accordion-item-content\">\n                    <p class=\"nbly-paragraph\">Homeowners in Indiana can count on Mr. Appliance to repair most major household appliances, including refrigerators, washing machines, dryers, ovens, and dishwashers. The appliance repair services available in Indiana cover most kitchen and laundry appliances. Your service professional will diagnose the fault, explain what is needed, and complete the repair using quality parts, all backed by a one-year warranty on parts and labor. Mr. Appliance service professionals provide flat-rate, upfront pricing on all appliance repair services, so you know exactly what the repair will cost before any work begins. Scheduling appliance repair in Indiana with your local Mr. Appliance is quick and easy.<\/p>\n                <\/div>\n            <\/li>\n        \n            <li class=\"wp-block-nbly-accordion-item\">\n                <button class=\"wp-block-nbly-accordion-item-title\" aria-expanded=\"true\">\n                    <h3>How do I know if my appliance should be repaired or replaced?<\/h3>\n                    <div><\/div>\n                <\/button>\n                <div class=\"wp-block-nbly-accordion-item-content\">\n                    <p class=\"nbly-paragraph\">In the majority of situations, repairing an appliance makes sense when the cost is under 50 percent of replacement and the appliance still has several good years of use remaining. The age and condition of the appliance matter significantly. A refrigerator less than eight years old with a single fault is often worth repairing, while an older unit with recurring issues may cost more to maintain than to replace. A diagnostic from a local appliance repair company gives you the facts before you decide. All Mr. Appliance repairs come with a one-year warranty on parts and labor, so you can move forward with a reliable appliance repair knowing the work is guaranteed. If you are weighing repair against replacement, contact your local Mr. Appliance in Indiana to get the facts from a qualified service professional.<\/p>\n                <\/div>\n            <\/li>\n        \n            <li class=\"wp-block-nbly-accordion-item\">\n                <button class=\"wp-block-nbly-accordion-item-title\" aria-expanded=\"true\">\n                    <h3>How does the appliance repair process work with Mr. Appliance in Indiana?<\/h3>\n                    <div><\/div>\n                <\/button>\n                <div class=\"wp-block-nbly-accordion-item-content\">\n                    <p class=\"nbly-paragraph\">The appliance repair process in Indiana typically begins with a diagnostic visit where the service professional assesses the appliance, and identifies the fault. Your local Mr. Appliance service professional arrives fully equipped to handle a wide range of appliance repair services in Indiana. After diagnosing the fault, they explain the issue in plain language, and provide a flat-rate quote. Most repairs are completed the same day. Mr. Appliance appliance repair services in Indiana are backed by a one-year parts and labor warranty and the Neighborly Done Right Promise\u00ae, giving homeowners added confidence after the repair is complete.  Homeowners in Indiana can book professional appliance repair services by reaching out to their local Mr. Appliance today.<\/p>\n                <\/div>\n            <\/li>\n        \n            <li class=\"wp-block-nbly-accordion-item\">\n                <button class=\"wp-block-nbly-accordion-item-title\" aria-expanded=\"true\">\n                    <h3>How can I schedule appliance repair near me in Indiana?<\/h3>\n                    <div><\/div>\n                <\/button>\n                <div class=\"wp-block-nbly-accordion-item-content\">\n                    <p class=\"nbly-paragraph\">The first step for professional appliance repair in Indiana is contacting your local Mr. Appliance. Provide your appliance brand, model number, and details about the issue so they can review appointment availability. Appliance breakdowns rarely happen at a convenient time. When a washing machine, refrigerator, oven, or other household appliance fails, homeowners searching for appliance repair near me, appliance repair in my area, or reliable appliance repair want clear next steps and timely service. Mr. Appliance service professionals can diagnose a wide range of appliance faults and may be able to complete the repair in a single visit when parts are available. Mr. Appliance appliance repair services are backed by a one-year parts and labor warranty and the Neighborly Done Right Promise\u00ae, helping homeowners feel confident in the repair after the appointment is complete. To schedule appliance repair service in Indiana, contact your local Mr. Appliance to confirm availability and ask whether emergency appliance repair is offered.<\/p>\n                <\/div>\n            <\/li>\n        \n                        <\/ul>\n                    <\/div>\n                <\/section>\n            <script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Which appliances can Mr. Appliance service professionals repair in Indiana?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Homeowners in Indiana can count on Mr. Appliance to repair most major household appliances, including refrigerators, washing machines, dryers, ovens, and dishwashers. The appliance repair services available in Indiana cover most kitchen and laundry appliances. Your service professional will diagnose the fault, explain what is needed, and complete the repair using quality parts, all backed by a one-year warranty on parts and labor. Mr. Appliance service professionals provide flat-rate, upfront pricing on all appliance repair services, so you know exactly what the repair will cost before any work begins. Scheduling appliance repair in Indiana with your local Mr. Appliance is quick and easy.\"}},{\"@type\":\"Question\",\"name\":\"How do I know if my appliance should be repaired or replaced?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"In the majority of situations, repairing an appliance makes sense when the cost is under 50 percent of replacement and the appliance still has several good years of use remaining. The age and condition of the appliance matter significantly. A refrigerator less than eight years old with a single fault is often worth repairing, while an older unit with recurring issues may cost more to maintain than to replace. A diagnostic from a local appliance repair company gives you the facts before you decide. All Mr. Appliance repairs come with a one-year warranty on parts and labor, so you can move forward with a reliable appliance repair knowing the work is guaranteed. If you are weighing repair against replacement, contact your local Mr. Appliance in Indiana to get the facts from a qualified service professional.\"}},{\"@type\":\"Question\",\"name\":\"How does the appliance repair process work with Mr. Appliance in Indiana?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The appliance repair process in Indiana typically begins with a diagnostic visit where the service professional assesses the appliance, and identifies the fault. Your local Mr. Appliance service professional arrives fully equipped to handle a wide range of appliance repair services in Indiana. After diagnosing the fault, they explain the issue in plain language, and provide a flat-rate quote. Most repairs are completed the same day. Mr. Appliance appliance repair services in Indiana are backed by a one-year parts and labor warranty and the Neighborly Done Right Promise\\u00ae, giving homeowners added confidence after the repair is complete. Homeowners in Indiana can book professional appliance repair services by reaching out to their local Mr. Appliance today.\"}},{\"@type\":\"Question\",\"name\":\"How can I schedule appliance repair near me in Indiana?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The first step for professional appliance repair in Indiana is contacting your local Mr. Appliance. Provide your appliance brand, model number, and details about the issue so they can review appointment availability. Appliance breakdowns rarely happen at a convenient time. When a washing machine, refrigerator, oven, or other household appliance fails, homeowners searching for appliance repair near me, appliance repair in my area, or reliable appliance repair want clear next steps and timely service. Mr. Appliance service professionals can diagnose a wide range of appliance faults and may be able to complete the repair in a single visit when parts are available. Mr. Appliance appliance repair services are backed by a one-year parts and labor warranty and the Neighborly Done Right Promise\\u00ae, helping homeowners feel confident in the repair after the appointment is complete. To schedule appliance repair service in Indiana, contact your local Mr. Appliance to confirm availability and ask whether emergency appliance repair is offered.\"}}],\"@id\":\"https:\/\/www.mrappliance.com\/locations\/indiana\/#faq\"}<\/script>\n\n\n\n\n\n\n\n\n\n<section class=\"wp-block-discover-neighborly\">\n                        <div class=\"nbly-block-container\">\n                            <div class=\"discover-logos\">\n                                <a href=\"\/\" target=\"_blank\" title=\"Mr. Appliance - opens in new tab\">\n                                    <img decoding=\"async\" src=\"https:\/\/www.mrappliance.com\/locations\/wp-content\/themes\/nbly\/brands\/mra\/images\/footer-logo.svg\" alt=\"Mr. Appliance Logo\" loading=\"lazy\" \/>\n                                <span class=\"screen-reader-text\"> (opens in a new window)<\/span><\/a>\n                                <div><\/div>\n                                <a href=\"https:\/\/www.neighborly.com\/\" target=\"_blank\" title=\"Neighborly - opens in new tab\">\n                                    <img decoding=\"async\" src=\"\/locations\/wp-content\/themes\/nbly\/assets\/images\/nbly-logo-tagline.svg\" alt=\"Neighborly logo with tagline\" loading=\"lazy\" \/>\n                                <span class=\"screen-reader-text\"> (opens in a new window)<\/span><\/a>\n                            <\/div>\n                            <div class=\"discover-tagline\">\n                                Mr. Appliance is part of the Neighborly family of home and commercial service providers.\n                            <\/div>\n                            <p>\n                                Searching through dozens of home and commercial service providers is a thing of the past. Rely on Neighborly\u2019s national network of trusted, local service professionals for all your home and commercial service needs.\n                            <\/p>\n                            <div class=\"discover-lower\">\n                                <div class=\"discover-lower-container\">\n                                    <div>Neighborly is all you need to remember<\/div>\n                                    <div>\n                                        <a href=\"https:\/\/www.neighborly.com\/\" class=\"primary-btn\" target=\"_blank\" title=\"Discover Neighborly - opens in new tab\">\n                                            Discover Neighborly\n                                            <svg>\n                                                <use xlink:href=\"\/locations\/wp-content\/themes\/nbly\/assets\/images\/hero-icon-sprite.svg#arrow-small-right-white\"><\/use>\n                                            <\/svg>\n                                        <span class=\"screen-reader-text\"> (opens in a new window)<\/span><\/a>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"discover-lower-container\" >\n                                    <div>Download the App<\/div>\n                                    <div>\n                                        <a href=\"https:\/\/apps.apple.com\/us\/app\/neighborly-find-home-services\/id1504241093\" class=\"primary-btn\" target=\"_blank\" title=\"App Store - opens in new tab\">\n                                            <img decoding=\"async\" src=\"\/locations\/wp-content\/themes\/nbly\/assets\/images\/apple.svg\" alt=\"\" loading=\"lazy\" \/>\n                                            App Store\n                                        <span class=\"screen-reader-text\"> (opens in a new window)<\/span><\/a>\n                                        <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.nbly.custapp\" class=\"primary-btn\" target=\"_blank\" title=\"Google Play Store - opens in new tab\">\n                                            <img decoding=\"async\" src=\"\/locations\/wp-content\/themes\/nbly\/assets\/images\/google-play.svg\" alt=\"\" loading=\"lazy\" \/>\n                                            Google Play Store\n                                        <span class=\"screen-reader-text\"> (opens in a new window)<\/span><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-138","nbly_state","type-nbly_state","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.mrappliance.com\/locations\/wp-json\/wp\/v2\/nbly_state\/138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mrappliance.com\/locations\/wp-json\/wp\/v2\/nbly_state"}],"about":[{"href":"https:\/\/www.mrappliance.com\/locations\/wp-json\/wp\/v2\/types\/nbly_state"}],"author":[{"embeddable":true,"href":"https:\/\/www.mrappliance.com\/locations\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mrappliance.com\/locations\/wp-json\/wp\/v2\/comments?post=138"}],"version-history":[{"count":0,"href":"https:\/\/www.mrappliance.com\/locations\/wp-json\/wp\/v2\/nbly_state\/138\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.mrappliance.com\/locations\/wp-json\/wp\/v2\/media?parent=138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}