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.1789,-76.4625)};var g_0554ec66129b068ef7c80a0348340cbd = new google.maps.Geocoder();g_0554ec66129b068ef7c80a0348340cbd.geocode( { 'address': "800 S Church St, Hertford, NC 27944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hertford-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('hertford-NC-bbt-atm'), mapOptions);}document.getElementById('ec6e96f9').innerHTML += ' | View Map';var $l0554ec66129b068ef7c80a0348340cbd = '

BB&T ATM

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