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.2283,-80.8456)};var g_f49e845baf89544780e416ff6bc954af = new google.maps.Geocoder();g_f49e845baf89544780e416ff6bc954af.geocode( { 'address': "227 W Trade St # 400, Charlotte, NC 28202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-laureate-capital-llc').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-laureate-capital-llc'), mapOptions);}document.getElementById('cf2e83c3').innerHTML += ' | View Map';var $lf49e845baf89544780e416ff6bc954af = '

Laureate Capital Llc

Address: 227 W Trade St # 400, Charlotte, NC 28202, USA
Phone: (704) 379-6900
';var m_f49e845baf89544780e416ff6bc954af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Laureate Capital Llc',});m_f49e845baf89544780e416ff6bc954af['infowindow'] = new google.maps.InfoWindow({content: $lf49e845baf89544780e416ff6bc954af});var infowindow = new google.maps.InfoWindow({content: $lf49e845baf89544780e416ff6bc954af});google.maps.event.addListener(m_f49e845baf89544780e416ff6bc954af, 'click', function() {infowindow.open(map,m_f49e845baf89544780e416ff6bc954af);});$marker.push(m_f49e845baf89544780e416ff6bc954af);}});}google.maps.event.addDomListener(window, 'load', initialize);