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(41.4271,-78.5588)};var g_d98824fda0d7246157812b57c88a47c1 = new google.maps.Geocoder();g_d98824fda0d7246157812b57c88a47c1.geocode( { 'address': "220 S Michael St, St Marys, PA 15857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('7da57fbf').innerHTML += ' | View Map';var $ld98824fda0d7246157812b57c88a47c1 = '

Northwest Consumer Discount Company

Address: 220 S Michael St, St Marys, PA 15857, USA
Phone: (814) 834-4019
';var m_d98824fda0d7246157812b57c88a47c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_d98824fda0d7246157812b57c88a47c1['infowindow'] = new google.maps.InfoWindow({content: $ld98824fda0d7246157812b57c88a47c1});var infowindow = new google.maps.InfoWindow({content: $ld98824fda0d7246157812b57c88a47c1});google.maps.event.addListener(m_d98824fda0d7246157812b57c88a47c1, 'click', function() {infowindow.open(map,m_d98824fda0d7246157812b57c88a47c1);});$marker.push(m_d98824fda0d7246157812b57c88a47c1);}});}google.maps.event.addDomListener(window, 'load', initialize);