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.3477,-86.3023)};var g_bb7a7b1460f9e2bd1bb48fe81ea3da4a = new google.maps.Geocoder();g_bb7a7b1460f9e2bd1bb48fe81ea3da4a.geocode( { 'address': "1302 Gunter Ave, Guntersville, AL 35976, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guntersville-AL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('guntersville-AL-bbt-atm'), mapOptions);}document.getElementById('29ac4635').innerHTML += ' | View Map';var $lbb7a7b1460f9e2bd1bb48fe81ea3da4a = '

BB&T ATM

Address: 1302 Gunter Ave, Guntersville, AL 35976, USA
Phone: (800) 226-5228
';var m_bb7a7b1460f9e2bd1bb48fe81ea3da4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_bb7a7b1460f9e2bd1bb48fe81ea3da4a['infowindow'] = new google.maps.InfoWindow({content: $lbb7a7b1460f9e2bd1bb48fe81ea3da4a});var infowindow = new google.maps.InfoWindow({content: $lbb7a7b1460f9e2bd1bb48fe81ea3da4a});google.maps.event.addListener(m_bb7a7b1460f9e2bd1bb48fe81ea3da4a, 'click', function() {infowindow.open(map,m_bb7a7b1460f9e2bd1bb48fe81ea3da4a);});$marker.push(m_bb7a7b1460f9e2bd1bb48fe81ea3da4a);}});}google.maps.event.addDomListener(window, 'load', initialize);