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(35.7437,-81.3667)};var g_5d7e119dc6e31c07a44920568a5ff476 = new google.maps.Geocoder();g_5d7e119dc6e31c07a44920568a5ff476.geocode( { 'address': "800 17th St NW, Hickory, NC 28601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-NC-corning-cable-systems-cu').style.display = '';map = new google.maps.Map(document.getElementById('hickory-NC-corning-cable-systems-cu'), mapOptions);}document.getElementById('a1ad3015').innerHTML += ' | View Map';var $l5d7e119dc6e31c07a44920568a5ff476 = '

Corning Cable Systems CU

Address: 800 17th St NW, Hickory, NC 28601, USA
Phone: (828) 327-5290
';var m_5d7e119dc6e31c07a44920568a5ff476 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Corning Cable Systems CU',});m_5d7e119dc6e31c07a44920568a5ff476['infowindow'] = new google.maps.InfoWindow({content: $l5d7e119dc6e31c07a44920568a5ff476});var infowindow = new google.maps.InfoWindow({content: $l5d7e119dc6e31c07a44920568a5ff476});google.maps.event.addListener(m_5d7e119dc6e31c07a44920568a5ff476, 'click', function() {infowindow.open(map,m_5d7e119dc6e31c07a44920568a5ff476);});$marker.push(m_5d7e119dc6e31c07a44920568a5ff476);}});}google.maps.event.addDomListener(window, 'load', initialize);