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.0173,-78.4855)};var g_1d8f4dbca66aca26b8e16bb11a3af473 = new google.maps.Geocoder();g_1d8f4dbca66aca26b8e16bb11a3af473.geocode( { 'address': "645 E Pitt St, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('3c80d0d8').innerHTML += ' | View Map';var $l1d8f4dbca66aca26b8e16bb11a3af473 = '

Northwest Consumer Discount Company

Address: 645 E Pitt St, Bedford, PA 15522, USA
Phone: (814) 623-1144
';var m_1d8f4dbca66aca26b8e16bb11a3af473 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_1d8f4dbca66aca26b8e16bb11a3af473['infowindow'] = new google.maps.InfoWindow({content: $l1d8f4dbca66aca26b8e16bb11a3af473});var infowindow = new google.maps.InfoWindow({content: $l1d8f4dbca66aca26b8e16bb11a3af473});google.maps.event.addListener(m_1d8f4dbca66aca26b8e16bb11a3af473, 'click', function() {infowindow.open(map,m_1d8f4dbca66aca26b8e16bb11a3af473);});$marker.push(m_1d8f4dbca66aca26b8e16bb11a3af473);}});}google.maps.event.addDomListener(window, 'load', initialize);