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(39.9014,-76.6488)};var g_b071cfa81605a94ad80cfa2bbc747448 = new google.maps.Geocoder();g_b071cfa81605a94ad80cfa2bbc747448.geocode( { 'address': "45 E Main St, Dallastown, PA 17313"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallastown-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallastown-PA-citizens-bank'), mapOptions);}document.getElementById('7ece7fe4').innerHTML += ' | View Map';var $lb071cfa81605a94ad80cfa2bbc747448 = '

Citizens Bank

Address: 45 E Main St, Dallastown, PA 17313
Phone: (717) 244-3945
';var m_b071cfa81605a94ad80cfa2bbc747448 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_b071cfa81605a94ad80cfa2bbc747448['infowindow'] = new google.maps.InfoWindow({content: $lb071cfa81605a94ad80cfa2bbc747448});var infowindow = new google.maps.InfoWindow({content: $lb071cfa81605a94ad80cfa2bbc747448});google.maps.event.addListener(m_b071cfa81605a94ad80cfa2bbc747448, 'click', function() {infowindow.open(map,m_b071cfa81605a94ad80cfa2bbc747448);});$marker.push(m_b071cfa81605a94ad80cfa2bbc747448);}});}google.maps.event.addDomListener(window, 'load', initialize);