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(37.0187,-76.3218)};var g_1d40405117a018b50856ecb2278da2a7 = new google.maps.Geocoder();g_1d40405117a018b50856ecb2278da2a7.geocode( { 'address': "25 S Mallory St, Hampton, VA 23663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-VA-epsteins-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('hampton-VA-epsteins-pawn-shop'), mapOptions);}document.getElementById('b593179e').innerHTML += ' | View Map';var $l1d40405117a018b50856ecb2278da2a7 = '

Epstein's Pawn Shop

Address: 25 S Mallory St, Hampton, VA 23663, USA
Phone: (757) 723-4796
';var m_1d40405117a018b50856ecb2278da2a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Epstein's Pawn Shop',});m_1d40405117a018b50856ecb2278da2a7['infowindow'] = new google.maps.InfoWindow({content: $l1d40405117a018b50856ecb2278da2a7});var infowindow = new google.maps.InfoWindow({content: $l1d40405117a018b50856ecb2278da2a7});google.maps.event.addListener(m_1d40405117a018b50856ecb2278da2a7, 'click', function() {infowindow.open(map,m_1d40405117a018b50856ecb2278da2a7);});$marker.push(m_1d40405117a018b50856ecb2278da2a7);}});}google.maps.event.addDomListener(window, 'load', initialize);