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.9233,-78.8664)};var g_32bb90e8976aab5298d5da10fe66f21d = new google.maps.Geocoder();g_32bb90e8976aab5298d5da10fe66f21d.geocode( { 'address': "15 TW Alexander Dr, Durham, NC 27703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-north-carolina-biotechnology-center').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-north-carolina-biotechnology-center'), mapOptions);}document.getElementById('98fc113a').innerHTML += ' | View Map';var $l32bb90e8976aab5298d5da10fe66f21d = '

North Carolina Biotechnology Center

Address: 15 TW Alexander Dr, Durham, NC 27703, USA
Phone: (919) 541-9366
';var m_32bb90e8976aab5298d5da10fe66f21d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Carolina Biotechnology Center',});m_32bb90e8976aab5298d5da10fe66f21d['infowindow'] = new google.maps.InfoWindow({content: $l32bb90e8976aab5298d5da10fe66f21d});var infowindow = new google.maps.InfoWindow({content: $l32bb90e8976aab5298d5da10fe66f21d});google.maps.event.addListener(m_32bb90e8976aab5298d5da10fe66f21d, 'click', function() {infowindow.open(map,m_32bb90e8976aab5298d5da10fe66f21d);});$marker.push(m_32bb90e8976aab5298d5da10fe66f21d);}});}google.maps.event.addDomListener(window, 'load', initialize);