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.7775,-84.297)};var g_abba5bdaa853a75b9a97c8d8230a2f9f = new google.maps.Geocoder();g_abba5bdaa853a75b9a97c8d8230a2f9f.geocode( { 'address': "160 Clairemont Ave #200, Decatur, GA 30030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-triton-business-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-triton-business-group-inc'), mapOptions);}document.getElementById('909fd36c').innerHTML += ' | View Map';var $labba5bdaa853a75b9a97c8d8230a2f9f = '

Triton Business Group, Inc

Address: 160 Clairemont Ave #200, Decatur, GA 30030, USA
Phone: (770) 249-2357
';var m_abba5bdaa853a75b9a97c8d8230a2f9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Triton Business Group, Inc',});m_abba5bdaa853a75b9a97c8d8230a2f9f['infowindow'] = new google.maps.InfoWindow({content: $labba5bdaa853a75b9a97c8d8230a2f9f});var infowindow = new google.maps.InfoWindow({content: $labba5bdaa853a75b9a97c8d8230a2f9f});google.maps.event.addListener(m_abba5bdaa853a75b9a97c8d8230a2f9f, 'click', function() {infowindow.open(map,m_abba5bdaa853a75b9a97c8d8230a2f9f);});$marker.push(m_abba5bdaa853a75b9a97c8d8230a2f9f);}});}google.maps.event.addDomListener(window, 'load', initialize);