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.5039,-84.2352)};var g_ac2460b56866901d732f996b82b69d31 = new google.maps.Geocoder();g_ac2460b56866901d732f996b82b69d31.geocode( { 'address': "1465 Hudson Bridge Rd Ste 117, Stockbridge, GA 30281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockbridge-GA-marcus-leonard---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('stockbridge-GA-marcus-leonard---country-financial-representative'), mapOptions);}document.getElementById('bb3734d1').innerHTML += ' | View Map';var $lac2460b56866901d732f996b82b69d31 = '

Marcus Leonard - COUNTRY Financial Representative

Address: 1465 Hudson Bridge Rd Ste 117, Stockbridge, GA 30281, USA
Phone: (678) 289-1100
';var m_ac2460b56866901d732f996b82b69d31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marcus Leonard - COUNTRY Financial Representative',});m_ac2460b56866901d732f996b82b69d31['infowindow'] = new google.maps.InfoWindow({content: $lac2460b56866901d732f996b82b69d31});var infowindow = new google.maps.InfoWindow({content: $lac2460b56866901d732f996b82b69d31});google.maps.event.addListener(m_ac2460b56866901d732f996b82b69d31, 'click', function() {infowindow.open(map,m_ac2460b56866901d732f996b82b69d31);});$marker.push(m_ac2460b56866901d732f996b82b69d31);}});}google.maps.event.addDomListener(window, 'load', initialize);