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(39.4276,-80.1882)};var g_5d3f73c8fb54cf51fc0b674c3e2841fc = new google.maps.Geocoder();g_5d3f73c8fb54cf51fc0b674c3e2841fc.geocode( { 'address': "2669 White Hall Blvd, White Hall, WV 26554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-hall-WV-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('white-hall-WV-bbt-atm'), mapOptions);}document.getElementById('87a46079').innerHTML += ' | View Map';var $l5d3f73c8fb54cf51fc0b674c3e2841fc = '

BB&T ATM

Address: 2669 White Hall Blvd, White Hall, WV 26554, USA
Phone: (800) 226-5228
';var m_5d3f73c8fb54cf51fc0b674c3e2841fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_5d3f73c8fb54cf51fc0b674c3e2841fc['infowindow'] = new google.maps.InfoWindow({content: $l5d3f73c8fb54cf51fc0b674c3e2841fc});var infowindow = new google.maps.InfoWindow({content: $l5d3f73c8fb54cf51fc0b674c3e2841fc});google.maps.event.addListener(m_5d3f73c8fb54cf51fc0b674c3e2841fc, 'click', function() {infowindow.open(map,m_5d3f73c8fb54cf51fc0b674c3e2841fc);});$marker.push(m_5d3f73c8fb54cf51fc0b674c3e2841fc);}});}google.maps.event.addDomListener(window, 'load', initialize);