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.0206,-85.2519)};var g_ad1ef762aa137aaa79f358cd6f9a0903 = new google.maps.Geocoder();g_ad1ef762aa137aaa79f358cd6f9a0903.geocode( { 'address': "510 N Main St, Cedartown, GA 30125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedartown-GA-cedartown-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('cedartown-GA-cedartown-insurance-agency'), mapOptions);}document.getElementById('5e6c2ef7').innerHTML += ' | View Map';var $lad1ef762aa137aaa79f358cd6f9a0903 = '

Cedartown Insurance Agency

Address: 510 N Main St, Cedartown, GA 30125, USA
Phone: (770) 748-1653
';var m_ad1ef762aa137aaa79f358cd6f9a0903 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cedartown Insurance Agency',});m_ad1ef762aa137aaa79f358cd6f9a0903['infowindow'] = new google.maps.InfoWindow({content: $lad1ef762aa137aaa79f358cd6f9a0903});var infowindow = new google.maps.InfoWindow({content: $lad1ef762aa137aaa79f358cd6f9a0903});google.maps.event.addListener(m_ad1ef762aa137aaa79f358cd6f9a0903, 'click', function() {infowindow.open(map,m_ad1ef762aa137aaa79f358cd6f9a0903);});$marker.push(m_ad1ef762aa137aaa79f358cd6f9a0903);}});}google.maps.event.addDomListener(window, 'load', initialize);