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(36.8364,-77.8531)};var g_143f1e6c0c94814481445e0352cd626c = new google.maps.Geocoder();g_143f1e6c0c94814481445e0352cd626c.geocode( { 'address': "109 Campus Dr, Alberta, VA 23821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alberta-VA-southside-virginia-community-clg').style.display = '';map = new google.maps.Map(document.getElementById('alberta-VA-southside-virginia-community-clg'), mapOptions);}document.getElementById('0c37ab68').innerHTML += ' | View Map';var $l143f1e6c0c94814481445e0352cd626c = '

Southside Virginia Community Clg

Address: 109 Campus Dr, Alberta, VA 23821
Phone: (434) 949-1000
';var m_143f1e6c0c94814481445e0352cd626c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southside Virginia Community Clg',});m_143f1e6c0c94814481445e0352cd626c['infowindow'] = new google.maps.InfoWindow({content: $l143f1e6c0c94814481445e0352cd626c});var infowindow = new google.maps.InfoWindow({content: $l143f1e6c0c94814481445e0352cd626c});google.maps.event.addListener(m_143f1e6c0c94814481445e0352cd626c, 'click', function() {infowindow.open(map,m_143f1e6c0c94814481445e0352cd626c);});$marker.push(m_143f1e6c0c94814481445e0352cd626c);}});}google.maps.event.addDomListener(window, 'load', initialize);