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.3615,-79.6605)};var g_580760fb5def6e2ca8eaf601236d5b08 = new google.maps.Geocoder();g_580760fb5def6e2ca8eaf601236d5b08.geocode( { 'address': "115 Whistle Drive, Harrison City, PA 15636, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrison-city-PA-preferred-commercial-capital').style.display = '';map = new google.maps.Map(document.getElementById('harrison-city-PA-preferred-commercial-capital'), mapOptions);}document.getElementById('9f83226f').innerHTML += ' | View Map';var $l580760fb5def6e2ca8eaf601236d5b08 = '

Preferred Commercial Capital

Address: 115 Whistle Drive, Harrison City, PA 15636, USA
Phone: (412) 532-1245
';var m_580760fb5def6e2ca8eaf601236d5b08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Preferred Commercial Capital',});m_580760fb5def6e2ca8eaf601236d5b08['infowindow'] = new google.maps.InfoWindow({content: $l580760fb5def6e2ca8eaf601236d5b08});var infowindow = new google.maps.InfoWindow({content: $l580760fb5def6e2ca8eaf601236d5b08});google.maps.event.addListener(m_580760fb5def6e2ca8eaf601236d5b08, 'click', function() {infowindow.open(map,m_580760fb5def6e2ca8eaf601236d5b08);});$marker.push(m_580760fb5def6e2ca8eaf601236d5b08);}});}google.maps.event.addDomListener(window, 'load', initialize);