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_b1705aebc6bc59f152dccc4ebc9c7903 = new google.maps.Geocoder();g_b1705aebc6bc59f152dccc4ebc9c7903.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-presidential-bank').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-presidential-bank'), mapOptions);}document.getElementById('81df7a52').innerHTML += ' | View Map';var $lb1705aebc6bc59f152dccc4ebc9c7903 = '

Presidential Bank

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