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_d5eca8dc3820cad9fe56a3bafda65ca1 = new google.maps.Geocoder();g_d5eca8dc3820cad9fe56a3bafda65ca1.geocode( { 'address': "660 Penny Ln, Concord, NC 28025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NC-bank-of-the-carolinas').style.display = '';map = new google.maps.Map(document.getElementById('concord-NC-bank-of-the-carolinas'), mapOptions);}document.getElementById('22ab76d0').innerHTML += ' | View Map';var $ld5eca8dc3820cad9fe56a3bafda65ca1 = '

Bank of the Carolinas

Address: 660 Penny Ln, Concord, NC 28025
Phone: (704) 782-6560
';var m_d5eca8dc3820cad9fe56a3bafda65ca1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Carolinas',});m_d5eca8dc3820cad9fe56a3bafda65ca1['infowindow'] = new google.maps.InfoWindow({content: $ld5eca8dc3820cad9fe56a3bafda65ca1});var infowindow = new google.maps.InfoWindow({content: $ld5eca8dc3820cad9fe56a3bafda65ca1});google.maps.event.addListener(m_d5eca8dc3820cad9fe56a3bafda65ca1, 'click', function() {infowindow.open(map,m_d5eca8dc3820cad9fe56a3bafda65ca1);});$marker.push(m_d5eca8dc3820cad9fe56a3bafda65ca1);}});}google.maps.event.addDomListener(window, 'load', initialize);