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_2245e192222684b03600e6bf71a87b1a = new google.maps.Geocoder();g_2245e192222684b03600e6bf71a87b1a.geocode( { 'address': "2800 Shallowford Rd NE, Atlanta, GA 30341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-kowalsky-tax-financial-counseling').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-kowalsky-tax-financial-counseling'), mapOptions);}document.getElementById('9a74bb8c').innerHTML += ' | View Map';var $l2245e192222684b03600e6bf71a87b1a = '

Kowalsky Tax & Financial Counseling

Address: 2800 Shallowford Rd NE, Atlanta, GA 30341
Phone: (770) 455-0030
';var m_2245e192222684b03600e6bf71a87b1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kowalsky Tax & Financial Counseling',});m_2245e192222684b03600e6bf71a87b1a['infowindow'] = new google.maps.InfoWindow({content: $l2245e192222684b03600e6bf71a87b1a});var infowindow = new google.maps.InfoWindow({content: $l2245e192222684b03600e6bf71a87b1a});google.maps.event.addListener(m_2245e192222684b03600e6bf71a87b1a, 'click', function() {infowindow.open(map,m_2245e192222684b03600e6bf71a87b1a);});$marker.push(m_2245e192222684b03600e6bf71a87b1a);}});}google.maps.event.addDomListener(window, 'load', initialize);