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.6167,-77.606)};var g_95f56a81a05b2639602c22a64353135c = new google.maps.Geocoder();g_95f56a81a05b2639602c22a64353135c.geocode( { 'address': "3434 Cooperative Way, Farmville, NC 27828, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmville-NC-nationwide-money-services').style.display = '';map = new google.maps.Map(document.getElementById('farmville-NC-nationwide-money-services'), mapOptions);}document.getElementById('cf64b7b5').innerHTML += ' | View Map';var $l95f56a81a05b2639602c22a64353135c = '

Nationwide Money Services

Address: 3434 Cooperative Way, Farmville, NC 27828, USA
Phone: (252) 753-2624
';var m_95f56a81a05b2639602c22a64353135c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Money Services',});m_95f56a81a05b2639602c22a64353135c['infowindow'] = new google.maps.InfoWindow({content: $l95f56a81a05b2639602c22a64353135c});var infowindow = new google.maps.InfoWindow({content: $l95f56a81a05b2639602c22a64353135c});google.maps.event.addListener(m_95f56a81a05b2639602c22a64353135c, 'click', function() {infowindow.open(map,m_95f56a81a05b2639602c22a64353135c);});$marker.push(m_95f56a81a05b2639602c22a64353135c);}});}google.maps.event.addDomListener(window, 'load', initialize);