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.398,-79.8313)};var g_673a52f787cc434410519234173933fc = new google.maps.Geocoder();g_673a52f787cc434410519234173933fc.geocode( { 'address': "1288 Liberty St, Franklin, PA 16323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('franklin-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('d892b02d').innerHTML += ' | View Map';var $l673a52f787cc434410519234173933fc = '

Northwest Consumer Discount Company

Address: 1288 Liberty St, Franklin, PA 16323, USA
Phone: (814) 432-8701
';var m_673a52f787cc434410519234173933fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_673a52f787cc434410519234173933fc['infowindow'] = new google.maps.InfoWindow({content: $l673a52f787cc434410519234173933fc});var infowindow = new google.maps.InfoWindow({content: $l673a52f787cc434410519234173933fc});google.maps.event.addListener(m_673a52f787cc434410519234173933fc, 'click', function() {infowindow.open(map,m_673a52f787cc434410519234173933fc);});$marker.push(m_673a52f787cc434410519234173933fc);}});}google.maps.event.addDomListener(window, 'load', initialize);