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.77,-84.9707)};var g_902447c6ce9d4f39e12a463b4d4ff759 = new google.maps.Geocoder();g_902447c6ce9d4f39e12a463b4d4ff759.geocode( { 'address': "1244 N Glenwood Ave, Dalton, GA 30721"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dalton-GA-v-b-t').style.display = '';map = new google.maps.Map(document.getElementById('dalton-GA-v-b-t'), mapOptions);}document.getElementById('e16d4fcb').innerHTML += ' | View Map';var $l902447c6ce9d4f39e12a463b4d4ff759 = '

V B & T

Address: 1244 N Glenwood Ave, Dalton, GA 30721
Phone: (706) 217-3871
';var m_902447c6ce9d4f39e12a463b4d4ff759 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'V B & T',});m_902447c6ce9d4f39e12a463b4d4ff759['infowindow'] = new google.maps.InfoWindow({content: $l902447c6ce9d4f39e12a463b4d4ff759});var infowindow = new google.maps.InfoWindow({content: $l902447c6ce9d4f39e12a463b4d4ff759});google.maps.event.addListener(m_902447c6ce9d4f39e12a463b4d4ff759, 'click', function() {infowindow.open(map,m_902447c6ce9d4f39e12a463b4d4ff759);});$marker.push(m_902447c6ce9d4f39e12a463b4d4ff759);}});}google.maps.event.addDomListener(window, 'load', initialize);