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.2095,-77.1829)};var g_466473650870501e3600d9a1b4ee5d44 = new google.maps.Geocoder();g_466473650870501e3600d9a1b4ee5d44.geocode( { 'address': "665 N East St, Carlisle, PA 17013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carlisle-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('carlisle-PA-citizens-bank'), mapOptions);}document.getElementById('716738fb').innerHTML += ' | View Map';var $l466473650870501e3600d9a1b4ee5d44 = '

Citizens Bank

Address: 665 N East St, Carlisle, PA 17013, USA
Phone: (717) 243-5311
';var m_466473650870501e3600d9a1b4ee5d44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_466473650870501e3600d9a1b4ee5d44['infowindow'] = new google.maps.InfoWindow({content: $l466473650870501e3600d9a1b4ee5d44});var infowindow = new google.maps.InfoWindow({content: $l466473650870501e3600d9a1b4ee5d44});google.maps.event.addListener(m_466473650870501e3600d9a1b4ee5d44, 'click', function() {infowindow.open(map,m_466473650870501e3600d9a1b4ee5d44);});$marker.push(m_466473650870501e3600d9a1b4ee5d44);}});}google.maps.event.addDomListener(window, 'load', initialize);