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_78f41579c50b633ec3c475380260fb61 = new google.maps.Geocoder();g_78f41579c50b633ec3c475380260fb61.geocode( { 'address': "5980 Fairview Rd, Charlotte, NC 28210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-bank-of-nc-charlotte').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-bank-of-nc-charlotte'), mapOptions);}document.getElementById('136340f7').innerHTML += ' | View Map';var $l78f41579c50b633ec3c475380260fb61 = '

Bank Of NC-Charlotte

Address: 5980 Fairview Rd, Charlotte, NC 28210
Phone: (980) 213-2477
';var m_78f41579c50b633ec3c475380260fb61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of NC-Charlotte',});m_78f41579c50b633ec3c475380260fb61['infowindow'] = new google.maps.InfoWindow({content: $l78f41579c50b633ec3c475380260fb61});var infowindow = new google.maps.InfoWindow({content: $l78f41579c50b633ec3c475380260fb61});google.maps.event.addListener(m_78f41579c50b633ec3c475380260fb61, 'click', function() {infowindow.open(map,m_78f41579c50b633ec3c475380260fb61);});$marker.push(m_78f41579c50b633ec3c475380260fb61);}});}google.maps.event.addDomListener(window, 'load', initialize);