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.9416,-84.7032)};var g_a8f7812bc1d44e40f2239107eaf1c922 = new google.maps.Geocoder();g_a8f7812bc1d44e40f2239107eaf1c922.geocode( { 'address': "Powder Springs, GA 30127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powder-springs-GA-lost-mountain-crossing-shopping-center').style.display = '';map = new google.maps.Map(document.getElementById('powder-springs-GA-lost-mountain-crossing-shopping-center'), mapOptions);}document.getElementById('ec34277c').innerHTML += ' | View Map';var $la8f7812bc1d44e40f2239107eaf1c922 = '

Lost Mountain Crossing Shopping Center

Address: Powder Springs, GA 30127, USA
Phone: (770) 590-3486
';var m_a8f7812bc1d44e40f2239107eaf1c922 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lost Mountain Crossing Shopping Center',});m_a8f7812bc1d44e40f2239107eaf1c922['infowindow'] = new google.maps.InfoWindow({content: $la8f7812bc1d44e40f2239107eaf1c922});var infowindow = new google.maps.InfoWindow({content: $la8f7812bc1d44e40f2239107eaf1c922});google.maps.event.addListener(m_a8f7812bc1d44e40f2239107eaf1c922, 'click', function() {infowindow.open(map,m_a8f7812bc1d44e40f2239107eaf1c922);});$marker.push(m_a8f7812bc1d44e40f2239107eaf1c922);}});}google.maps.event.addDomListener(window, 'load', initialize);