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.3024,-78.3927)};var g_af06b089f1db1cf56edd535ac13a06db = new google.maps.Geocoder();g_af06b089f1db1cf56edd535ac13a06db.geocode( { 'address': "127 N Main St, Farmville, VA 23901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmville-VA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('farmville-VA-wells-fargo-bank'), mapOptions);}document.getElementById('2beaba2c').innerHTML += ' | View Map';var $laf06b089f1db1cf56edd535ac13a06db = '

Wells Fargo Bank

Address: 127 N Main St, Farmville, VA 23901, USA
Phone: (434) 392-6121
';var m_af06b089f1db1cf56edd535ac13a06db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_af06b089f1db1cf56edd535ac13a06db['infowindow'] = new google.maps.InfoWindow({content: $laf06b089f1db1cf56edd535ac13a06db});var infowindow = new google.maps.InfoWindow({content: $laf06b089f1db1cf56edd535ac13a06db});google.maps.event.addListener(m_af06b089f1db1cf56edd535ac13a06db, 'click', function() {infowindow.open(map,m_af06b089f1db1cf56edd535ac13a06db);});$marker.push(m_af06b089f1db1cf56edd535ac13a06db);}});}google.maps.event.addDomListener(window, 'load', initialize);