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.3067,-76.7994)};var g_85caf115fa5edf0b57134a1226993a85 = new google.maps.Geocoder();g_85caf115fa5edf0b57134a1226993a85.geocode( { 'address': "1530 NC-306, Aurora, NC 27806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-NC-texas-gulf-carolina-empl-cu').style.display = '';map = new google.maps.Map(document.getElementById('aurora-NC-texas-gulf-carolina-empl-cu'), mapOptions);}document.getElementById('3c2adfbf').innerHTML += ' | View Map';var $l85caf115fa5edf0b57134a1226993a85 = '

Texas Gulf Carolina Empl Cu

Address: 1530 NC-306, Aurora, NC 27806, USA
Phone: (252) 322-4111
';var m_85caf115fa5edf0b57134a1226993a85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Gulf Carolina Empl Cu',});m_85caf115fa5edf0b57134a1226993a85['infowindow'] = new google.maps.InfoWindow({content: $l85caf115fa5edf0b57134a1226993a85});var infowindow = new google.maps.InfoWindow({content: $l85caf115fa5edf0b57134a1226993a85});google.maps.event.addListener(m_85caf115fa5edf0b57134a1226993a85, 'click', function() {infowindow.open(map,m_85caf115fa5edf0b57134a1226993a85);});$marker.push(m_85caf115fa5edf0b57134a1226993a85);}});}google.maps.event.addDomListener(window, 'load', initialize);