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(36.3192,-78.588)};var g_7d8e542c372f61b52b47b17f5bd38562 = new google.maps.Geocoder();g_7d8e542c372f61b52b47b17f5bd38562.geocode( { 'address': "412 Lanier St, Oxford, NC 27565, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-NC-thomas-global-capital-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('oxford-NC-thomas-global-capital-group-llc'), mapOptions);}document.getElementById('611c750f').innerHTML += ' | View Map';var $l7d8e542c372f61b52b47b17f5bd38562 = '

THOMAS GLOBAL CAPITAL GROUP LLC

Address: 412 Lanier St, Oxford, NC 27565, USA
Phone: (844) 354-1404
';var m_7d8e542c372f61b52b47b17f5bd38562 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'THOMAS GLOBAL CAPITAL GROUP LLC',});m_7d8e542c372f61b52b47b17f5bd38562['infowindow'] = new google.maps.InfoWindow({content: $l7d8e542c372f61b52b47b17f5bd38562});var infowindow = new google.maps.InfoWindow({content: $l7d8e542c372f61b52b47b17f5bd38562});google.maps.event.addListener(m_7d8e542c372f61b52b47b17f5bd38562, 'click', function() {infowindow.open(map,m_7d8e542c372f61b52b47b17f5bd38562);});$marker.push(m_7d8e542c372f61b52b47b17f5bd38562);}});}google.maps.event.addDomListener(window, 'load', initialize);