var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(35.4264,-82.5022)};var g_017c7fe929c6726d502148626e88fa8e = new google.maps.Geocoder();g_017c7fe929c6726d502148626e88fa8e.geocode( { 'address': "4020 Hendersonville Rd, Fletcher, NC 28732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fletcher-NC-heritage-finance-company-inc').style.display = '';map = new google.maps.Map(document.getElementById('fletcher-NC-heritage-finance-company-inc'), mapOptions);}document.getElementById('55d6f4aa').innerHTML += ' | View Map';var $l017c7fe929c6726d502148626e88fa8e = '

Heritage Finance Company, Inc.

Address: 4020 Hendersonville Rd, Fletcher, NC 28732, USA
Phone: (828) 376-0620
';var m_017c7fe929c6726d502148626e88fa8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Finance Company, Inc.',});m_017c7fe929c6726d502148626e88fa8e['infowindow'] = new google.maps.InfoWindow({content: $l017c7fe929c6726d502148626e88fa8e});var infowindow = new google.maps.InfoWindow({content: $l017c7fe929c6726d502148626e88fa8e});google.maps.event.addListener(m_017c7fe929c6726d502148626e88fa8e, 'click', function() {infowindow.open(map,m_017c7fe929c6726d502148626e88fa8e);});$marker.push(m_017c7fe929c6726d502148626e88fa8e);}});}google.maps.event.addDomListener(window, 'load', initialize);