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.7863,-84.3837)};var g_5d78d182fd5f5510588695863d22ac27 = new google.maps.Geocoder();g_5d78d182fd5f5510588695863d22ac27.geocode( { 'address': "1170 Peachtree St NE # 1200, Atlanta, GA 30309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-crystal-financial').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-crystal-financial'), mapOptions);}document.getElementById('ff022993').innerHTML += ' | View Map';var $l5d78d182fd5f5510588695863d22ac27 = '

Crystal Financial

Address: 1170 Peachtree St NE # 1200, Atlanta, GA 30309, USA
Phone: (404) 885-5757
';var m_5d78d182fd5f5510588695863d22ac27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crystal Financial',});m_5d78d182fd5f5510588695863d22ac27['infowindow'] = new google.maps.InfoWindow({content: $l5d78d182fd5f5510588695863d22ac27});var infowindow = new google.maps.InfoWindow({content: $l5d78d182fd5f5510588695863d22ac27});google.maps.event.addListener(m_5d78d182fd5f5510588695863d22ac27, 'click', function() {infowindow.open(map,m_5d78d182fd5f5510588695863d22ac27);});$marker.push(m_5d78d182fd5f5510588695863d22ac27);}});}google.maps.event.addDomListener(window, 'load', initialize);