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.6882,-77.5431)};var g_570a3edebe799af957e3b4c3925c21a1 = new google.maps.Geocoder();g_570a3edebe799af957e3b4c3925c21a1.geocode( { 'address': "103 School St, Emporia, VA 23847, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporia-VA-greensville-county-teachers-cu').style.display = '';map = new google.maps.Map(document.getElementById('emporia-VA-greensville-county-teachers-cu'), mapOptions);}document.getElementById('30f849e8').innerHTML += ' | View Map';var $l570a3edebe799af957e3b4c3925c21a1 = '

Greensville County Teachers Cu

Address: 103 School St, Emporia, VA 23847, USA
Phone: (434) 634-0395
';var m_570a3edebe799af957e3b4c3925c21a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greensville County Teachers Cu',});m_570a3edebe799af957e3b4c3925c21a1['infowindow'] = new google.maps.InfoWindow({content: $l570a3edebe799af957e3b4c3925c21a1});var infowindow = new google.maps.InfoWindow({content: $l570a3edebe799af957e3b4c3925c21a1});google.maps.event.addListener(m_570a3edebe799af957e3b4c3925c21a1, 'click', function() {infowindow.open(map,m_570a3edebe799af957e3b4c3925c21a1);});$marker.push(m_570a3edebe799af957e3b4c3925c21a1);}});}google.maps.event.addDomListener(window, 'load', initialize);