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.15,-75.5315)};var g_b073ce3b662c38ab02c8fd02ce384a44 = new google.maps.Geocoder();g_b073ce3b662c38ab02c8fd02ce384a44.geocode( { 'address': "53 Greentree Dr, Dover, DE 19904"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-DE-first-state-coin-co').style.display = '';map = new google.maps.Map(document.getElementById('dover-DE-first-state-coin-co'), mapOptions);}document.getElementById('da791a74').innerHTML += ' | View Map';var $lb073ce3b662c38ab02c8fd02ce384a44 = '

First State Coin Co.

Address: 53 Greentree Dr, Dover, DE 19904
Phone: (302) 734-7776
';var m_b073ce3b662c38ab02c8fd02ce384a44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Coin Co.',});m_b073ce3b662c38ab02c8fd02ce384a44['infowindow'] = new google.maps.InfoWindow({content: $lb073ce3b662c38ab02c8fd02ce384a44});var infowindow = new google.maps.InfoWindow({content: $lb073ce3b662c38ab02c8fd02ce384a44});google.maps.event.addListener(m_b073ce3b662c38ab02c8fd02ce384a44, 'click', function() {infowindow.open(map,m_b073ce3b662c38ab02c8fd02ce384a44);});$marker.push(m_b073ce3b662c38ab02c8fd02ce384a44);}});}google.maps.event.addDomListener(window, 'load', initialize);