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.3017,-76.9274)};var g_f89a36b1d10a441687de790a090eac32 = new google.maps.Geocoder();g_f89a36b1d10a441687de790a090eac32.geocode( { 'address': "459 N Enola Rd, Enola, PA 17025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enola-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('enola-PA-citizens-bank'), mapOptions);}document.getElementById('5be47fab').innerHTML += ' | View Map';var $lf89a36b1d10a441687de790a090eac32 = '

Citizens Bank

Address: 459 N Enola Rd, Enola, PA 17025, USA
Phone:
';var m_f89a36b1d10a441687de790a090eac32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_f89a36b1d10a441687de790a090eac32['infowindow'] = new google.maps.InfoWindow({content: $lf89a36b1d10a441687de790a090eac32});var infowindow = new google.maps.InfoWindow({content: $lf89a36b1d10a441687de790a090eac32});google.maps.event.addListener(m_f89a36b1d10a441687de790a090eac32, 'click', function() {infowindow.open(map,m_f89a36b1d10a441687de790a090eac32);});$marker.push(m_f89a36b1d10a441687de790a090eac32);}});}google.maps.event.addDomListener(window, 'load', initialize);