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(34.8933,-79.702)};var g_12e6a17cb861c1cac2d39a4e7f59f91b = new google.maps.Geocoder();g_12e6a17cb861c1cac2d39a4e7f59f91b.geocode( { 'address': "701 W Hamlet Ave, Hamlet, NC 28345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamlet-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('hamlet-NC-bbt-atm'), mapOptions);}document.getElementById('4a63c143').innerHTML += ' | View Map';var $l12e6a17cb861c1cac2d39a4e7f59f91b = '

BB&T ATM

Address: 701 W Hamlet Ave, Hamlet, NC 28345, USA
Phone: (800) 226-5228
';var m_12e6a17cb861c1cac2d39a4e7f59f91b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_12e6a17cb861c1cac2d39a4e7f59f91b['infowindow'] = new google.maps.InfoWindow({content: $l12e6a17cb861c1cac2d39a4e7f59f91b});var infowindow = new google.maps.InfoWindow({content: $l12e6a17cb861c1cac2d39a4e7f59f91b});google.maps.event.addListener(m_12e6a17cb861c1cac2d39a4e7f59f91b, 'click', function() {infowindow.open(map,m_12e6a17cb861c1cac2d39a4e7f59f91b);});$marker.push(m_12e6a17cb861c1cac2d39a4e7f59f91b);}});var g_5ddfd88a5eaa7787f105d22462b1576d = new google.maps.Geocoder();g_5ddfd88a5eaa7787f105d22462b1576d.geocode( { 'address': "728 W Hamlet Ave, Hamlet, NC 28345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamlet-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('hamlet-NC-bbt-atm'), mapOptions);}document.getElementById('9313778e').innerHTML += ' | View Map';var $l5ddfd88a5eaa7787f105d22462b1576d = '

BB&T ATM

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