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.3003,-78.3928)};var g_dcf05231c492569270f19d3f1780e475 = new google.maps.Geocoder();g_dcf05231c492569270f19d3f1780e475.geocode( { 'address': "100 Midtown Ave, Farmville, VA 23901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmville-VA-virginia-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('farmville-VA-virginia-credit-union'), mapOptions);}document.getElementById('48cc5267').innerHTML += ' | View Map';var $ldcf05231c492569270f19d3f1780e475 = '

Virginia Credit Union

Address: 100 Midtown Ave, Farmville, VA 23901, USA
Phone: (434) 392-9420
';var m_dcf05231c492569270f19d3f1780e475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Credit Union',});m_dcf05231c492569270f19d3f1780e475['infowindow'] = new google.maps.InfoWindow({content: $ldcf05231c492569270f19d3f1780e475});var infowindow = new google.maps.InfoWindow({content: $ldcf05231c492569270f19d3f1780e475});google.maps.event.addListener(m_dcf05231c492569270f19d3f1780e475, 'click', function() {infowindow.open(map,m_dcf05231c492569270f19d3f1780e475);});$marker.push(m_dcf05231c492569270f19d3f1780e475);}});}google.maps.event.addDomListener(window, 'load', initialize);