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.2846,-75.9883)};var g_842b53175644d13105e79978677b933f = new google.maps.Geocoder();g_842b53175644d13105e79978677b933f.geocode( { 'address': "14 W Wyomissing Ave, Mohnton, PA 19540"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mohnton-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('mohnton-PA-citizens-bank'), mapOptions);}document.getElementById('39d9a951').innerHTML += ' | View Map';var $l842b53175644d13105e79978677b933f = '

Citizens Bank

Address: 14 W Wyomissing Ave, Mohnton, PA 19540
Phone: (610) 796-8440
';var m_842b53175644d13105e79978677b933f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_842b53175644d13105e79978677b933f['infowindow'] = new google.maps.InfoWindow({content: $l842b53175644d13105e79978677b933f});var infowindow = new google.maps.InfoWindow({content: $l842b53175644d13105e79978677b933f});google.maps.event.addListener(m_842b53175644d13105e79978677b933f, 'click', function() {infowindow.open(map,m_842b53175644d13105e79978677b933f);});$marker.push(m_842b53175644d13105e79978677b933f);}});}google.maps.event.addDomListener(window, 'load', initialize);