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.4073,-80.5484)};var g_acf381ea902fa04e7b63e073ea28a839 = new google.maps.Geocoder();g_acf381ea902fa04e7b63e073ea28a839.geocode( { 'address': "384 Penco Rd, Weirton, WV 26062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weirton-WV-hancock-school-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('weirton-WV-hancock-school-employees-cu'), mapOptions);}document.getElementById('9973d4a1').innerHTML += ' | View Map';var $lacf381ea902fa04e7b63e073ea28a839 = '

Hancock School Employees CU

Address: 384 Penco Rd, Weirton, WV 26062, USA
Phone: (304) 723-5605
';var m_acf381ea902fa04e7b63e073ea28a839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock School Employees CU',});m_acf381ea902fa04e7b63e073ea28a839['infowindow'] = new google.maps.InfoWindow({content: $lacf381ea902fa04e7b63e073ea28a839});var infowindow = new google.maps.InfoWindow({content: $lacf381ea902fa04e7b63e073ea28a839});google.maps.event.addListener(m_acf381ea902fa04e7b63e073ea28a839, 'click', function() {infowindow.open(map,m_acf381ea902fa04e7b63e073ea28a839);});$marker.push(m_acf381ea902fa04e7b63e073ea28a839);}});}google.maps.event.addDomListener(window, 'load', initialize);