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.4359,-84.1654)};var g_165a71a43856b1b8ab70b0dea34144e8 = new google.maps.Geocoder();g_165a71a43856b1b8ab70b0dea34144e8.geocode( { 'address': "135 McDonough Pkwy, McDonough, GA 30253, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonough-GA-jt-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('mcdonough-GA-jt-group-inc'), mapOptions);}document.getElementById('b086e91c').innerHTML += ' | View Map';var $l165a71a43856b1b8ab70b0dea34144e8 = '

JT GROUP INC.

Address: 135 McDonough Pkwy, McDonough, GA 30253, USA
Phone: (678) 432-3088
';var m_165a71a43856b1b8ab70b0dea34144e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JT GROUP INC.',});m_165a71a43856b1b8ab70b0dea34144e8['infowindow'] = new google.maps.InfoWindow({content: $l165a71a43856b1b8ab70b0dea34144e8});var infowindow = new google.maps.InfoWindow({content: $l165a71a43856b1b8ab70b0dea34144e8});google.maps.event.addListener(m_165a71a43856b1b8ab70b0dea34144e8, 'click', function() {infowindow.open(map,m_165a71a43856b1b8ab70b0dea34144e8);});$marker.push(m_165a71a43856b1b8ab70b0dea34144e8);}});}google.maps.event.addDomListener(window, 'load', initialize);