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.6564,-75.5049)};var g_c26cc28bdc942c76a36a28d6e230cdfc = new google.maps.Geocoder();g_c26cc28bdc942c76a36a28d6e230cdfc.geocode( { 'address': "3219 MacArthur Rd, Whitehall, PA 18052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hokendauqua-PA-whitehall-township-industrial--commercial-development-authority-wticda').style.display = '';map = new google.maps.Map(document.getElementById('hokendauqua-PA-whitehall-township-industrial--commercial-development-authority-wticda'), mapOptions);}document.getElementById('8ee0467c').innerHTML += ' | View Map';var $lc26cc28bdc942c76a36a28d6e230cdfc = '

Whitehall Township Industrial & Commercial Development Authority (WTICDA)

Address: 3219 MacArthur Rd, Whitehall, PA 18052, USA
Phone: (484) 245-4098
';var m_c26cc28bdc942c76a36a28d6e230cdfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitehall Township Industrial & Commercial Development Authority (WTICDA)',});m_c26cc28bdc942c76a36a28d6e230cdfc['infowindow'] = new google.maps.InfoWindow({content: $lc26cc28bdc942c76a36a28d6e230cdfc});var infowindow = new google.maps.InfoWindow({content: $lc26cc28bdc942c76a36a28d6e230cdfc});google.maps.event.addListener(m_c26cc28bdc942c76a36a28d6e230cdfc, 'click', function() {infowindow.open(map,m_c26cc28bdc942c76a36a28d6e230cdfc);});$marker.push(m_c26cc28bdc942c76a36a28d6e230cdfc);}});}google.maps.event.addDomListener(window, 'load', initialize);