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_6da987f4db3577a16f958f27c6d0a251 = new google.maps.Geocoder();g_6da987f4db3577a16f958f27c6d0a251.geocode( { 'address': "1280 W Peachtree St NW, Atlanta, GA 30309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-y-martin-associates').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-y-martin-associates'), mapOptions);}document.getElementById('e37280d8').innerHTML += ' | View Map';var $l6da987f4db3577a16f958f27c6d0a251 = '

Y Martin & Associates

Address: 1280 W Peachtree St NW, Atlanta, GA 30309
Phone: (404) 812-7077
';var m_6da987f4db3577a16f958f27c6d0a251 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Y Martin & Associates',});m_6da987f4db3577a16f958f27c6d0a251['infowindow'] = new google.maps.InfoWindow({content: $l6da987f4db3577a16f958f27c6d0a251});var infowindow = new google.maps.InfoWindow({content: $l6da987f4db3577a16f958f27c6d0a251});google.maps.event.addListener(m_6da987f4db3577a16f958f27c6d0a251, 'click', function() {infowindow.open(map,m_6da987f4db3577a16f958f27c6d0a251);});$marker.push(m_6da987f4db3577a16f958f27c6d0a251);}});}google.maps.event.addDomListener(window, 'load', initialize);