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.591,-75.3035)};var g_668a2b1ccec82d575177212da2570e5d = new google.maps.Geocoder();g_668a2b1ccec82d575177212da2570e5d.geocode( { 'address': "28381 Dupont Blvd, Millsboro, DE 19966, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millsboro-DE-the-jewelry-box').style.display = '';map = new google.maps.Map(document.getElementById('millsboro-DE-the-jewelry-box'), mapOptions);}document.getElementById('561ff579').innerHTML += ' | View Map';var $l668a2b1ccec82d575177212da2570e5d = '

The Jewelry Box

Address: 28381 Dupont Blvd, Millsboro, DE 19966, USA
Phone: (302) 663-0608
';var m_668a2b1ccec82d575177212da2570e5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Jewelry Box',});m_668a2b1ccec82d575177212da2570e5d['infowindow'] = new google.maps.InfoWindow({content: $l668a2b1ccec82d575177212da2570e5d});var infowindow = new google.maps.InfoWindow({content: $l668a2b1ccec82d575177212da2570e5d});google.maps.event.addListener(m_668a2b1ccec82d575177212da2570e5d, 'click', function() {infowindow.open(map,m_668a2b1ccec82d575177212da2570e5d);});$marker.push(m_668a2b1ccec82d575177212da2570e5d);}});}google.maps.event.addDomListener(window, 'load', initialize);