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.0507,-85.0217)};var g_7777814c3d0f7ac677d0fffd19d9961b = new google.maps.Geocoder();g_7777814c3d0f7ac677d0fffd19d9961b.geocode( { 'address': "203 Commerce Ave # A, LaGrange, GA 30241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrange-GA-cbt').style.display = '';map = new google.maps.Map(document.getElementById('lagrange-GA-cbt'), mapOptions);}document.getElementById('1e0cfc0f').innerHTML += ' | View Map';var $l7777814c3d0f7ac677d0fffd19d9961b = '

cb&T

Address: 203 Commerce Ave # A, LaGrange, GA 30241, USA
Phone:
';var m_7777814c3d0f7ac677d0fffd19d9961b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'cb&T',});m_7777814c3d0f7ac677d0fffd19d9961b['infowindow'] = new google.maps.InfoWindow({content: $l7777814c3d0f7ac677d0fffd19d9961b});var infowindow = new google.maps.InfoWindow({content: $l7777814c3d0f7ac677d0fffd19d9961b});google.maps.event.addListener(m_7777814c3d0f7ac677d0fffd19d9961b, 'click', function() {infowindow.open(map,m_7777814c3d0f7ac677d0fffd19d9961b);});$marker.push(m_7777814c3d0f7ac677d0fffd19d9961b);}});}google.maps.event.addDomListener(window, 'load', initialize);