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.3058,-78.4143)};var g_2659c1e4799213b1ca87b4bb51912649 = new google.maps.Geocoder();g_2659c1e4799213b1ca87b4bb51912649.geocode( { 'address': "1514 W 3rd St, Farmville, VA 23901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmville-VA-cash-2-u-loans').style.display = '';map = new google.maps.Map(document.getElementById('farmville-VA-cash-2-u-loans'), mapOptions);}document.getElementById('50da4075').innerHTML += ' | View Map';var $l2659c1e4799213b1ca87b4bb51912649 = '

Cash-2-U Loans

Address: 1514 W 3rd St, Farmville, VA 23901, USA
Phone: (434) 315-8881
';var m_2659c1e4799213b1ca87b4bb51912649 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash-2-U Loans',});m_2659c1e4799213b1ca87b4bb51912649['infowindow'] = new google.maps.InfoWindow({content: $l2659c1e4799213b1ca87b4bb51912649});var infowindow = new google.maps.InfoWindow({content: $l2659c1e4799213b1ca87b4bb51912649});google.maps.event.addListener(m_2659c1e4799213b1ca87b4bb51912649, 'click', function() {infowindow.open(map,m_2659c1e4799213b1ca87b4bb51912649);});$marker.push(m_2659c1e4799213b1ca87b4bb51912649);}});}google.maps.event.addDomListener(window, 'load', initialize);