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.1836,-74.8722)};var g_c1fcffd51eb7c38b7209a6106d66cc84 = new google.maps.Geocoder();g_c1fcffd51eb7c38b7209a6106d66cc84.geocode( { 'address': "100 Sesame Place Road, Philadelphia, PA 19047, Langhorne, PA 19047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('langhorne-PA-citizens-bank-pennsylvania').style.display = '';map = new google.maps.Map(document.getElementById('langhorne-PA-citizens-bank-pennsylvania'), mapOptions);}document.getElementById('c2b4d2e2').innerHTML += ' | View Map';var $lc1fcffd51eb7c38b7209a6106d66cc84 = '

Citizens Bank Pennsylvania

Address: 100 Sesame Place Road, Philadelphia, PA 19047, Langhorne, PA 19047, USA
Phone: (800) 922-9999
';var m_c1fcffd51eb7c38b7209a6106d66cc84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Pennsylvania',});m_c1fcffd51eb7c38b7209a6106d66cc84['infowindow'] = new google.maps.InfoWindow({content: $lc1fcffd51eb7c38b7209a6106d66cc84});var infowindow = new google.maps.InfoWindow({content: $lc1fcffd51eb7c38b7209a6106d66cc84});google.maps.event.addListener(m_c1fcffd51eb7c38b7209a6106d66cc84, 'click', function() {infowindow.open(map,m_c1fcffd51eb7c38b7209a6106d66cc84);});$marker.push(m_c1fcffd51eb7c38b7209a6106d66cc84);}});}google.maps.event.addDomListener(window, 'load', initialize);