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.9239,-84.3315)};var g_79cb1e98088b4db40ee690445450380c = new google.maps.Geocoder();g_79cb1e98088b4db40ee690445450380c.geocode( { 'address': "47 Perimeter Center E, Atlanta, GA 30346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-assurance-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-assurance-financial-group'), mapOptions);}document.getElementById('db284f82').innerHTML += ' | View Map';var $l79cb1e98088b4db40ee690445450380c = '

Assurance Financial Group

Address: 47 Perimeter Center E, Atlanta, GA 30346, USA
Phone: (770) 558-6695
';var m_79cb1e98088b4db40ee690445450380c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assurance Financial Group',});m_79cb1e98088b4db40ee690445450380c['infowindow'] = new google.maps.InfoWindow({content: $l79cb1e98088b4db40ee690445450380c});var infowindow = new google.maps.InfoWindow({content: $l79cb1e98088b4db40ee690445450380c});google.maps.event.addListener(m_79cb1e98088b4db40ee690445450380c, 'click', function() {infowindow.open(map,m_79cb1e98088b4db40ee690445450380c);});$marker.push(m_79cb1e98088b4db40ee690445450380c);}});}google.maps.event.addDomListener(window, 'load', initialize);