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.0011,-83.7242)};var g_226add911fb12c77931fbe2250289cd3 = new google.maps.Geocoder();g_226add911fb12c77931fbe2250289cd3.geocode( { 'address': "311 Resource Pky, Winder, GA 30680"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winder-GA-homewise-realtors').style.display = '';map = new google.maps.Map(document.getElementById('winder-GA-homewise-realtors'), mapOptions);}document.getElementById('6089f652').innerHTML += ' | View Map';var $l226add911fb12c77931fbe2250289cd3 = '

Homewise Realtors

Address: 311 Resource Pky, Winder, GA 30680
Phone: (770) 868-8000
';var m_226add911fb12c77931fbe2250289cd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homewise Realtors',});m_226add911fb12c77931fbe2250289cd3['infowindow'] = new google.maps.InfoWindow({content: $l226add911fb12c77931fbe2250289cd3});var infowindow = new google.maps.InfoWindow({content: $l226add911fb12c77931fbe2250289cd3});google.maps.event.addListener(m_226add911fb12c77931fbe2250289cd3, 'click', function() {infowindow.open(map,m_226add911fb12c77931fbe2250289cd3);});$marker.push(m_226add911fb12c77931fbe2250289cd3);}});}google.maps.event.addDomListener(window, 'load', initialize);