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.0485,-76.2722)};var g_8a84f5ce1ebb56dcdf8e16562cf4de3e = new google.maps.Geocoder();g_8a84f5ce1ebb56dcdf8e16562cf4de3e.geocode( { 'address': "2015 W Front St, Berwick, PA 18603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berwick-PA-css-industries-llc').style.display = '';map = new google.maps.Map(document.getElementById('berwick-PA-css-industries-llc'), mapOptions);}document.getElementById('1bb8ce54').innerHTML += ' | View Map';var $l8a84f5ce1ebb56dcdf8e16562cf4de3e = '

CSS Industries, LLC.

Address: 2015 W Front St, Berwick, PA 18603, USA
Phone: (570) 759-7293
';var m_8a84f5ce1ebb56dcdf8e16562cf4de3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CSS Industries, LLC.',});m_8a84f5ce1ebb56dcdf8e16562cf4de3e['infowindow'] = new google.maps.InfoWindow({content: $l8a84f5ce1ebb56dcdf8e16562cf4de3e});var infowindow = new google.maps.InfoWindow({content: $l8a84f5ce1ebb56dcdf8e16562cf4de3e});google.maps.event.addListener(m_8a84f5ce1ebb56dcdf8e16562cf4de3e, 'click', function() {infowindow.open(map,m_8a84f5ce1ebb56dcdf8e16562cf4de3e);});$marker.push(m_8a84f5ce1ebb56dcdf8e16562cf4de3e);}});}google.maps.event.addDomListener(window, 'load', initialize);