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(36.7255,-78.1269)};var g_9a4fb94559fc69b4d041dfdb457e2c5c = new google.maps.Geocoder();g_9a4fb94559fc69b4d041dfdb457e2c5c.geocode( { 'address': "212 E Atlantic St, South Hill, VA 23970, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-hill-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('south-hill-VA-atm-bbt'), mapOptions);}document.getElementById('7f2784bd').innerHTML += ' | View Map';var $l9a4fb94559fc69b4d041dfdb457e2c5c = '

ATM (BB&T)

Address: 212 E Atlantic St, South Hill, VA 23970, USA
Phone:
';var m_9a4fb94559fc69b4d041dfdb457e2c5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_9a4fb94559fc69b4d041dfdb457e2c5c['infowindow'] = new google.maps.InfoWindow({content: $l9a4fb94559fc69b4d041dfdb457e2c5c});var infowindow = new google.maps.InfoWindow({content: $l9a4fb94559fc69b4d041dfdb457e2c5c});google.maps.event.addListener(m_9a4fb94559fc69b4d041dfdb457e2c5c, 'click', function() {infowindow.open(map,m_9a4fb94559fc69b4d041dfdb457e2c5c);});$marker.push(m_9a4fb94559fc69b4d041dfdb457e2c5c);}});}google.maps.event.addDomListener(window, 'load', initialize);