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.0939,-84.0175)};var g_a33b19587071c7e1c11a159fb2d066f2 = new google.maps.Geocoder();g_a33b19587071c7e1c11a159fb2d066f2.geocode( { 'address': "1400 Buford Hwy, Suite R-1, Sugar Hill, GA 30518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-hill-GA-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('sugar-hill-GA-guild-mortgage-company'), mapOptions);}document.getElementById('982f2b2e').innerHTML += ' | View Map';var $la33b19587071c7e1c11a159fb2d066f2 = '

Guild Mortgage Company

Address: 1400 Buford Hwy, Suite R-1, Sugar Hill, GA 30518, USA
Phone: (678) 765-6961
';var m_a33b19587071c7e1c11a159fb2d066f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_a33b19587071c7e1c11a159fb2d066f2['infowindow'] = new google.maps.InfoWindow({content: $la33b19587071c7e1c11a159fb2d066f2});var infowindow = new google.maps.InfoWindow({content: $la33b19587071c7e1c11a159fb2d066f2});google.maps.event.addListener(m_a33b19587071c7e1c11a159fb2d066f2, 'click', function() {infowindow.open(map,m_a33b19587071c7e1c11a159fb2d066f2);});$marker.push(m_a33b19587071c7e1c11a159fb2d066f2);}});}google.maps.event.addDomListener(window, 'load', initialize);