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.193,-80.8263)};var g_afae89bac1b0db893b5b17c070acce91 = new google.maps.Geocoder();g_afae89bac1b0db893b5b17c070acce91.geocode( { 'address': "6135 Park South Dr, Charlotte, NC 28210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-regent-bank').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-regent-bank'), mapOptions);}document.getElementById('81df7a52').innerHTML += ' | View Map';var $lafae89bac1b0db893b5b17c070acce91 = '

Regent Bank

Address: 6135 Park South Dr, Charlotte, NC 28210
Phone: (704) 945-7130
';var m_afae89bac1b0db893b5b17c070acce91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regent Bank',});m_afae89bac1b0db893b5b17c070acce91['infowindow'] = new google.maps.InfoWindow({content: $lafae89bac1b0db893b5b17c070acce91});var infowindow = new google.maps.InfoWindow({content: $lafae89bac1b0db893b5b17c070acce91});google.maps.event.addListener(m_afae89bac1b0db893b5b17c070acce91, 'click', function() {infowindow.open(map,m_afae89bac1b0db893b5b17c070acce91);});$marker.push(m_afae89bac1b0db893b5b17c070acce91);}});}google.maps.event.addDomListener(window, 'load', initialize);