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.9337,-84.3406)};var g_5bb376ec4d5eb200c8cc1839308ee094 = new google.maps.Geocoder();g_5bb376ec4d5eb200c8cc1839308ee094.geocode( { 'address': "1200 Ashwood Pkwy #200, Atlanta, GA 30338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-brightpath-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-brightpath-mortgage'), mapOptions);}document.getElementById('150d015f').innerHTML += ' | View Map';var $l5bb376ec4d5eb200c8cc1839308ee094 = '

BrightPath Mortgage

Address: 1200 Ashwood Pkwy #200, Atlanta, GA 30338, USA
Phone: (888) 222-6003
';var m_5bb376ec4d5eb200c8cc1839308ee094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BrightPath Mortgage',});m_5bb376ec4d5eb200c8cc1839308ee094['infowindow'] = new google.maps.InfoWindow({content: $l5bb376ec4d5eb200c8cc1839308ee094});var infowindow = new google.maps.InfoWindow({content: $l5bb376ec4d5eb200c8cc1839308ee094});google.maps.event.addListener(m_5bb376ec4d5eb200c8cc1839308ee094, 'click', function() {infowindow.open(map,m_5bb376ec4d5eb200c8cc1839308ee094);});$marker.push(m_5bb376ec4d5eb200c8cc1839308ee094);}});}google.maps.event.addDomListener(window, 'load', initialize);