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.3246,-78.9206)};var g_33c74d44a8c8399fd69963ecfae26b75 = new google.maps.Geocoder();g_33c74d44a8c8399fd69963ecfae26b75.geocode( { 'address': "245 Market St, Johnstown, PA 15901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnstown-PA-johnstown-industrial-development').style.display = '';map = new google.maps.Map(document.getElementById('johnstown-PA-johnstown-industrial-development'), mapOptions);}document.getElementById('8d39025e').innerHTML += ' | View Map';var $l33c74d44a8c8399fd69963ecfae26b75 = '

Johnstown Industrial Development

Address: 245 Market St, Johnstown, PA 15901, USA
Phone: (814) 535-6553
';var m_33c74d44a8c8399fd69963ecfae26b75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Johnstown Industrial Development',});m_33c74d44a8c8399fd69963ecfae26b75['infowindow'] = new google.maps.InfoWindow({content: $l33c74d44a8c8399fd69963ecfae26b75});var infowindow = new google.maps.InfoWindow({content: $l33c74d44a8c8399fd69963ecfae26b75});google.maps.event.addListener(m_33c74d44a8c8399fd69963ecfae26b75, 'click', function() {infowindow.open(map,m_33c74d44a8c8399fd69963ecfae26b75);});$marker.push(m_33c74d44a8c8399fd69963ecfae26b75);}});}google.maps.event.addDomListener(window, 'load', initialize);