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.0992,-75.1545)};var g_bace1d1361ca55cf11e8c50266678c52 = new google.maps.Geocoder();g_bace1d1361ca55cf11e8c50266678c52.geocode( { 'address': "139 S Easton Rd, Glenside, PA 19038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenside-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('glenside-PA-citizens-bank'), mapOptions);}document.getElementById('d49c4749').innerHTML += ' | View Map';var $lbace1d1361ca55cf11e8c50266678c52 = '

Citizens Bank

Address: 139 S Easton Rd, Glenside, PA 19038, USA
Phone: (215) 576-6504
';var m_bace1d1361ca55cf11e8c50266678c52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_bace1d1361ca55cf11e8c50266678c52['infowindow'] = new google.maps.InfoWindow({content: $lbace1d1361ca55cf11e8c50266678c52});var infowindow = new google.maps.InfoWindow({content: $lbace1d1361ca55cf11e8c50266678c52});google.maps.event.addListener(m_bace1d1361ca55cf11e8c50266678c52, 'click', function() {infowindow.open(map,m_bace1d1361ca55cf11e8c50266678c52);});$marker.push(m_bace1d1361ca55cf11e8c50266678c52);}});}google.maps.event.addDomListener(window, 'load', initialize);