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.8644,-83.1931)};var g_700245d5d74a2d96233ef12d337df736 = new google.maps.Geocoder();g_700245d5d74a2d96233ef12d337df736.geocode( { 'address': "107 Yocum St, Evarts, KY 40828, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('evarts-KY-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('evarts-KY-bbt-atm'), mapOptions);}document.getElementById('2f709ff1').innerHTML += ' | View Map';var $l700245d5d74a2d96233ef12d337df736 = '

BB&T ATM

Address: 107 Yocum St, Evarts, KY 40828, USA
Phone: (800) 226-5228
';var m_700245d5d74a2d96233ef12d337df736 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_700245d5d74a2d96233ef12d337df736['infowindow'] = new google.maps.InfoWindow({content: $l700245d5d74a2d96233ef12d337df736});var infowindow = new google.maps.InfoWindow({content: $l700245d5d74a2d96233ef12d337df736});google.maps.event.addListener(m_700245d5d74a2d96233ef12d337df736, 'click', function() {infowindow.open(map,m_700245d5d74a2d96233ef12d337df736);});$marker.push(m_700245d5d74a2d96233ef12d337df736);}});}google.maps.event.addDomListener(window, 'load', initialize);