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.5711,-84.5486)};var g_d2f7fcc4b9779a39d37dc316976dfaf9 = new google.maps.Geocoder();g_d2f7fcc4b9779a39d37dc316976dfaf9.geocode( { 'address': "4910 Jonesboro Rd #101, Union City, GA 30291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-brian-poe--associates').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-brian-poe--associates'), mapOptions);}document.getElementById('102d3a6a').innerHTML += ' | View Map';var $ld2f7fcc4b9779a39d37dc316976dfaf9 = '

Brian Poe & Associates

Address: 4910 Jonesboro Rd #101, Union City, GA 30291, USA
Phone: (770) 892-2230
';var m_d2f7fcc4b9779a39d37dc316976dfaf9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brian Poe & Associates',});m_d2f7fcc4b9779a39d37dc316976dfaf9['infowindow'] = new google.maps.InfoWindow({content: $ld2f7fcc4b9779a39d37dc316976dfaf9});var infowindow = new google.maps.InfoWindow({content: $ld2f7fcc4b9779a39d37dc316976dfaf9});google.maps.event.addListener(m_d2f7fcc4b9779a39d37dc316976dfaf9, 'click', function() {infowindow.open(map,m_d2f7fcc4b9779a39d37dc316976dfaf9);});$marker.push(m_d2f7fcc4b9779a39d37dc316976dfaf9);}});}google.maps.event.addDomListener(window, 'load', initialize);