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.1825,-80.9042)};var g_610578d78d5301836030ad698bad889d = new google.maps.Geocoder();g_610578d78d5301836030ad698bad889d.geocode( { 'address': "5016 Parkway Plaza Blvd #200, Charlotte, NC 28217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-roundpoint-mortgage-servicing-corporation').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-roundpoint-mortgage-servicing-corporation'), mapOptions);}document.getElementById('2f22f42d').innerHTML += ' | View Map';var $l610578d78d5301836030ad698bad889d = '

RoundPoint Mortgage Servicing Corporation

Address: 5016 Parkway Plaza Blvd #200, Charlotte, NC 28217, USA
Phone: (877) 426-8805
';var m_610578d78d5301836030ad698bad889d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RoundPoint Mortgage Servicing Corporation',});m_610578d78d5301836030ad698bad889d['infowindow'] = new google.maps.InfoWindow({content: $l610578d78d5301836030ad698bad889d});var infowindow = new google.maps.InfoWindow({content: $l610578d78d5301836030ad698bad889d});google.maps.event.addListener(m_610578d78d5301836030ad698bad889d, 'click', function() {infowindow.open(map,m_610578d78d5301836030ad698bad889d);});$marker.push(m_610578d78d5301836030ad698bad889d);}});}google.maps.event.addDomListener(window, 'load', initialize);