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.5923,-79.9491)};var g_04c7f37f2420f0532d7f0e062ff2d5b5 = new google.maps.Geocoder();g_04c7f37f2420f0532d7f0e062ff2d5b5.geocode( { 'address': "4655 PA-8 #121, Allison Park, PA 15101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-township-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('hampton-township-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('500868c9').innerHTML += ' | View Map';var $l04c7f37f2420f0532d7f0e062ff2d5b5 = '

Northwest Consumer Discount Company

Address: 4655 PA-8 #121, Allison Park, PA 15101, USA
Phone: (724) 443-6991
';var m_04c7f37f2420f0532d7f0e062ff2d5b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_04c7f37f2420f0532d7f0e062ff2d5b5['infowindow'] = new google.maps.InfoWindow({content: $l04c7f37f2420f0532d7f0e062ff2d5b5});var infowindow = new google.maps.InfoWindow({content: $l04c7f37f2420f0532d7f0e062ff2d5b5});google.maps.event.addListener(m_04c7f37f2420f0532d7f0e062ff2d5b5, 'click', function() {infowindow.open(map,m_04c7f37f2420f0532d7f0e062ff2d5b5);});$marker.push(m_04c7f37f2420f0532d7f0e062ff2d5b5);}});}google.maps.event.addDomListener(window, 'load', initialize);