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.9537,-84.5412)};var g_396611b4961e670693dbd21d2b6f4e65 = new google.maps.Geocoder();g_396611b4961e670693dbd21d2b6f4e65.geocode( { 'address': "1111 S Marietta Pkwy SE, Marietta, GA 30060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-stallings-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-stallings-financial-group'), mapOptions);}document.getElementById('7e3f19e7').innerHTML += ' | View Map';var $l396611b4961e670693dbd21d2b6f4e65 = '

Stallings Financial Group

Address: 1111 S Marietta Pkwy SE, Marietta, GA 30060
Phone: (770) 428-2454
';var m_396611b4961e670693dbd21d2b6f4e65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stallings Financial Group',});m_396611b4961e670693dbd21d2b6f4e65['infowindow'] = new google.maps.InfoWindow({content: $l396611b4961e670693dbd21d2b6f4e65});var infowindow = new google.maps.InfoWindow({content: $l396611b4961e670693dbd21d2b6f4e65});google.maps.event.addListener(m_396611b4961e670693dbd21d2b6f4e65, 'click', function() {infowindow.open(map,m_396611b4961e670693dbd21d2b6f4e65);});$marker.push(m_396611b4961e670693dbd21d2b6f4e65);}});}google.maps.event.addDomListener(window, 'load', initialize);