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.8866,-75.301)};var g_e436cd17c35835ffaec9408fca2e3d43 = new google.maps.Geocoder();g_e436cd17c35835ffaec9408fca2e3d43.geocode( { 'address': "560 Chester Pike, Norwood, PA 19074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('norwood-PA-citizens-bank'), mapOptions);}document.getElementById('8143caf4').innerHTML += ' | View Map';var $le436cd17c35835ffaec9408fca2e3d43 = '

Citizens Bank

Address: 560 Chester Pike, Norwood, PA 19074, USA
Phone:
';var m_e436cd17c35835ffaec9408fca2e3d43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_e436cd17c35835ffaec9408fca2e3d43['infowindow'] = new google.maps.InfoWindow({content: $le436cd17c35835ffaec9408fca2e3d43});var infowindow = new google.maps.InfoWindow({content: $le436cd17c35835ffaec9408fca2e3d43});google.maps.event.addListener(m_e436cd17c35835ffaec9408fca2e3d43, 'click', function() {infowindow.open(map,m_e436cd17c35835ffaec9408fca2e3d43);});$marker.push(m_e436cd17c35835ffaec9408fca2e3d43);}});}google.maps.event.addDomListener(window, 'load', initialize);