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.1006,-80.7797)};var g_f9ce5c85759a1739442d045557980bd7 = new google.maps.Geocoder();g_f9ce5c85759a1739442d045557980bd7.geocode( { 'address': "7800 Providence Rd, Charlotte, NC 28226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-acopia-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-acopia-home-loans'), mapOptions);}document.getElementById('5dfd9986').innerHTML += ' | View Map';var $lf9ce5c85759a1739442d045557980bd7 = '

Acopia Home Loans

Address: 7800 Providence Rd, Charlotte, NC 28226, USA
Phone: (704) 543-1989
';var m_f9ce5c85759a1739442d045557980bd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acopia Home Loans',});m_f9ce5c85759a1739442d045557980bd7['infowindow'] = new google.maps.InfoWindow({content: $lf9ce5c85759a1739442d045557980bd7});var infowindow = new google.maps.InfoWindow({content: $lf9ce5c85759a1739442d045557980bd7});google.maps.event.addListener(m_f9ce5c85759a1739442d045557980bd7, 'click', function() {infowindow.open(map,m_f9ce5c85759a1739442d045557980bd7);});$marker.push(m_f9ce5c85759a1739442d045557980bd7);}});}google.maps.event.addDomListener(window, 'load', initialize);