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.2674,-80.3602)};var g_6d43400a7690f8b8d74b2cb1a1608776 = new google.maps.Geocoder();g_6d43400a7690f8b8d74b2cb1a1608776.geocode( { 'address': "601 S Main St, King, NC 27021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('king-NC-bbt-atm'), mapOptions);}document.getElementById('8f33a2d8').innerHTML += ' | View Map';var $l6d43400a7690f8b8d74b2cb1a1608776 = '

BB&T ATM

Address: 601 S Main St, King, NC 27021, USA
Phone: (800) 226-5228
';var m_6d43400a7690f8b8d74b2cb1a1608776 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_6d43400a7690f8b8d74b2cb1a1608776['infowindow'] = new google.maps.InfoWindow({content: $l6d43400a7690f8b8d74b2cb1a1608776});var infowindow = new google.maps.InfoWindow({content: $l6d43400a7690f8b8d74b2cb1a1608776});google.maps.event.addListener(m_6d43400a7690f8b8d74b2cb1a1608776, 'click', function() {infowindow.open(map,m_6d43400a7690f8b8d74b2cb1a1608776);});$marker.push(m_6d43400a7690f8b8d74b2cb1a1608776);}});}google.maps.event.addDomListener(window, 'load', initialize);