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(31.2154,-82.3594)};var g_651879fc71a949799c689f9fed17ee4d = new google.maps.Geocoder();g_651879fc71a949799c689f9fed17ee4d.geocode( { 'address': "500 Albany Ave, Waycross, GA 31501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waycross-GA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('waycross-GA-bbt-atm'), mapOptions);}document.getElementById('2f80b26c').innerHTML += ' | View Map';var $l651879fc71a949799c689f9fed17ee4d = '

BB&T ATM

Address: 500 Albany Ave, Waycross, GA 31501, USA
Phone: (800) 226-5228
';var m_651879fc71a949799c689f9fed17ee4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_651879fc71a949799c689f9fed17ee4d['infowindow'] = new google.maps.InfoWindow({content: $l651879fc71a949799c689f9fed17ee4d});var infowindow = new google.maps.InfoWindow({content: $l651879fc71a949799c689f9fed17ee4d});google.maps.event.addListener(m_651879fc71a949799c689f9fed17ee4d, 'click', function() {infowindow.open(map,m_651879fc71a949799c689f9fed17ee4d);});$marker.push(m_651879fc71a949799c689f9fed17ee4d);}});}google.maps.event.addDomListener(window, 'load', initialize);