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.5963,-77.5877)};var g_80ef063e3af62c126c2ba257ca174c60 = new google.maps.Geocoder();g_80ef063e3af62c126c2ba257ca174c60.geocode( { 'address': "4275 W Church St, Farmville, NC 27828, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmville-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('farmville-NC-bbt-atm'), mapOptions);}document.getElementById('36c4e3ac').innerHTML += ' | View Map';var $l80ef063e3af62c126c2ba257ca174c60 = '

BB&T ATM

Address: 4275 W Church St, Farmville, NC 27828, USA
Phone: (800) 226-5228
';var m_80ef063e3af62c126c2ba257ca174c60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_80ef063e3af62c126c2ba257ca174c60['infowindow'] = new google.maps.InfoWindow({content: $l80ef063e3af62c126c2ba257ca174c60});var infowindow = new google.maps.InfoWindow({content: $l80ef063e3af62c126c2ba257ca174c60});google.maps.event.addListener(m_80ef063e3af62c126c2ba257ca174c60, 'click', function() {infowindow.open(map,m_80ef063e3af62c126c2ba257ca174c60);});$marker.push(m_80ef063e3af62c126c2ba257ca174c60);}});}google.maps.event.addDomListener(window, 'load', initialize);