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.2965,-79.3945)};var g_6e99e774ee9fd97cd440a096122009d8 = new google.maps.Geocoder();g_6e99e774ee9fd97cd440a096122009d8.geocode( { 'address': "5927 PA-981, Latrobe, PA 15650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('latrobe-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('latrobe-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('5effa5eb').innerHTML += ' | View Map';var $l6e99e774ee9fd97cd440a096122009d8 = '

Northwest Consumer Discount Company

Address: 5927 PA-981, Latrobe, PA 15650, USA
Phone: (724) 539-0737
';var m_6e99e774ee9fd97cd440a096122009d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_6e99e774ee9fd97cd440a096122009d8['infowindow'] = new google.maps.InfoWindow({content: $l6e99e774ee9fd97cd440a096122009d8});var infowindow = new google.maps.InfoWindow({content: $l6e99e774ee9fd97cd440a096122009d8});google.maps.event.addListener(m_6e99e774ee9fd97cd440a096122009d8, 'click', function() {infowindow.open(map,m_6e99e774ee9fd97cd440a096122009d8);});$marker.push(m_6e99e774ee9fd97cd440a096122009d8);}});}google.maps.event.addDomListener(window, 'load', initialize);