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.062,-80.769)};var g_94d62689db2b07e7b9bf1cedb76d1356 = new google.maps.Geocoder();g_94d62689db2b07e7b9bf1cedb76d1356.geocode( { 'address': "10715 Sikes Pl #125, Charlotte, NC 28277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-homestead-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-homestead-funding-corp'), mapOptions);}document.getElementById('ad1e003b').innerHTML += ' | View Map';var $l94d62689db2b07e7b9bf1cedb76d1356 = '

Homestead Funding Corp.

Address: 10715 Sikes Pl #125, Charlotte, NC 28277, USA
Phone: (704) 246-8282
';var m_94d62689db2b07e7b9bf1cedb76d1356 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestead Funding Corp.',});m_94d62689db2b07e7b9bf1cedb76d1356['infowindow'] = new google.maps.InfoWindow({content: $l94d62689db2b07e7b9bf1cedb76d1356});var infowindow = new google.maps.InfoWindow({content: $l94d62689db2b07e7b9bf1cedb76d1356});google.maps.event.addListener(m_94d62689db2b07e7b9bf1cedb76d1356, 'click', function() {infowindow.open(map,m_94d62689db2b07e7b9bf1cedb76d1356);});$marker.push(m_94d62689db2b07e7b9bf1cedb76d1356);}});}google.maps.event.addDomListener(window, 'load', initialize);