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(34.602,-83.7663)};var g_96e4969057abe2915fdc15bba734dbbb = new google.maps.Geocoder();g_96e4969057abe2915fdc15bba734dbbb.geocode( { 'address': "379 N Main St, Cleveland, GA 30528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-GA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-GA-bbt-atm'), mapOptions);}document.getElementById('df160669').innerHTML += ' | View Map';var $l96e4969057abe2915fdc15bba734dbbb = '

BB&T ATM

Address: 379 N Main St, Cleveland, GA 30528, USA
Phone: (800) 226-5228
';var m_96e4969057abe2915fdc15bba734dbbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_96e4969057abe2915fdc15bba734dbbb['infowindow'] = new google.maps.InfoWindow({content: $l96e4969057abe2915fdc15bba734dbbb});var infowindow = new google.maps.InfoWindow({content: $l96e4969057abe2915fdc15bba734dbbb});google.maps.event.addListener(m_96e4969057abe2915fdc15bba734dbbb, 'click', function() {infowindow.open(map,m_96e4969057abe2915fdc15bba734dbbb);});$marker.push(m_96e4969057abe2915fdc15bba734dbbb);}});}google.maps.event.addDomListener(window, 'load', initialize);