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.24,-80.8447)};var g_bf6db99101034df8fd88a622c0f95894 = new google.maps.Geocoder();g_bf6db99101034df8fd88a622c0f95894.geocode( { 'address': "1000 NC Music Factory Boulevard, Charlotte, NC 28206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-charlotte-metro-credit-union-amphitheatre').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-charlotte-metro-credit-union-amphitheatre'), mapOptions);}document.getElementById('55ecffb7').innerHTML += ' | View Map';var $lbf6db99101034df8fd88a622c0f95894 = '

Charlotte Metro Credit Union Amphitheatre

Address: 1000 NC Music Factory Boulevard, Charlotte, NC 28206, USA
Phone: (704) 916-8970
';var m_bf6db99101034df8fd88a622c0f95894 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charlotte Metro Credit Union Amphitheatre',});m_bf6db99101034df8fd88a622c0f95894['infowindow'] = new google.maps.InfoWindow({content: $lbf6db99101034df8fd88a622c0f95894});var infowindow = new google.maps.InfoWindow({content: $lbf6db99101034df8fd88a622c0f95894});google.maps.event.addListener(m_bf6db99101034df8fd88a622c0f95894, 'click', function() {infowindow.open(map,m_bf6db99101034df8fd88a622c0f95894);});$marker.push(m_bf6db99101034df8fd88a622c0f95894);}});}google.maps.event.addDomListener(window, 'load', initialize);