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.4039,-81.4901)};var g_15ae3b9d6286f1b2a489ea4f3f4abaed = new google.maps.Geocoder();g_15ae3b9d6286f1b2a489ea4f3f4abaed.geocode( { 'address': "326 E 2nd St, West Jefferson, NC 28694, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jefferson-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('west-jefferson-NC-bbt-atm'), mapOptions);}document.getElementById('d92ec757').innerHTML += ' | View Map';var $l15ae3b9d6286f1b2a489ea4f3f4abaed = '

BB&T ATM

Address: 326 E 2nd St, West Jefferson, NC 28694, USA
Phone: (800) 226-5228
';var m_15ae3b9d6286f1b2a489ea4f3f4abaed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_15ae3b9d6286f1b2a489ea4f3f4abaed['infowindow'] = new google.maps.InfoWindow({content: $l15ae3b9d6286f1b2a489ea4f3f4abaed});var infowindow = new google.maps.InfoWindow({content: $l15ae3b9d6286f1b2a489ea4f3f4abaed});google.maps.event.addListener(m_15ae3b9d6286f1b2a489ea4f3f4abaed, 'click', function() {infowindow.open(map,m_15ae3b9d6286f1b2a489ea4f3f4abaed);});$marker.push(m_15ae3b9d6286f1b2a489ea4f3f4abaed);}});}google.maps.event.addDomListener(window, 'load', initialize);