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.8978,-84.461)};var g_aaa07817d7cd2a7dce9e0ffac6286dbb = new google.maps.Geocoder();g_aaa07817d7cd2a7dce9e0ffac6286dbb.geocode( { 'address': "280 Interstate N Cir SE # 400, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-crif-lending-solutions').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-crif-lending-solutions'), mapOptions);}document.getElementById('98c65a61').innerHTML += ' | View Map';var $laaa07817d7cd2a7dce9e0ffac6286dbb = '

CRIF Lending Solutions

Address: 280 Interstate N Cir SE # 400, Atlanta, GA 30339, USA
Phone: (770) 952-4940
';var m_aaa07817d7cd2a7dce9e0ffac6286dbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CRIF Lending Solutions',});m_aaa07817d7cd2a7dce9e0ffac6286dbb['infowindow'] = new google.maps.InfoWindow({content: $laaa07817d7cd2a7dce9e0ffac6286dbb});var infowindow = new google.maps.InfoWindow({content: $laaa07817d7cd2a7dce9e0ffac6286dbb});google.maps.event.addListener(m_aaa07817d7cd2a7dce9e0ffac6286dbb, 'click', function() {infowindow.open(map,m_aaa07817d7cd2a7dce9e0ffac6286dbb);});$marker.push(m_aaa07817d7cd2a7dce9e0ffac6286dbb);}});}google.maps.event.addDomListener(window, 'load', initialize);