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.0725,-88.1252)};var g_cc5bfe8cd2432c33f8927c056c18969d = new google.maps.Geocoder();g_cc5bfe8cd2432c33f8927c056c18969d.geocode( { 'address': "28 Days Inn Dr, Kuttawa, KY 42055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kuttawa-KY-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('kuttawa-KY-bbt-atm'), mapOptions);}document.getElementById('fa989f20').innerHTML += ' | View Map';var $lcc5bfe8cd2432c33f8927c056c18969d = '

BB&T ATM

Address: 28 Days Inn Dr, Kuttawa, KY 42055, USA
Phone: (800) 226-5228
';var m_cc5bfe8cd2432c33f8927c056c18969d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_cc5bfe8cd2432c33f8927c056c18969d['infowindow'] = new google.maps.InfoWindow({content: $lcc5bfe8cd2432c33f8927c056c18969d});var infowindow = new google.maps.InfoWindow({content: $lcc5bfe8cd2432c33f8927c056c18969d});google.maps.event.addListener(m_cc5bfe8cd2432c33f8927c056c18969d, 'click', function() {infowindow.open(map,m_cc5bfe8cd2432c33f8927c056c18969d);});$marker.push(m_cc5bfe8cd2432c33f8927c056c18969d);}});}google.maps.event.addDomListener(window, 'load', initialize);