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_6587f3f6839dc4091f5c6afe2148ac7f = new google.maps.Geocoder();g_6587f3f6839dc4091f5c6afe2148ac7f.geocode( { 'address': "3455 Peachtree Rd NE, Atlanta, GA 30326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-cwr-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-cwr-financial-group'), mapOptions);}document.getElementById('e3aa5b7c').innerHTML += ' | View Map';var $l6587f3f6839dc4091f5c6afe2148ac7f = '

CWR Financial Group

Address: 3455 Peachtree Rd NE, Atlanta, GA 30326
Phone: (404) 995-7004
';var m_6587f3f6839dc4091f5c6afe2148ac7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CWR Financial Group',});m_6587f3f6839dc4091f5c6afe2148ac7f['infowindow'] = new google.maps.InfoWindow({content: $l6587f3f6839dc4091f5c6afe2148ac7f});var infowindow = new google.maps.InfoWindow({content: $l6587f3f6839dc4091f5c6afe2148ac7f});google.maps.event.addListener(m_6587f3f6839dc4091f5c6afe2148ac7f, 'click', function() {infowindow.open(map,m_6587f3f6839dc4091f5c6afe2148ac7f);});$marker.push(m_6587f3f6839dc4091f5c6afe2148ac7f);}});}google.maps.event.addDomListener(window, 'load', initialize);