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.2582,-84.4628)};var g_50e8d294d7bce40086885257076ede3f = new google.maps.Geocoder();g_50e8d294d7bce40086885257076ede3f.geocode( { 'address': "1558 Riverstone Pkwy #130, Canton, GA 30114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-david-resendiz-cotton-states-insurance').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-david-resendiz-cotton-states-insurance'), mapOptions);}document.getElementById('5c338983').innerHTML += ' | View Map';var $l50e8d294d7bce40086885257076ede3f = '

David Resendiz Cotton States Insurance

Address: 1558 Riverstone Pkwy #130, Canton, GA 30114, USA
Phone: (678) 687-1626
';var m_50e8d294d7bce40086885257076ede3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Resendiz Cotton States Insurance',});m_50e8d294d7bce40086885257076ede3f['infowindow'] = new google.maps.InfoWindow({content: $l50e8d294d7bce40086885257076ede3f});var infowindow = new google.maps.InfoWindow({content: $l50e8d294d7bce40086885257076ede3f});google.maps.event.addListener(m_50e8d294d7bce40086885257076ede3f, 'click', function() {infowindow.open(map,m_50e8d294d7bce40086885257076ede3f);});$marker.push(m_50e8d294d7bce40086885257076ede3f);}});}google.maps.event.addDomListener(window, 'load', initialize);