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.98,-84.1125)};var g_6a2aa119e15ce51a2e31408bc67cc8b0 = new google.maps.Geocoder();g_6a2aa119e15ce51a2e31408bc67cc8b0.geocode( { 'address': "2444 Duluth Hwy #101, Duluth, GA 30097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-prime-home-loan').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-prime-home-loan'), mapOptions);}document.getElementById('824ebf15').innerHTML += ' | View Map';var $l6a2aa119e15ce51a2e31408bc67cc8b0 = '

Prime Home Loan

Address: 2444 Duluth Hwy #101, Duluth, GA 30097, USA
Phone: (678) 638-1447
';var m_6a2aa119e15ce51a2e31408bc67cc8b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Home Loan',});m_6a2aa119e15ce51a2e31408bc67cc8b0['infowindow'] = new google.maps.InfoWindow({content: $l6a2aa119e15ce51a2e31408bc67cc8b0});var infowindow = new google.maps.InfoWindow({content: $l6a2aa119e15ce51a2e31408bc67cc8b0});google.maps.event.addListener(m_6a2aa119e15ce51a2e31408bc67cc8b0, 'click', function() {infowindow.open(map,m_6a2aa119e15ce51a2e31408bc67cc8b0);});$marker.push(m_6a2aa119e15ce51a2e31408bc67cc8b0);}});}google.maps.event.addDomListener(window, 'load', initialize);