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(36.0387,-79.9651)};var g_800c438dfe1bfcd536dc9d213f98333f = new google.maps.Geocoder();g_800c438dfe1bfcd536dc9d213f98333f.geocode( { 'address': "3980 Premier Dr #210, High Point, NC 27265, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('high-point-NC-bnc-wealth-services').style.display = '';map = new google.maps.Map(document.getElementById('high-point-NC-bnc-wealth-services'), mapOptions);}document.getElementById('f0806af4').innerHTML += ' | View Map';var $l800c438dfe1bfcd536dc9d213f98333f = '

BNC Wealth Services

Address: 3980 Premier Dr #210, High Point, NC 27265, USA
Phone: (800) 262-7175
';var m_800c438dfe1bfcd536dc9d213f98333f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BNC Wealth Services',});m_800c438dfe1bfcd536dc9d213f98333f['infowindow'] = new google.maps.InfoWindow({content: $l800c438dfe1bfcd536dc9d213f98333f});var infowindow = new google.maps.InfoWindow({content: $l800c438dfe1bfcd536dc9d213f98333f});google.maps.event.addListener(m_800c438dfe1bfcd536dc9d213f98333f, 'click', function() {infowindow.open(map,m_800c438dfe1bfcd536dc9d213f98333f);});$marker.push(m_800c438dfe1bfcd536dc9d213f98333f);}});}google.maps.event.addDomListener(window, 'load', initialize);