The admin console (ver 1.3.8a) provides a place to store the "Store Name, Address and Phone used on printable documents and displayed online" utilizing Config>My Store> Store Address and Phone.

There are two parts to my question.

Part One:
1. What is the name of the variable that is assigned the value I type into the text box labeled "Store Address and Phone"?
2. Where is the file located (i.e., what is the directory and file name) that contains the code that accepts the text I input for "Store Address and Phone"?

Part Two:
The contents of the above variable (I'll call it "MY Store Address and Phone" since I don't know its actual name) is displayed on the CONTACT US page.
3. Where is the file located (i.e., what is the directory and file name) that contains the code that displays "MY Store Address and Phone" on the CONTACT US page?

I have looked in:
/includes/templates/template_default/templates/tpl_contact_us_default.php
/includes/languages/english/contact_us.php
/includes/languages/english/html_includes/classic/define_contact_us.php
/includes/modules/pages/contact_us/header_php.php
/includes/modules/pages/contact_us/on_load_main.js

I'm pretty much ready to