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.3413,-79.3625)};var g_c06d06da9666a219db15cf575aff2824 = new google.maps.Geocoder();g_c06d06da9666a219db15cf575aff2824.geocode( { 'address': "195 Sandy Pines Ln, Carthage, NC 28327"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carthage-NC-sandhills-food-bank').style.display = '';map = new google.maps.Map(document.getElementById('carthage-NC-sandhills-food-bank'), mapOptions);}document.getElementById('df12a0a4').innerHTML += ' | View Map';var $lc06d06da9666a219db15cf575aff2824 = '

Sandhills Food Bank

Address: 195 Sandy Pines Ln, Carthage, NC 28327
Phone: (910) 692-5959
';var m_c06d06da9666a219db15cf575aff2824 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sandhills Food Bank',});m_c06d06da9666a219db15cf575aff2824['infowindow'] = new google.maps.InfoWindow({content: $lc06d06da9666a219db15cf575aff2824});var infowindow = new google.maps.InfoWindow({content: $lc06d06da9666a219db15cf575aff2824});google.maps.event.addListener(m_c06d06da9666a219db15cf575aff2824, 'click', function() {infowindow.open(map,m_c06d06da9666a219db15cf575aff2824);});$marker.push(m_c06d06da9666a219db15cf575aff2824);}});}google.maps.event.addDomListener(window, 'load', initialize);