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.9171,-84.3562)};var g_840510458f47713fc5869041dbdcedb7 = new google.maps.Geocoder();g_840510458f47713fc5869041dbdcedb7.geocode( { 'address': "5901 Peachtree Dunwoody Rd c100, Atlanta, GA 30328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-guild-mortgage-company'), mapOptions);}document.getElementById('6fa54587').innerHTML += ' | View Map';var $l840510458f47713fc5869041dbdcedb7 = '

Guild Mortgage Company

Address: 5901 Peachtree Dunwoody Rd c100, Atlanta, GA 30328, USA
Phone: (678) 736-8500
';var m_840510458f47713fc5869041dbdcedb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_840510458f47713fc5869041dbdcedb7['infowindow'] = new google.maps.InfoWindow({content: $l840510458f47713fc5869041dbdcedb7});var infowindow = new google.maps.InfoWindow({content: $l840510458f47713fc5869041dbdcedb7});google.maps.event.addListener(m_840510458f47713fc5869041dbdcedb7, 'click', function() {infowindow.open(map,m_840510458f47713fc5869041dbdcedb7);});$marker.push(m_840510458f47713fc5869041dbdcedb7);}});}google.maps.event.addDomListener(window, 'load', initialize);