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_bef15899517c2c5aff2ae3e1f9a4f894 = new google.maps.Geocoder();g_bef15899517c2c5aff2ae3e1f9a4f894.geocode( { 'address': "3890 Main St, Harrisburg, NC 28075"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-NC-bank-of-north-carolina').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-NC-bank-of-north-carolina'), mapOptions);}document.getElementById('df51f047').innerHTML += ' | View Map';var $lbef15899517c2c5aff2ae3e1f9a4f894 = '

Bank of North Carolina

Address: 3890 Main St, Harrisburg, NC 28075
Phone: (704) 455-1070
';var m_bef15899517c2c5aff2ae3e1f9a4f894 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of North Carolina',});m_bef15899517c2c5aff2ae3e1f9a4f894['infowindow'] = new google.maps.InfoWindow({content: $lbef15899517c2c5aff2ae3e1f9a4f894});var infowindow = new google.maps.InfoWindow({content: $lbef15899517c2c5aff2ae3e1f9a4f894});google.maps.event.addListener(m_bef15899517c2c5aff2ae3e1f9a4f894, 'click', function() {infowindow.open(map,m_bef15899517c2c5aff2ae3e1f9a4f894);});$marker.push(m_bef15899517c2c5aff2ae3e1f9a4f894);}});}google.maps.event.addDomListener(window, 'load', initialize);