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.452,-84.484)};var g_0f94da41ed840a4747a1be60f2065c30 = new google.maps.Geocoder();g_0f94da41ed840a4747a1be60f2065c30.geocode( { 'address': "170 Bastille Way, Fayetteville, GA 30214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fayetteville-GA-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('fayetteville-GA-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('02731201').innerHTML += ' | View Map';var $l0f94da41ed840a4747a1be60f2065c30 = '

Primary Residential Mortgage, Inc

Address: 170 Bastille Way, Fayetteville, GA 30214, USA
Phone: (770) 716-9412
';var m_0f94da41ed840a4747a1be60f2065c30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc',});m_0f94da41ed840a4747a1be60f2065c30['infowindow'] = new google.maps.InfoWindow({content: $l0f94da41ed840a4747a1be60f2065c30});var infowindow = new google.maps.InfoWindow({content: $l0f94da41ed840a4747a1be60f2065c30});google.maps.event.addListener(m_0f94da41ed840a4747a1be60f2065c30, 'click', function() {infowindow.open(map,m_0f94da41ed840a4747a1be60f2065c30);});$marker.push(m_0f94da41ed840a4747a1be60f2065c30);}});}google.maps.event.addDomListener(window, 'load', initialize);