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.847,-76.7715)};var g_0bc1636b3195ba3c66a69d79186c8f36 = new google.maps.Geocoder();g_0bc1636b3195ba3c66a69d79186c8f36.geocode( { 'address': "314 Market St, Sunbury, PA 17801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunbury-PA-northwest-consumer-discount-company').style.display = '';map = new google.maps.Map(document.getElementById('sunbury-PA-northwest-consumer-discount-company'), mapOptions);}document.getElementById('e888a70b').innerHTML += ' | View Map';var $l0bc1636b3195ba3c66a69d79186c8f36 = '

Northwest Consumer Discount Company

Address: 314 Market St, Sunbury, PA 17801
Phone: (570) 286-8010
';var m_0bc1636b3195ba3c66a69d79186c8f36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Consumer Discount Company',});m_0bc1636b3195ba3c66a69d79186c8f36['infowindow'] = new google.maps.InfoWindow({content: $l0bc1636b3195ba3c66a69d79186c8f36});var infowindow = new google.maps.InfoWindow({content: $l0bc1636b3195ba3c66a69d79186c8f36});google.maps.event.addListener(m_0bc1636b3195ba3c66a69d79186c8f36, 'click', function() {infowindow.open(map,m_0bc1636b3195ba3c66a69d79186c8f36);});$marker.push(m_0bc1636b3195ba3c66a69d79186c8f36);}});}google.maps.event.addDomListener(window, 'load', initialize);