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.2622,-76.8806)};var g_940297ccc2a6e32c4a2523e3ec8ec8a3 = new google.maps.Geocoder();g_940297ccc2a6e32c4a2523e3ec8ec8a3.geocode( { 'address': "2542 Lexington St, Harrisburg, PA 17110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-ccnb').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-ccnb'), mapOptions);}document.getElementById('0a097269').innerHTML += ' | View Map';var $l940297ccc2a6e32c4a2523e3ec8ec8a3 = '

Ccnb

Address: 2542 Lexington St, Harrisburg, PA 17110
Phone: (717) 695-7721
';var m_940297ccc2a6e32c4a2523e3ec8ec8a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ccnb',});m_940297ccc2a6e32c4a2523e3ec8ec8a3['infowindow'] = new google.maps.InfoWindow({content: $l940297ccc2a6e32c4a2523e3ec8ec8a3});var infowindow = new google.maps.InfoWindow({content: $l940297ccc2a6e32c4a2523e3ec8ec8a3});google.maps.event.addListener(m_940297ccc2a6e32c4a2523e3ec8ec8a3, 'click', function() {infowindow.open(map,m_940297ccc2a6e32c4a2523e3ec8ec8a3);});$marker.push(m_940297ccc2a6e32c4a2523e3ec8ec8a3);}});}google.maps.event.addDomListener(window, 'load', initialize);