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.9234,-79.6411)};var g_012c20f719678d732893fc87881dccdf = new google.maps.Geocoder();g_012c20f719678d732893fc87881dccdf.geocode( { 'address': "144 N Center St, Corry, PA 16407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corry-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('corry-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('67e1ccbe').innerHTML += ' | View Map';var $l012c20f719678d732893fc87881dccdf = '

Northwest Consumer Discount Company

Address: 144 N Center St, Corry, PA 16407, USA
Phone: (814) 663-3711
';var m_012c20f719678d732893fc87881dccdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_012c20f719678d732893fc87881dccdf['infowindow'] = new google.maps.InfoWindow({content: $l012c20f719678d732893fc87881dccdf});var infowindow = new google.maps.InfoWindow({content: $l012c20f719678d732893fc87881dccdf});google.maps.event.addListener(m_012c20f719678d732893fc87881dccdf, 'click', function() {infowindow.open(map,m_012c20f719678d732893fc87881dccdf);});$marker.push(m_012c20f719678d732893fc87881dccdf);}});}google.maps.event.addDomListener(window, 'load', initialize);