Logo
Creative Financial Staffing

Construction Accountant

Creative Financial Staffing, Miami, Florida, United States, 33133

Save Job

Construction Accountant

Location: Coconut Grove (Monday-Friday in office)

Annual Salary: $85, 000-$95,000 Why work at this company as a Construction Accountant?

* On the job training

* Supportive office environment with cohesive community culture

* Promote from within culture

* Lots of growth

* Full benefits package including medical, dental, and PTO

Responsibilities of the Construction Accountant:

* Manage financial aspects of construction projects

* Track expenses, WIP, job costing

* Analyze budgets and manage cash flow

* Balance sheets, Accruals, Fixed Asset schedules

* Month end close

* Support financial modeling for new development properties

Requirements of the Construction Accountant:

* 2+ years full cycle accounting experience

* Construction industry exposure

* Bachelor's Degree in Accounting

#LI-EA3

#INJAN2025

#ZRCFS

#LI-ONSITE

Construction Accountant

Construction Accountant

Construction Accountant

Construction Accountant EB-1484281065 document.addEventListener('DOMContentLoaded', () => { const root = document.querySelector('#job_desc'); if (!root) return; // Skip wrapping if we've already done it if (root.dataset.hashtagsWrapped === "1") return; const SKIP = new Set(['SCRIPT','STYLE']); const walker = document.createTreeWalker(root, NodeFilter.SHOW_TEXT, { acceptNode(node) { if (!node.nodeValue || !node.nodeValue.match(/#[\p{L}\p{N}_]+/u)) return NodeFilter.FILTER_REJECT; // Avoid wrapping inside an existing hashtag span let p = node.parentNode; while (p && p !== root) { if (p.nodeType === 1 && p.hasAttribute('data-hashtag')) return NodeFilter.FILTER_REJECT; if (SKIP.has(p.nodeName)) return NodeFilter.FILTER_REJECT; p = p.parentNode; } return NodeFilter.FILTER_ACCEPT; } }); const re = /#[\p{L}\p{N}_-]+/gu; function wrapTextNode(textNode) { const text = textNode.nodeValue; re.lastIndex = 0; let m, last = 0; const frag = document.createDocumentFragment(); while ((m = re.exec(text)) !== null) { // preceding plain text if (m.index > last) frag.appendChild(document.createTextNode(text.slice(last, m.index))); // hashtag span const span = document.createElement('span'); span.textContent = m[0]; span.setAttribute('data-hashtag', '1'); // idempotence guard span.setAttribute('style', 'font-size:9px;color:#fff'); // requested inline style frag.appendChild(span); last = re.lastIndex; } // trailing plain text if (last