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(36.2975,-76.2434)};var g_74b55fdee230f9a935005b82744c4fa4 = new google.maps.Geocoder();g_74b55fdee230f9a935005b82744c4fa4.geocode( { 'address': "404 S Hughes Blvd, Elizabeth City, NC 27909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabeth-city-NC-chaunceys-pawn--gun').style.display = '';map = new google.maps.Map(document.getElementById('elizabeth-city-NC-chaunceys-pawn--gun'), mapOptions);}document.getElementById('05a79083').innerHTML += ' | View Map';var $l74b55fdee230f9a935005b82744c4fa4 = '

Chauncey's Pawn & Gun

Address: 404 S Hughes Blvd, Elizabeth City, NC 27909, USA
Phone: (252) 337-7296
';var m_74b55fdee230f9a935005b82744c4fa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chauncey's Pawn & Gun',});m_74b55fdee230f9a935005b82744c4fa4['infowindow'] = new google.maps.InfoWindow({content: $l74b55fdee230f9a935005b82744c4fa4});var infowindow = new google.maps.InfoWindow({content: $l74b55fdee230f9a935005b82744c4fa4});google.maps.event.addListener(m_74b55fdee230f9a935005b82744c4fa4, 'click', function() {infowindow.open(map,m_74b55fdee230f9a935005b82744c4fa4);});$marker.push(m_74b55fdee230f9a935005b82744c4fa4);}});}google.maps.event.addDomListener(window, 'load', initialize);