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.9558,-78.65)};var g_ae41957d7df3671833223289cd8913d3 = new google.maps.Geocoder();g_ae41957d7df3671833223289cd8913d3.geocode( { 'address': "30 Main St, Bradford, PA 16701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradford-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('bradford-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('10155476').innerHTML += ' | View Map';var $lae41957d7df3671833223289cd8913d3 = '

Northwest Consumer Discount Company

Address: 30 Main St, Bradford, PA 16701, USA
Phone: (814) 368-6092
';var m_ae41957d7df3671833223289cd8913d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_ae41957d7df3671833223289cd8913d3['infowindow'] = new google.maps.InfoWindow({content: $lae41957d7df3671833223289cd8913d3});var infowindow = new google.maps.InfoWindow({content: $lae41957d7df3671833223289cd8913d3});google.maps.event.addListener(m_ae41957d7df3671833223289cd8913d3, 'click', function() {infowindow.open(map,m_ae41957d7df3671833223289cd8913d3);});$marker.push(m_ae41957d7df3671833223289cd8913d3);}});}google.maps.event.addDomListener(window, 'load', initialize);