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_742b904da12be1f161e88856cc731454 = new google.maps.Geocoder();g_742b904da12be1f161e88856cc731454.geocode( { 'address': "5032 Parkway Plaza Blvd, Charlotte, NC 28217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-roundpoint-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-roundpoint-mortgage-company'), mapOptions);}document.getElementById('5c3da03c').innerHTML += ' | View Map';var $l742b904da12be1f161e88856cc731454 = '

RoundPoint Mortgage Company

Address: 5032 Parkway Plaza Blvd, Charlotte, NC 28217, USA
Phone: (866) 559-9846
';var m_742b904da12be1f161e88856cc731454 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RoundPoint Mortgage Company',});m_742b904da12be1f161e88856cc731454['infowindow'] = new google.maps.InfoWindow({content: $l742b904da12be1f161e88856cc731454});var infowindow = new google.maps.InfoWindow({content: $l742b904da12be1f161e88856cc731454});google.maps.event.addListener(m_742b904da12be1f161e88856cc731454, 'click', function() {infowindow.open(map,m_742b904da12be1f161e88856cc731454);});$marker.push(m_742b904da12be1f161e88856cc731454);}});}google.maps.event.addDomListener(window, 'load', initialize);