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(37.2717,-79.9478)};var g_a84f26e7fe9b38bc76784dccf98a69f3 = new google.maps.Geocoder();g_a84f26e7fe9b38bc76784dccf98a69f3.geocode( { 'address': "347 Campbell Ave SW, Roanoke, VA 24016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-VA-southeast-rural-community-assistance-project-inc-sercap').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-VA-southeast-rural-community-assistance-project-inc-sercap'), mapOptions);}document.getElementById('a88af855').innerHTML += ' | View Map';var $la84f26e7fe9b38bc76784dccf98a69f3 = '

Southeast Rural Community Assistance Project, Inc. (SERCAP)

Address: 347 Campbell Ave SW, Roanoke, VA 24016, USA
Phone: (540) 345-1184
';var m_a84f26e7fe9b38bc76784dccf98a69f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southeast Rural Community Assistance Project, Inc. (SERCAP)',});m_a84f26e7fe9b38bc76784dccf98a69f3['infowindow'] = new google.maps.InfoWindow({content: $la84f26e7fe9b38bc76784dccf98a69f3});var infowindow = new google.maps.InfoWindow({content: $la84f26e7fe9b38bc76784dccf98a69f3});google.maps.event.addListener(m_a84f26e7fe9b38bc76784dccf98a69f3, 'click', function() {infowindow.open(map,m_a84f26e7fe9b38bc76784dccf98a69f3);});$marker.push(m_a84f26e7fe9b38bc76784dccf98a69f3);}});}google.maps.event.addDomListener(window, 'load', initialize);