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.7486,-77.301)};var g_8d790bd8cabd6a80619eec4d572679d6 = new google.maps.Geocoder();g_8d790bd8cabd6a80619eec4d572679d6.geocode( { 'address': "70 Main St, Wellsboro, PA 16901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellsboro-PA-carson-consumer-discount-co').style.display = '';map = new google.maps.Map(document.getElementById('wellsboro-PA-carson-consumer-discount-co'), mapOptions);}document.getElementById('044bd24d').innerHTML += ' | View Map';var $l8d790bd8cabd6a80619eec4d572679d6 = '

Carson Consumer Discount Co

Address: 70 Main St, Wellsboro, PA 16901, USA
Phone: (570) 724-1800
';var m_8d790bd8cabd6a80619eec4d572679d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carson Consumer Discount Co',});m_8d790bd8cabd6a80619eec4d572679d6['infowindow'] = new google.maps.InfoWindow({content: $l8d790bd8cabd6a80619eec4d572679d6});var infowindow = new google.maps.InfoWindow({content: $l8d790bd8cabd6a80619eec4d572679d6});google.maps.event.addListener(m_8d790bd8cabd6a80619eec4d572679d6, 'click', function() {infowindow.open(map,m_8d790bd8cabd6a80619eec4d572679d6);});$marker.push(m_8d790bd8cabd6a80619eec4d572679d6);}});}google.maps.event.addDomListener(window, 'load', initialize);