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.98,-84.4847)};var g_dcf9852cc94412eb1696d89478da70b4 = new google.maps.Geocoder();g_dcf9852cc94412eb1696d89478da70b4.geocode( { 'address': "212 Orleans Ave, Marietta, GA 30062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-virgin-financial-solution').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-virgin-financial-solution'), mapOptions);}document.getElementById('9082bf3c').innerHTML += ' | View Map';var $ldcf9852cc94412eb1696d89478da70b4 = '

Virgin Financial Solution

Address: 212 Orleans Ave, Marietta, GA 30062, USA
Phone: (516) 986-4981
';var m_dcf9852cc94412eb1696d89478da70b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virgin Financial Solution',});m_dcf9852cc94412eb1696d89478da70b4['infowindow'] = new google.maps.InfoWindow({content: $ldcf9852cc94412eb1696d89478da70b4});var infowindow = new google.maps.InfoWindow({content: $ldcf9852cc94412eb1696d89478da70b4});google.maps.event.addListener(m_dcf9852cc94412eb1696d89478da70b4, 'click', function() {infowindow.open(map,m_dcf9852cc94412eb1696d89478da70b4);});$marker.push(m_dcf9852cc94412eb1696d89478da70b4);}});}google.maps.event.addDomListener(window, 'load', initialize);