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(38.6788,-84.5971)};var g_a61eded670f6e29acff242cae3b82a96 = new google.maps.Geocoder();g_a61eded670f6e29acff242cae3b82a96.geocode( { 'address': "20 Ferguson Blvd, Dry Ridge, KY 41035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dry-ridge-KY-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('dry-ridge-KY-bbt-atm'), mapOptions);}document.getElementById('1926094d').innerHTML += ' | View Map';var $la61eded670f6e29acff242cae3b82a96 = '

BB&T ATM

Address: 20 Ferguson Blvd, Dry Ridge, KY 41035, USA
Phone: (800) 226-5228
';var m_a61eded670f6e29acff242cae3b82a96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_a61eded670f6e29acff242cae3b82a96['infowindow'] = new google.maps.InfoWindow({content: $la61eded670f6e29acff242cae3b82a96});var infowindow = new google.maps.InfoWindow({content: $la61eded670f6e29acff242cae3b82a96});google.maps.event.addListener(m_a61eded670f6e29acff242cae3b82a96, 'click', function() {infowindow.open(map,m_a61eded670f6e29acff242cae3b82a96);});$marker.push(m_a61eded670f6e29acff242cae3b82a96);}});}google.maps.event.addDomListener(window, 'load', initialize);