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.1239,-75.1311)};var g_999805d8214ec50618fac3456ce72328 = new google.maps.Geocoder();g_999805d8214ec50618fac3456ce72328.geocode( { 'address': "1359 Old York Rd, Abington, PA 19001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abington-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('abington-PA-citizens-bank'), mapOptions);}document.getElementById('5ab7af85').innerHTML += ' | View Map';var $l999805d8214ec50618fac3456ce72328 = '

Citizens Bank

Address: 1359 Old York Rd, Abington, PA 19001
Phone: (215) 884-6878
';var m_999805d8214ec50618fac3456ce72328 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_999805d8214ec50618fac3456ce72328['infowindow'] = new google.maps.InfoWindow({content: $l999805d8214ec50618fac3456ce72328});var infowindow = new google.maps.InfoWindow({content: $l999805d8214ec50618fac3456ce72328});google.maps.event.addListener(m_999805d8214ec50618fac3456ce72328, 'click', function() {infowindow.open(map,m_999805d8214ec50618fac3456ce72328);});$marker.push(m_999805d8214ec50618fac3456ce72328);}});}google.maps.event.addDomListener(window, 'load', initialize);