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.3113,-80.7724)};var g_d481b3bfb6ea0c63923f8eee321f119c = new google.maps.Geocoder();g_d481b3bfb6ea0c63923f8eee321f119c.geocode( { 'address': "1525 W W T Harris Blvd, Charlotte, NC 28262, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-wells-fargo-health--sport').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-wells-fargo-health--sport'), mapOptions);}document.getElementById('7fe4d450').innerHTML += ' | View Map';var $ld481b3bfb6ea0c63923f8eee321f119c = '

Wells Fargo Health & Sport

Address: 1525 W W T Harris Blvd, Charlotte, NC 28262, USA
Phone: (800) 869-3557
';var m_d481b3bfb6ea0c63923f8eee321f119c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Health & Sport',});m_d481b3bfb6ea0c63923f8eee321f119c['infowindow'] = new google.maps.InfoWindow({content: $ld481b3bfb6ea0c63923f8eee321f119c});var infowindow = new google.maps.InfoWindow({content: $ld481b3bfb6ea0c63923f8eee321f119c});google.maps.event.addListener(m_d481b3bfb6ea0c63923f8eee321f119c, 'click', function() {infowindow.open(map,m_d481b3bfb6ea0c63923f8eee321f119c);});$marker.push(m_d481b3bfb6ea0c63923f8eee321f119c);}});}google.maps.event.addDomListener(window, 'load', initialize);