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.5783,-77.377)};var g_f3593f479b01f95c1e50e0c8723c78f5 = new google.maps.Geocoder();g_f3593f479b01f95c1e50e0c8723c78f5.geocode( { 'address': "24052 PA-35, Mifflintown, PA 17059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mifflintown-PA-jack-gaughen-network-services-hower--associates').style.display = '';map = new google.maps.Map(document.getElementById('mifflintown-PA-jack-gaughen-network-services-hower--associates'), mapOptions);}document.getElementById('f7a74733').innerHTML += ' | View Map';var $lf3593f479b01f95c1e50e0c8723c78f5 = '

Jack Gaughen Network Services Hower & Associates

Address: 24052 PA-35, Mifflintown, PA 17059, USA
Phone: (717) 436-8200
';var m_f3593f479b01f95c1e50e0c8723c78f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jack Gaughen Network Services Hower & Associates',});m_f3593f479b01f95c1e50e0c8723c78f5['infowindow'] = new google.maps.InfoWindow({content: $lf3593f479b01f95c1e50e0c8723c78f5});var infowindow = new google.maps.InfoWindow({content: $lf3593f479b01f95c1e50e0c8723c78f5});google.maps.event.addListener(m_f3593f479b01f95c1e50e0c8723c78f5, 'click', function() {infowindow.open(map,m_f3593f479b01f95c1e50e0c8723c78f5);});$marker.push(m_f3593f479b01f95c1e50e0c8723c78f5);}});}google.maps.event.addDomListener(window, 'load', initialize);