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(33.8384,-87.2314)};var g_3969214cf75af11c1a013e4386787c54 = new google.maps.Geocoder();g_3969214cf75af11c1a013e4386787c54.geocode( { 'address': "3901 Hwy 78 E, Jasper, AL 35501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-bbt-bank'), mapOptions);}document.getElementById('9ecac2b0').innerHTML += ' | View Map';var $l3969214cf75af11c1a013e4386787c54 = '

BB&T Bank

Address: 3901 Hwy 78 E, Jasper, AL 35501, USA
Phone: (205) 221-4700
';var m_3969214cf75af11c1a013e4386787c54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_3969214cf75af11c1a013e4386787c54['infowindow'] = new google.maps.InfoWindow({content: $l3969214cf75af11c1a013e4386787c54});var infowindow = new google.maps.InfoWindow({content: $l3969214cf75af11c1a013e4386787c54});google.maps.event.addListener(m_3969214cf75af11c1a013e4386787c54, 'click', function() {infowindow.open(map,m_3969214cf75af11c1a013e4386787c54);});$marker.push(m_3969214cf75af11c1a013e4386787c54);}});}google.maps.event.addDomListener(window, 'load', initialize);