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.8559,-84.3953)};var g_2a74cd4ac8e8019fce27b708260bd533 = new google.maps.Geocoder();g_2a74cd4ac8e8019fce27b708260bd533.geocode( { 'address': "682 Boulevard NE, Atlanta, GA 30308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-a-plus-financial-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-a-plus-financial-services-llc'), mapOptions);}document.getElementById('b9fe73ad').innerHTML += ' | View Map';var $l2a74cd4ac8e8019fce27b708260bd533 = '

A Plus Financial Services, LLC

Address: 682 Boulevard NE, Atlanta, GA 30308
Phone: (404) 347-7625
';var m_2a74cd4ac8e8019fce27b708260bd533 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Plus Financial Services, LLC',});m_2a74cd4ac8e8019fce27b708260bd533['infowindow'] = new google.maps.InfoWindow({content: $l2a74cd4ac8e8019fce27b708260bd533});var infowindow = new google.maps.InfoWindow({content: $l2a74cd4ac8e8019fce27b708260bd533});google.maps.event.addListener(m_2a74cd4ac8e8019fce27b708260bd533, 'click', function() {infowindow.open(map,m_2a74cd4ac8e8019fce27b708260bd533);});$marker.push(m_2a74cd4ac8e8019fce27b708260bd533);}});}google.maps.event.addDomListener(window, 'load', initialize);