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.7174,-85.1432)};var g_69e42dd1aa5b44d4f707c2ea3bc6f370 = new google.maps.Geocoder();g_69e42dd1aa5b44d4f707c2ea3bc6f370.geocode( { 'address': "406 Alabama Ave, Bremen, GA 30110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremen-GA-principal-mortgage-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('bremen-GA-principal-mortgage-group-llc'), mapOptions);}document.getElementById('a99f62e9').innerHTML += ' | View Map';var $l69e42dd1aa5b44d4f707c2ea3bc6f370 = '

Principal Mortgage Group, LLC

Address: 406 Alabama Ave, Bremen, GA 30110, USA
Phone: (770) 537-1105
';var m_69e42dd1aa5b44d4f707c2ea3bc6f370 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Principal Mortgage Group, LLC',});m_69e42dd1aa5b44d4f707c2ea3bc6f370['infowindow'] = new google.maps.InfoWindow({content: $l69e42dd1aa5b44d4f707c2ea3bc6f370});var infowindow = new google.maps.InfoWindow({content: $l69e42dd1aa5b44d4f707c2ea3bc6f370});google.maps.event.addListener(m_69e42dd1aa5b44d4f707c2ea3bc6f370, 'click', function() {infowindow.open(map,m_69e42dd1aa5b44d4f707c2ea3bc6f370);});$marker.push(m_69e42dd1aa5b44d4f707c2ea3bc6f370);}});}google.maps.event.addDomListener(window, 'load', initialize);