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.9395,-79.0186)};var g_b02980b0db1585859d77d1f033e23f42 = new google.maps.Geocoder();g_b02980b0db1585859d77d1f033e23f42.geocode( { 'address': "100 Europa Dr # 445, Chapel Hill, NC 27517, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-coleman-huntoon-brown').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-coleman-huntoon-brown'), mapOptions);}document.getElementById('1a202be4').innerHTML += ' | View Map';var $lb02980b0db1585859d77d1f033e23f42 = '

Coleman Huntoon Brown

Address: 100 Europa Dr # 445, Chapel Hill, NC 27517, USA
Phone: (919) 968-4911
';var m_b02980b0db1585859d77d1f033e23f42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coleman Huntoon Brown',});m_b02980b0db1585859d77d1f033e23f42['infowindow'] = new google.maps.InfoWindow({content: $lb02980b0db1585859d77d1f033e23f42});var infowindow = new google.maps.InfoWindow({content: $lb02980b0db1585859d77d1f033e23f42});google.maps.event.addListener(m_b02980b0db1585859d77d1f033e23f42, 'click', function() {infowindow.open(map,m_b02980b0db1585859d77d1f033e23f42);});$marker.push(m_b02980b0db1585859d77d1f033e23f42);}});}google.maps.event.addDomListener(window, 'load', initialize);