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(37.0485,-88.4815)};var g_75bce5cb55cc2faf2f04e68bd75c19f0 = new google.maps.Geocoder();g_75bce5cb55cc2faf2f04e68bd75c19f0.geocode( { 'address': "1521 US-60, Ledbetter, KY 42058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ledbetter-KY-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('ledbetter-KY-bbt-atm'), mapOptions);}document.getElementById('152829c7').innerHTML += ' | View Map';var $l75bce5cb55cc2faf2f04e68bd75c19f0 = '

BB&T ATM

Address: 1521 US-60, Ledbetter, KY 42058, USA
Phone: (800) 226-5228
';var m_75bce5cb55cc2faf2f04e68bd75c19f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_75bce5cb55cc2faf2f04e68bd75c19f0['infowindow'] = new google.maps.InfoWindow({content: $l75bce5cb55cc2faf2f04e68bd75c19f0});var infowindow = new google.maps.InfoWindow({content: $l75bce5cb55cc2faf2f04e68bd75c19f0});google.maps.event.addListener(m_75bce5cb55cc2faf2f04e68bd75c19f0, 'click', function() {infowindow.open(map,m_75bce5cb55cc2faf2f04e68bd75c19f0);});$marker.push(m_75bce5cb55cc2faf2f04e68bd75c19f0);}});}google.maps.event.addDomListener(window, 'load', initialize);