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.882,-79.066)};var g_d603477c11a2199242387f4196b7c6f4 = new google.maps.Geocoder();g_d603477c11a2199242387f4196b7c6f4.geocode( { 'address': "410 Market St #360, Chapel Hill, NC 27516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-NC-shadefund-a-program-of-the-conservation-fund').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-NC-shadefund-a-program-of-the-conservation-fund'), mapOptions);}document.getElementById('68f2dec1').innerHTML += ' | View Map';var $ld603477c11a2199242387f4196b7c6f4 = '

ShadeFund, a program of The Conservation Fund

Address: 410 Market St #360, Chapel Hill, NC 27516, USA
Phone: (919) 967-2223
';var m_d603477c11a2199242387f4196b7c6f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ShadeFund, a program of The Conservation Fund',});m_d603477c11a2199242387f4196b7c6f4['infowindow'] = new google.maps.InfoWindow({content: $ld603477c11a2199242387f4196b7c6f4});var infowindow = new google.maps.InfoWindow({content: $ld603477c11a2199242387f4196b7c6f4});google.maps.event.addListener(m_d603477c11a2199242387f4196b7c6f4, 'click', function() {infowindow.open(map,m_d603477c11a2199242387f4196b7c6f4);});$marker.push(m_d603477c11a2199242387f4196b7c6f4);}});}google.maps.event.addDomListener(window, 'load', initialize);