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.6224,-79.7231)};var g_013ff5500acf74536340da1adbc027b9 = new google.maps.Geocoder();g_013ff5500acf74536340da1adbc027b9.geocode( { 'address': "1742 Pacific Ave, Natrona Heights, PA 15065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natrona-heights-PA-butler-consumer-discount-co').style.display = '';map = new google.maps.Map(document.getElementById('natrona-heights-PA-butler-consumer-discount-co'), mapOptions);}document.getElementById('22472d92').innerHTML += ' | View Map';var $l013ff5500acf74536340da1adbc027b9 = '

Butler Consumer Discount Co

Address: 1742 Pacific Ave, Natrona Heights, PA 15065, USA
Phone: (724) 226-3277
';var m_013ff5500acf74536340da1adbc027b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Butler Consumer Discount Co',});m_013ff5500acf74536340da1adbc027b9['infowindow'] = new google.maps.InfoWindow({content: $l013ff5500acf74536340da1adbc027b9});var infowindow = new google.maps.InfoWindow({content: $l013ff5500acf74536340da1adbc027b9});google.maps.event.addListener(m_013ff5500acf74536340da1adbc027b9, 'click', function() {infowindow.open(map,m_013ff5500acf74536340da1adbc027b9);});$marker.push(m_013ff5500acf74536340da1adbc027b9);}});}google.maps.event.addDomListener(window, 'load', initialize);