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.1176,-75.0145)};var g_323e11d726d31bc3f38c61becbc92139 = new google.maps.Geocoder();g_323e11d726d31bc3f38c61becbc92139.geocode( { 'address': "8345 Ridge Ave, Philadelphia, PA 19128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-citizens-bank-offices').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-citizens-bank-offices'), mapOptions);}document.getElementById('730fa0aa').innerHTML += ' | View Map';var $l323e11d726d31bc3f38c61becbc92139 = '

Citizens Bank Offices

Address: 8345 Ridge Ave, Philadelphia, PA 19128
Phone: (215) 483-1200
';var m_323e11d726d31bc3f38c61becbc92139 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Offices',});m_323e11d726d31bc3f38c61becbc92139['infowindow'] = new google.maps.InfoWindow({content: $l323e11d726d31bc3f38c61becbc92139});var infowindow = new google.maps.InfoWindow({content: $l323e11d726d31bc3f38c61becbc92139});google.maps.event.addListener(m_323e11d726d31bc3f38c61becbc92139, 'click', function() {infowindow.open(map,m_323e11d726d31bc3f38c61becbc92139);});$marker.push(m_323e11d726d31bc3f38c61becbc92139);}});}google.maps.event.addDomListener(window, 'load', initialize);