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.6058,-80.2802)};var g_282130f6eb585e7196b1e4d75463b4da = new google.maps.Geocoder();g_282130f6eb585e7196b1e4d75463b4da.geocode( { 'address': "913 23rd St A, Aliquippa, PA 15001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliquippa-PA-park-international-inc').style.display = '';map = new google.maps.Map(document.getElementById('aliquippa-PA-park-international-inc'), mapOptions);}document.getElementById('af28f7f4').innerHTML += ' | View Map';var $l282130f6eb585e7196b1e4d75463b4da = '

Park International Inc

Address: 913 23rd St A, Aliquippa, PA 15001, USA
Phone: (724) 512-0110
';var m_282130f6eb585e7196b1e4d75463b4da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Park International Inc',});m_282130f6eb585e7196b1e4d75463b4da['infowindow'] = new google.maps.InfoWindow({content: $l282130f6eb585e7196b1e4d75463b4da});var infowindow = new google.maps.InfoWindow({content: $l282130f6eb585e7196b1e4d75463b4da});google.maps.event.addListener(m_282130f6eb585e7196b1e4d75463b4da, 'click', function() {infowindow.open(map,m_282130f6eb585e7196b1e4d75463b4da);});$marker.push(m_282130f6eb585e7196b1e4d75463b4da);}});}google.maps.event.addDomListener(window, 'load', initialize);