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(35.308,-77.7899)};var g_b9a6863e190d34cecd1a9c99c5b9959f = new google.maps.Geocoder();g_b9a6863e190d34cecd1a9c99c5b9959f.geocode( { 'address': "104 E Washington St, La Grange, NC 28551"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grange-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('la-grange-NC-bbt'), mapOptions);}document.getElementById('8ed72252').innerHTML += ' | View Map';var $lb9a6863e190d34cecd1a9c99c5b9959f = '

Bb&T

Address: 104 E Washington St, La Grange, NC 28551
Phone: (252) 566-3175
';var m_b9a6863e190d34cecd1a9c99c5b9959f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_b9a6863e190d34cecd1a9c99c5b9959f['infowindow'] = new google.maps.InfoWindow({content: $lb9a6863e190d34cecd1a9c99c5b9959f});var infowindow = new google.maps.InfoWindow({content: $lb9a6863e190d34cecd1a9c99c5b9959f});google.maps.event.addListener(m_b9a6863e190d34cecd1a9c99c5b9959f, 'click', function() {infowindow.open(map,m_b9a6863e190d34cecd1a9c99c5b9959f);});$marker.push(m_b9a6863e190d34cecd1a9c99c5b9959f);}});}google.maps.event.addDomListener(window, 'load', initialize);