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(43.0555,-70.769)};var g_cdd7ff6b4f52cbda7f3e6be852265db1 = new google.maps.Geocoder();g_cdd7ff6b4f52cbda7f3e6be852265db1.geocode( { 'address': "599 US-1, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-port-city-coin--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-port-city-coin--jewelry'), mapOptions);}document.getElementById('35ebf11d').innerHTML += ' | View Map';var $lcdd7ff6b4f52cbda7f3e6be852265db1 = '

Port City Coin & Jewelry

Address: 599 US-1, Portsmouth, NH 03801, USA
Phone: (603) 373-6185
';var m_cdd7ff6b4f52cbda7f3e6be852265db1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Port City Coin & Jewelry',});m_cdd7ff6b4f52cbda7f3e6be852265db1['infowindow'] = new google.maps.InfoWindow({content: $lcdd7ff6b4f52cbda7f3e6be852265db1});var infowindow = new google.maps.InfoWindow({content: $lcdd7ff6b4f52cbda7f3e6be852265db1});google.maps.event.addListener(m_cdd7ff6b4f52cbda7f3e6be852265db1, 'click', function() {infowindow.open(map,m_cdd7ff6b4f52cbda7f3e6be852265db1);});$marker.push(m_cdd7ff6b4f52cbda7f3e6be852265db1);}});}google.maps.event.addDomListener(window, 'load', initialize);