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.2352,-80.4384)};var g_2f41da96c3d2e830b083b75392448900 = new google.maps.Geocoder();g_2f41da96c3d2e830b083b75392448900.geocode( { 'address': "3879 E State St, Hermitage, PA 16148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hermitage-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('hermitage-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('15e05f2a').innerHTML += ' | View Map';var $l2f41da96c3d2e830b083b75392448900 = '

Northwest Consumer Discount Company

Address: 3879 E State St, Hermitage, PA 16148, USA
Phone: (724) 342-5270
';var m_2f41da96c3d2e830b083b75392448900 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_2f41da96c3d2e830b083b75392448900['infowindow'] = new google.maps.InfoWindow({content: $l2f41da96c3d2e830b083b75392448900});var infowindow = new google.maps.InfoWindow({content: $l2f41da96c3d2e830b083b75392448900});google.maps.event.addListener(m_2f41da96c3d2e830b083b75392448900, 'click', function() {infowindow.open(map,m_2f41da96c3d2e830b083b75392448900);});$marker.push(m_2f41da96c3d2e830b083b75392448900);}});}google.maps.event.addDomListener(window, 'load', initialize);