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.401,-80.5838)};var g_3e1a7dae979038601e0ca3933777f1ff = new google.maps.Geocoder();g_3e1a7dae979038601e0ca3933777f1ff.geocode( { 'address': "271 Copperfield Blvd NE, Concord, NC 28025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NC-bank-of-north-carolina').style.display = '';map = new google.maps.Map(document.getElementById('concord-NC-bank-of-north-carolina'), mapOptions);}document.getElementById('60c473fe').innerHTML += ' | View Map';var $l3e1a7dae979038601e0ca3933777f1ff = '

Bank Of North Carolina

Address: 271 Copperfield Blvd NE, Concord, NC 28025
Phone: (704) 723-6300
';var m_3e1a7dae979038601e0ca3933777f1ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of North Carolina',});m_3e1a7dae979038601e0ca3933777f1ff['infowindow'] = new google.maps.InfoWindow({content: $l3e1a7dae979038601e0ca3933777f1ff});var infowindow = new google.maps.InfoWindow({content: $l3e1a7dae979038601e0ca3933777f1ff});google.maps.event.addListener(m_3e1a7dae979038601e0ca3933777f1ff, 'click', function() {infowindow.open(map,m_3e1a7dae979038601e0ca3933777f1ff);});$marker.push(m_3e1a7dae979038601e0ca3933777f1ff);}});}google.maps.event.addDomListener(window, 'load', initialize);