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.1514,-80.8362)};var g_e338d98a64b4a810c498bff53f4eea2f = new google.maps.Geocoder();g_e338d98a64b4a810c498bff53f4eea2f.geocode( { 'address': "6201 Fairview Rd, Charlotte, NC 28210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-first-national-bank'), mapOptions);}document.getElementById('8acac50e').innerHTML += ' | View Map';var $le338d98a64b4a810c498bff53f4eea2f = '

First National Bank

Address: 6201 Fairview Rd, Charlotte, NC 28210, USA
Phone: (704) 367-5054
';var m_e338d98a64b4a810c498bff53f4eea2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_e338d98a64b4a810c498bff53f4eea2f['infowindow'] = new google.maps.InfoWindow({content: $le338d98a64b4a810c498bff53f4eea2f});var infowindow = new google.maps.InfoWindow({content: $le338d98a64b4a810c498bff53f4eea2f});google.maps.event.addListener(m_e338d98a64b4a810c498bff53f4eea2f, 'click', function() {infowindow.open(map,m_e338d98a64b4a810c498bff53f4eea2f);});$marker.push(m_e338d98a64b4a810c498bff53f4eea2f);}});}google.maps.event.addDomListener(window, 'load', initialize);