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.9803,-84.3483)};var g_589c687712d833fa3f5c7475b3413943 = new google.maps.Geocoder();g_589c687712d833fa3f5c7475b3413943.geocode( { 'address': "375 Northridge Rd #600, Atlanta, GA 30350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-milend-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-milend-inc'), mapOptions);}document.getElementById('39f4f429').innerHTML += ' | View Map';var $l589c687712d833fa3f5c7475b3413943 = '

MiLEND, Inc.

Address: 375 Northridge Rd #600, Atlanta, GA 30350, USA
Phone: (770) 817-1550
';var m_589c687712d833fa3f5c7475b3413943 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MiLEND, Inc.',});m_589c687712d833fa3f5c7475b3413943['infowindow'] = new google.maps.InfoWindow({content: $l589c687712d833fa3f5c7475b3413943});var infowindow = new google.maps.InfoWindow({content: $l589c687712d833fa3f5c7475b3413943});google.maps.event.addListener(m_589c687712d833fa3f5c7475b3413943, 'click', function() {infowindow.open(map,m_589c687712d833fa3f5c7475b3413943);});$marker.push(m_589c687712d833fa3f5c7475b3413943);}});}google.maps.event.addDomListener(window, 'load', initialize);