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.3338,-80.6635)};var g_3ab990106a6086adeaaf2017c45a806e = new google.maps.Geocoder();g_3ab990106a6086adeaaf2017c45a806e.geocode( { 'address': "4350 Main St, STE 101, Harrisburg, NC 28075"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-NC-bank-of-the-carolinas').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-NC-bank-of-the-carolinas'), mapOptions);}document.getElementById('0636adad').innerHTML += ' | View Map';var $l3ab990106a6086adeaaf2017c45a806e = '

Bank of the Carolinas

Address: 4350 Main St, STE 101, Harrisburg, NC 28075
Phone: (704) 454-5853
';var m_3ab990106a6086adeaaf2017c45a806e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Carolinas',});m_3ab990106a6086adeaaf2017c45a806e['infowindow'] = new google.maps.InfoWindow({content: $l3ab990106a6086adeaaf2017c45a806e});var infowindow = new google.maps.InfoWindow({content: $l3ab990106a6086adeaaf2017c45a806e});google.maps.event.addListener(m_3ab990106a6086adeaaf2017c45a806e, 'click', function() {infowindow.open(map,m_3ab990106a6086adeaaf2017c45a806e);});$marker.push(m_3ab990106a6086adeaaf2017c45a806e);}});}google.maps.event.addDomListener(window, 'load', initialize);