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(40.2457,-75.6489)};var g_d18d162b77b4dc101430d0c28b7196c5 = new google.maps.Geocoder();g_d18d162b77b4dc101430d0c28b7196c5.geocode( { 'address': "237 E High St, Pottstown, PA 19464, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottstown-PA-federal-coin-exchange').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-federal-coin-exchange'), mapOptions);}document.getElementById('ee44d4a9').innerHTML += ' | View Map';var $ld18d162b77b4dc101430d0c28b7196c5 = '

Federal Coin Exchange

Address: 237 E High St, Pottstown, PA 19464, USA
Phone: (610) 323-6700
';var m_d18d162b77b4dc101430d0c28b7196c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Coin Exchange',});m_d18d162b77b4dc101430d0c28b7196c5['infowindow'] = new google.maps.InfoWindow({content: $ld18d162b77b4dc101430d0c28b7196c5});var infowindow = new google.maps.InfoWindow({content: $ld18d162b77b4dc101430d0c28b7196c5});google.maps.event.addListener(m_d18d162b77b4dc101430d0c28b7196c5, 'click', function() {infowindow.open(map,m_d18d162b77b4dc101430d0c28b7196c5);});$marker.push(m_d18d162b77b4dc101430d0c28b7196c5);}});}google.maps.event.addDomListener(window, 'load', initialize);