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(39.1149,-77.5645)};var g_5165bb7092845d883f5d8fd52d1f32b5 = new google.maps.Geocoder();g_5165bb7092845d883f5d8fd52d1f32b5.geocode( { 'address': "14 S King St, Leesburg, VA 20175, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-VA-the-other-kind-of-jewelry-store').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-VA-the-other-kind-of-jewelry-store'), mapOptions);}document.getElementById('3d37d414').innerHTML += ' | View Map';var $l5165bb7092845d883f5d8fd52d1f32b5 = '

The Other Kind of Jewelry Store

Address: 14 S King St, Leesburg, VA 20175, USA
Phone: (703) 777-9339
';var m_5165bb7092845d883f5d8fd52d1f32b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Other Kind of Jewelry Store',});m_5165bb7092845d883f5d8fd52d1f32b5['infowindow'] = new google.maps.InfoWindow({content: $l5165bb7092845d883f5d8fd52d1f32b5});var infowindow = new google.maps.InfoWindow({content: $l5165bb7092845d883f5d8fd52d1f32b5});google.maps.event.addListener(m_5165bb7092845d883f5d8fd52d1f32b5, 'click', function() {infowindow.open(map,m_5165bb7092845d883f5d8fd52d1f32b5);});$marker.push(m_5165bb7092845d883f5d8fd52d1f32b5);}});}google.maps.event.addDomListener(window, 'load', initialize);