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(37.4176,-81.2447)};var g_6c7a9f7314e184c928cd9fd0efd3b659 = new google.maps.Geocoder();g_6c7a9f7314e184c928cd9fd0efd3b659.geocode( { 'address': "10 Barger St, Matoaka, WV 24736, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('matoaka-WV-coal-software--systems-inc').style.display = '';map = new google.maps.Map(document.getElementById('matoaka-WV-coal-software--systems-inc'), mapOptions);}document.getElementById('aade8800').innerHTML += ' | View Map';var $l6c7a9f7314e184c928cd9fd0efd3b659 = '

Coal Software & Systems Inc

Address: 10 Barger St, Matoaka, WV 24736, USA
Phone: (304) 467-7856
';var m_6c7a9f7314e184c928cd9fd0efd3b659 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coal Software & Systems Inc',});m_6c7a9f7314e184c928cd9fd0efd3b659['infowindow'] = new google.maps.InfoWindow({content: $l6c7a9f7314e184c928cd9fd0efd3b659});var infowindow = new google.maps.InfoWindow({content: $l6c7a9f7314e184c928cd9fd0efd3b659});google.maps.event.addListener(m_6c7a9f7314e184c928cd9fd0efd3b659, 'click', function() {infowindow.open(map,m_6c7a9f7314e184c928cd9fd0efd3b659);});$marker.push(m_6c7a9f7314e184c928cd9fd0efd3b659);}});}google.maps.event.addDomListener(window, 'load', initialize);