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(32.1648,-80.7544)};var g_a2fa685f91421d4b7698f2399dcb1700 = new google.maps.Geocoder();g_a2fa685f91421d4b7698f2399dcb1700.geocode( { 'address': "1000 William Hilton Pkwy, Hilton Head Island, SC 29928"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilton-head-island-SC-bnc').style.display = '';map = new google.maps.Map(document.getElementById('hilton-head-island-SC-bnc'), mapOptions);}document.getElementById('c8e02c34').innerHTML += ' | View Map';var $la2fa685f91421d4b7698f2399dcb1700 = '

BNC

Address: 1000 William Hilton Pkwy, Hilton Head Island, SC 29928
Phone: (843) 842-3232
';var m_a2fa685f91421d4b7698f2399dcb1700 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BNC',});m_a2fa685f91421d4b7698f2399dcb1700['infowindow'] = new google.maps.InfoWindow({content: $la2fa685f91421d4b7698f2399dcb1700});var infowindow = new google.maps.InfoWindow({content: $la2fa685f91421d4b7698f2399dcb1700});google.maps.event.addListener(m_a2fa685f91421d4b7698f2399dcb1700, 'click', function() {infowindow.open(map,m_a2fa685f91421d4b7698f2399dcb1700);});$marker.push(m_a2fa685f91421d4b7698f2399dcb1700);}});}google.maps.event.addDomListener(window, 'load', initialize);