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.1201,-75.3488)};var g_cf9113ad0b4f74e1aad04f070dce6751 = new google.maps.Geocoder();g_cf9113ad0b4f74e1aad04f070dce6751.geocode( { 'address': "421 W Marshall St, Norristown, PA 19401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norristown-PA-marshall-street-mailroom-inc').style.display = '';map = new google.maps.Map(document.getElementById('norristown-PA-marshall-street-mailroom-inc'), mapOptions);}document.getElementById('1fb85d66').innerHTML += ' | View Map';var $lcf9113ad0b4f74e1aad04f070dce6751 = '

Marshall Street Mailroom Inc

Address: 421 W Marshall St, Norristown, PA 19401, USA
Phone: (610) 270-0904
';var m_cf9113ad0b4f74e1aad04f070dce6751 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marshall Street Mailroom Inc',});m_cf9113ad0b4f74e1aad04f070dce6751['infowindow'] = new google.maps.InfoWindow({content: $lcf9113ad0b4f74e1aad04f070dce6751});var infowindow = new google.maps.InfoWindow({content: $lcf9113ad0b4f74e1aad04f070dce6751});google.maps.event.addListener(m_cf9113ad0b4f74e1aad04f070dce6751, 'click', function() {infowindow.open(map,m_cf9113ad0b4f74e1aad04f070dce6751);});$marker.push(m_cf9113ad0b4f74e1aad04f070dce6751);}});}google.maps.event.addDomListener(window, 'load', initialize);