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.7105,-77.9511)};var g_a79f3730fbf6b87c5bbf8a4ea0fddb52 = new google.maps.Geocoder();g_a79f3730fbf6b87c5bbf8a4ea0fddb52.geocode( { 'address': "2713 Forest Hills Rd SW, Wilson, NC 27893, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilson-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('wilson-NC-atm-bbt'), mapOptions);}document.getElementById('a71b5e17').innerHTML += ' | View Map';var $la79f3730fbf6b87c5bbf8a4ea0fddb52 = '

ATM (BB&T)

Address: 2713 Forest Hills Rd SW, Wilson, NC 27893, USA
Phone:
';var m_a79f3730fbf6b87c5bbf8a4ea0fddb52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_a79f3730fbf6b87c5bbf8a4ea0fddb52['infowindow'] = new google.maps.InfoWindow({content: $la79f3730fbf6b87c5bbf8a4ea0fddb52});var infowindow = new google.maps.InfoWindow({content: $la79f3730fbf6b87c5bbf8a4ea0fddb52});google.maps.event.addListener(m_a79f3730fbf6b87c5bbf8a4ea0fddb52, 'click', function() {infowindow.open(map,m_a79f3730fbf6b87c5bbf8a4ea0fddb52);});$marker.push(m_a79f3730fbf6b87c5bbf8a4ea0fddb52);}});}google.maps.event.addDomListener(window, 'load', initialize);