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.9726,-75.9891)};var g_bd9a32d45f2cdfba6e942425c9c87960 = new google.maps.Geocoder();g_bd9a32d45f2cdfba6e942425c9c87960.geocode( { 'address': "1049 Wilbur Ct, Hazleton, PA 18202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazleton-PA-hazleton-school-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('hazleton-PA-hazleton-school-employees-cu'), mapOptions);}document.getElementById('1227d2b1').innerHTML += ' | View Map';var $lbd9a32d45f2cdfba6e942425c9c87960 = '

Hazleton School Employees CU

Address: 1049 Wilbur Ct, Hazleton, PA 18202, USA
Phone: (570) 459-1611
';var m_bd9a32d45f2cdfba6e942425c9c87960 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hazleton School Employees CU',});m_bd9a32d45f2cdfba6e942425c9c87960['infowindow'] = new google.maps.InfoWindow({content: $lbd9a32d45f2cdfba6e942425c9c87960});var infowindow = new google.maps.InfoWindow({content: $lbd9a32d45f2cdfba6e942425c9c87960});google.maps.event.addListener(m_bd9a32d45f2cdfba6e942425c9c87960, 'click', function() {infowindow.open(map,m_bd9a32d45f2cdfba6e942425c9c87960);});$marker.push(m_bd9a32d45f2cdfba6e942425c9c87960);}});}google.maps.event.addDomListener(window, 'load', initialize);