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.2185,-80.8133)};var g_231d831a778dc5cb0bd16b330a547cba = new google.maps.Geocoder();g_231d831a778dc5cb0bd16b330a547cba.geocode( { 'address': "1900 Commonwealth Ave, Charlotte, NC 28205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-common-wealth-charlotte-cwc').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-common-wealth-charlotte-cwc'), mapOptions);}document.getElementById('e5fa014f').innerHTML += ' | View Map';var $l231d831a778dc5cb0bd16b330a547cba = '

Common Wealth Charlotte (CWC)

Address: 1900 Commonwealth Ave, Charlotte, NC 28205, USA
Phone: (704) 651-0137
';var m_231d831a778dc5cb0bd16b330a547cba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Common Wealth Charlotte (CWC)',});m_231d831a778dc5cb0bd16b330a547cba['infowindow'] = new google.maps.InfoWindow({content: $l231d831a778dc5cb0bd16b330a547cba});var infowindow = new google.maps.InfoWindow({content: $l231d831a778dc5cb0bd16b330a547cba});google.maps.event.addListener(m_231d831a778dc5cb0bd16b330a547cba, 'click', function() {infowindow.open(map,m_231d831a778dc5cb0bd16b330a547cba);});$marker.push(m_231d831a778dc5cb0bd16b330a547cba);}});}google.maps.event.addDomListener(window, 'load', initialize);