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.7751,-76.7923)};var g_f26990c534c3b5a550f83fceb0efce05 = new google.maps.Geocoder();g_f26990c534c3b5a550f83fceb0efce05.geocode( { 'address': "768 Canton St, Troy, PA 16947, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-PA-carson-consumer-discount-co').style.display = '';map = new google.maps.Map(document.getElementById('troy-PA-carson-consumer-discount-co'), mapOptions);}document.getElementById('a1137f1f').innerHTML += ' | View Map';var $lf26990c534c3b5a550f83fceb0efce05 = '

Carson Consumer Discount Co

Address: 768 Canton St, Troy, PA 16947, USA
Phone: (570) 297-2156
';var m_f26990c534c3b5a550f83fceb0efce05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carson Consumer Discount Co',});m_f26990c534c3b5a550f83fceb0efce05['infowindow'] = new google.maps.InfoWindow({content: $lf26990c534c3b5a550f83fceb0efce05});var infowindow = new google.maps.InfoWindow({content: $lf26990c534c3b5a550f83fceb0efce05});google.maps.event.addListener(m_f26990c534c3b5a550f83fceb0efce05, 'click', function() {infowindow.open(map,m_f26990c534c3b5a550f83fceb0efce05);});$marker.push(m_f26990c534c3b5a550f83fceb0efce05);}});}google.maps.event.addDomListener(window, 'load', initialize);