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.8874,-84.4679)};var g_c6673f8f02c698a0511065ff86d2df2d = new google.maps.Geocoder();g_c6673f8f02c698a0511065ff86d2df2d.geocode( { 'address': "900 Circle 75 Pkwy #780, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-acopia-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-acopia-home-loans'), mapOptions);}document.getElementById('07e1c3cb').innerHTML += ' | View Map';var $lc6673f8f02c698a0511065ff86d2df2d = '

Acopia Home Loans

Address: 900 Circle 75 Pkwy #780, Atlanta, GA 30339, USA
Phone: (678) 358-9500
';var m_c6673f8f02c698a0511065ff86d2df2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acopia Home Loans',});m_c6673f8f02c698a0511065ff86d2df2d['infowindow'] = new google.maps.InfoWindow({content: $lc6673f8f02c698a0511065ff86d2df2d});var infowindow = new google.maps.InfoWindow({content: $lc6673f8f02c698a0511065ff86d2df2d});google.maps.event.addListener(m_c6673f8f02c698a0511065ff86d2df2d, 'click', function() {infowindow.open(map,m_c6673f8f02c698a0511065ff86d2df2d);});$marker.push(m_c6673f8f02c698a0511065ff86d2df2d);}});}google.maps.event.addDomListener(window, 'load', initialize);