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(38.3145,-77.469)};var g_9974c42ea3648bf8fdbf83d7aa925dfa = new google.maps.Geocoder();g_9974c42ea3648bf8fdbf83d7aa925dfa.geocode( { 'address': "2217 Princess Anne St #210, Fredericksburg, VA 22401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-shaanicreates').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-shaanicreates'), mapOptions);}document.getElementById('facda34f').innerHTML += ' | View Map';var $l9974c42ea3648bf8fdbf83d7aa925dfa = '

ShaaniCreates

Address: 2217 Princess Anne St #210, Fredericksburg, VA 22401, USA
Phone: (540) 227-7501
';var m_9974c42ea3648bf8fdbf83d7aa925dfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ShaaniCreates',});m_9974c42ea3648bf8fdbf83d7aa925dfa['infowindow'] = new google.maps.InfoWindow({content: $l9974c42ea3648bf8fdbf83d7aa925dfa});var infowindow = new google.maps.InfoWindow({content: $l9974c42ea3648bf8fdbf83d7aa925dfa});google.maps.event.addListener(m_9974c42ea3648bf8fdbf83d7aa925dfa, 'click', function() {infowindow.open(map,m_9974c42ea3648bf8fdbf83d7aa925dfa);});$marker.push(m_9974c42ea3648bf8fdbf83d7aa925dfa);}});}google.maps.event.addDomListener(window, 'load', initialize);