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.2092,-83.48)};var g_a4c23d3690de84ebda5547799b4247ad = new google.maps.Geocoder();g_a4c23d3690de84ebda5547799b4247ad.geocode( { 'address': "3219 Maysville Rd, Commerce, GA 30529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('commerce-GA-commerce-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('commerce-GA-commerce-insurance-agency'), mapOptions);}document.getElementById('2f2fb3ff').innerHTML += ' | View Map';var $la4c23d3690de84ebda5547799b4247ad = '

Commerce Insurance Agency

Address: 3219 Maysville Rd, Commerce, GA 30529, USA
Phone: (706) 336-5800
';var m_a4c23d3690de84ebda5547799b4247ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Insurance Agency',});m_a4c23d3690de84ebda5547799b4247ad['infowindow'] = new google.maps.InfoWindow({content: $la4c23d3690de84ebda5547799b4247ad});var infowindow = new google.maps.InfoWindow({content: $la4c23d3690de84ebda5547799b4247ad});google.maps.event.addListener(m_a4c23d3690de84ebda5547799b4247ad, 'click', function() {infowindow.open(map,m_a4c23d3690de84ebda5547799b4247ad);});$marker.push(m_a4c23d3690de84ebda5547799b4247ad);}});}google.maps.event.addDomListener(window, 'load', initialize);