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.1782,-84.505)};var g_300d1539c3b6aa1793b5678b857732cf = new google.maps.Geocoder();g_300d1539c3b6aa1793b5678b857732cf.geocode( { 'address': "111 Mountain Brook Dr #200, Canton, GA 30115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-jonathan-roberts-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-jonathan-roberts-insurance-agency'), mapOptions);}document.getElementById('49c52a61').innerHTML += ' | View Map';var $l300d1539c3b6aa1793b5678b857732cf = '

Jonathan Roberts Insurance Agency

Address: 111 Mountain Brook Dr #200, Canton, GA 30115, USA
Phone: (770) 213-3230
';var m_300d1539c3b6aa1793b5678b857732cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jonathan Roberts Insurance Agency',});m_300d1539c3b6aa1793b5678b857732cf['infowindow'] = new google.maps.InfoWindow({content: $l300d1539c3b6aa1793b5678b857732cf});var infowindow = new google.maps.InfoWindow({content: $l300d1539c3b6aa1793b5678b857732cf});google.maps.event.addListener(m_300d1539c3b6aa1793b5678b857732cf, 'click', function() {infowindow.open(map,m_300d1539c3b6aa1793b5678b857732cf);});$marker.push(m_300d1539c3b6aa1793b5678b857732cf);}});}google.maps.event.addDomListener(window, 'load', initialize);