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.8195,-86.6074)};var g_251a60450861c46c6bd982611b229f79 = new google.maps.Geocoder();g_251a60450861c46c6bd982611b229f79.geocode( { 'address': "120 Greenville Byp, Greenville, AL 36037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('greenville-AL-bbt'), mapOptions);}document.getElementById('2ed30d53').innerHTML += ' | View Map';var $l251a60450861c46c6bd982611b229f79 = '

Bb&T

Address: 120 Greenville Byp, Greenville, AL 36037
Phone: (334) 382-6523
';var m_251a60450861c46c6bd982611b229f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_251a60450861c46c6bd982611b229f79['infowindow'] = new google.maps.InfoWindow({content: $l251a60450861c46c6bd982611b229f79});var infowindow = new google.maps.InfoWindow({content: $l251a60450861c46c6bd982611b229f79});google.maps.event.addListener(m_251a60450861c46c6bd982611b229f79, 'click', function() {infowindow.open(map,m_251a60450861c46c6bd982611b229f79);});$marker.push(m_251a60450861c46c6bd982611b229f79);}});}google.maps.event.addDomListener(window, 'load', initialize);