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.917,-84.3546)};var g_0ae56f8ea96a4ad55d383a942063b788 = new google.maps.Geocoder();g_0ae56f8ea96a4ad55d383a942063b788.geocode( { 'address': "The Queen Building, 5 Concourse Pkwy #300, Atlanta, GA 30328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-fortiva-financial').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-fortiva-financial'), mapOptions);}document.getElementById('48fdd05d').innerHTML += ' | View Map';var $l0ae56f8ea96a4ad55d383a942063b788 = '

Fortiva Financial

Address: The Queen Building, 5 Concourse Pkwy #300, Atlanta, GA 30328, USA
Phone: (800) 710-2961
';var m_0ae56f8ea96a4ad55d383a942063b788 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fortiva Financial',});m_0ae56f8ea96a4ad55d383a942063b788['infowindow'] = new google.maps.InfoWindow({content: $l0ae56f8ea96a4ad55d383a942063b788});var infowindow = new google.maps.InfoWindow({content: $l0ae56f8ea96a4ad55d383a942063b788});google.maps.event.addListener(m_0ae56f8ea96a4ad55d383a942063b788, 'click', function() {infowindow.open(map,m_0ae56f8ea96a4ad55d383a942063b788);});$marker.push(m_0ae56f8ea96a4ad55d383a942063b788);}});}google.maps.event.addDomListener(window, 'load', initialize);