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.308,-80.749)};var g_8f26fb7044cea5d050d9ab7f693fb2e7 = new google.maps.Geocoder();g_8f26fb7044cea5d050d9ab7f693fb2e7.geocode( { 'address': "8800 J M Keynes Dr, Charlotte, NC 28262, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-wfwb').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-wfwb'), mapOptions);}document.getElementById('1d3595b6').innerHTML += ' | View Map';var $l8f26fb7044cea5d050d9ab7f693fb2e7 = '

WFWB

Address: 8800 J M Keynes Dr, Charlotte, NC 28262, USA
Phone: (704) 595-9490
';var m_8f26fb7044cea5d050d9ab7f693fb2e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WFWB',});m_8f26fb7044cea5d050d9ab7f693fb2e7['infowindow'] = new google.maps.InfoWindow({content: $l8f26fb7044cea5d050d9ab7f693fb2e7});var infowindow = new google.maps.InfoWindow({content: $l8f26fb7044cea5d050d9ab7f693fb2e7});google.maps.event.addListener(m_8f26fb7044cea5d050d9ab7f693fb2e7, 'click', function() {infowindow.open(map,m_8f26fb7044cea5d050d9ab7f693fb2e7);});$marker.push(m_8f26fb7044cea5d050d9ab7f693fb2e7);}});}google.maps.event.addDomListener(window, 'load', initialize);