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.9029,-79.0136)};var g_f90ef1482834dda42efe389c3f897787 = new google.maps.Geocoder();g_f90ef1482834dda42efe389c3f897787.geocode( { 'address': "1450 Raleigh Rd, Chapel Hill, NC 27517, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-corporate-investors').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-corporate-investors'), mapOptions);}document.getElementById('1b616e57').innerHTML += ' | View Map';var $lf90ef1482834dda42efe389c3f897787 = '

Corporate Investors

Address: 1450 Raleigh Rd, Chapel Hill, NC 27517, USA
Phone: (919) 484-0224
';var m_f90ef1482834dda42efe389c3f897787 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Corporate Investors',});m_f90ef1482834dda42efe389c3f897787['infowindow'] = new google.maps.InfoWindow({content: $lf90ef1482834dda42efe389c3f897787});var infowindow = new google.maps.InfoWindow({content: $lf90ef1482834dda42efe389c3f897787});google.maps.event.addListener(m_f90ef1482834dda42efe389c3f897787, 'click', function() {infowindow.open(map,m_f90ef1482834dda42efe389c3f897787);});$marker.push(m_f90ef1482834dda42efe389c3f897787);}});}google.maps.event.addDomListener(window, 'load', initialize);