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.9272,-84.3487)};var g_d91b315812cc8467fa2e512a5b139bbc = new google.maps.Geocoder();g_d91b315812cc8467fa2e512a5b139bbc.geocode( { 'address': "7000 Central Parkway N.E., Ste 1175, Atlanta, GA 30328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('a18de916').innerHTML += ' | View Map';var $ld91b315812cc8467fa2e512a5b139bbc = '

Primary Residential Mortgage, Inc.

Address: 7000 Central Parkway N.E., Ste 1175, Atlanta, GA 30328, USA
Phone: (770) 604-6021
';var m_d91b315812cc8467fa2e512a5b139bbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_d91b315812cc8467fa2e512a5b139bbc['infowindow'] = new google.maps.InfoWindow({content: $ld91b315812cc8467fa2e512a5b139bbc});var infowindow = new google.maps.InfoWindow({content: $ld91b315812cc8467fa2e512a5b139bbc});google.maps.event.addListener(m_d91b315812cc8467fa2e512a5b139bbc, 'click', function() {infowindow.open(map,m_d91b315812cc8467fa2e512a5b139bbc);});$marker.push(m_d91b315812cc8467fa2e512a5b139bbc);}});}google.maps.event.addDomListener(window, 'load', initialize);