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_5ed9d6f25cc4b49fba68d5cd133f11fa = new google.maps.Geocoder();g_5ed9d6f25cc4b49fba68d5cd133f11fa.geocode( { 'address': "4521 Sharon Rd, Charlotte, NC 28211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-north-carolina-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-north-carolina-bank-trust'), mapOptions);}document.getElementById('baaaa84e').innerHTML += ' | View Map';var $l5ed9d6f25cc4b49fba68d5cd133f11fa = '

North Carolina Bank & Trust

Address: 4521 Sharon Rd, Charlotte, NC 28211
Phone: (704) 926-5420
';var m_5ed9d6f25cc4b49fba68d5cd133f11fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Carolina Bank & Trust',});m_5ed9d6f25cc4b49fba68d5cd133f11fa['infowindow'] = new google.maps.InfoWindow({content: $l5ed9d6f25cc4b49fba68d5cd133f11fa});var infowindow = new google.maps.InfoWindow({content: $l5ed9d6f25cc4b49fba68d5cd133f11fa});google.maps.event.addListener(m_5ed9d6f25cc4b49fba68d5cd133f11fa, 'click', function() {infowindow.open(map,m_5ed9d6f25cc4b49fba68d5cd133f11fa);});$marker.push(m_5ed9d6f25cc4b49fba68d5cd133f11fa);}});}google.maps.event.addDomListener(window, 'load', initialize);