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.8412,-83.905)};var g_0fe69954ffa80bd82ebb4e43beff060c = new google.maps.Geocoder();g_0fe69954ffa80bd82ebb4e43beff060c.geocode( { 'address': "4260 Logan Dr, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-tina-duncan').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-tina-duncan'), mapOptions);}document.getElementById('0ecc313a').innerHTML += ' | View Map';var $l0fe69954ffa80bd82ebb4e43beff060c = '

Tina Duncan

Address: 4260 Logan Dr, Loganville, GA 30052, USA
Phone: (770) 349-5994
';var m_0fe69954ffa80bd82ebb4e43beff060c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tina Duncan',});m_0fe69954ffa80bd82ebb4e43beff060c['infowindow'] = new google.maps.InfoWindow({content: $l0fe69954ffa80bd82ebb4e43beff060c});var infowindow = new google.maps.InfoWindow({content: $l0fe69954ffa80bd82ebb4e43beff060c});google.maps.event.addListener(m_0fe69954ffa80bd82ebb4e43beff060c, 'click', function() {infowindow.open(map,m_0fe69954ffa80bd82ebb4e43beff060c);});$marker.push(m_0fe69954ffa80bd82ebb4e43beff060c);}});}google.maps.event.addDomListener(window, 'load', initialize);