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.849,-84.3656)};var g_8574914c1150d43dc0c998b9d574f578 = new google.maps.Geocoder();g_8574914c1150d43dc0c998b9d574f578.geocode( { 'address': "3384 Peachtree Rd #160, Atlanta, GA 30326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-regal-capital-lenders').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-regal-capital-lenders'), mapOptions);}document.getElementById('28eaeddb').innerHTML += ' | View Map';var $l8574914c1150d43dc0c998b9d574f578 = '

Regal Capital Lenders

Address: 3384 Peachtree Rd #160, Atlanta, GA 30326, USA
Phone: (404) 846-2400
';var m_8574914c1150d43dc0c998b9d574f578 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regal Capital Lenders',});m_8574914c1150d43dc0c998b9d574f578['infowindow'] = new google.maps.InfoWindow({content: $l8574914c1150d43dc0c998b9d574f578});var infowindow = new google.maps.InfoWindow({content: $l8574914c1150d43dc0c998b9d574f578});google.maps.event.addListener(m_8574914c1150d43dc0c998b9d574f578, 'click', function() {infowindow.open(map,m_8574914c1150d43dc0c998b9d574f578);});$marker.push(m_8574914c1150d43dc0c998b9d574f578);}});}google.maps.event.addDomListener(window, 'load', initialize);