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.0092,-79.1017)};var g_04f8b803895d585e29bf21162e49cc84 = new google.maps.Geocoder();g_04f8b803895d585e29bf21162e49cc84.geocode( { 'address': "1111 W Main St, Somerset, PA 15501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-PA-freedom-consumer-discount-co').style.display = '';map = new google.maps.Map(document.getElementById('somerset-PA-freedom-consumer-discount-co'), mapOptions);}document.getElementById('be927cde').innerHTML += ' | View Map';var $l04f8b803895d585e29bf21162e49cc84 = '

Freedom Consumer Discount Co

Address: 1111 W Main St, Somerset, PA 15501, USA
Phone: (814) 443-6189
';var m_04f8b803895d585e29bf21162e49cc84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom Consumer Discount Co',});m_04f8b803895d585e29bf21162e49cc84['infowindow'] = new google.maps.InfoWindow({content: $l04f8b803895d585e29bf21162e49cc84});var infowindow = new google.maps.InfoWindow({content: $l04f8b803895d585e29bf21162e49cc84});google.maps.event.addListener(m_04f8b803895d585e29bf21162e49cc84, 'click', function() {infowindow.open(map,m_04f8b803895d585e29bf21162e49cc84);});$marker.push(m_04f8b803895d585e29bf21162e49cc84);}});}google.maps.event.addDomListener(window, 'load', initialize);