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.9245,-75.3069)};var g_eb1a25abb5878b5b5e9c432a4500663f = new google.maps.Geocoder();g_eb1a25abb5878b5b5e9c432a4500663f.geocode( { 'address': "5300 W Baltimore Ave, Clifton Heights, PA 19018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-heights-PA-citizens-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('clifton-heights-PA-citizens-bank-atm'), mapOptions);}document.getElementById('6d3527a8').innerHTML += ' | View Map';var $leb1a25abb5878b5b5e9c432a4500663f = '

Citizens Bank ATM

Address: 5300 W Baltimore Ave, Clifton Heights, PA 19018, USA
Phone:
';var m_eb1a25abb5878b5b5e9c432a4500663f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank ATM',});m_eb1a25abb5878b5b5e9c432a4500663f['infowindow'] = new google.maps.InfoWindow({content: $leb1a25abb5878b5b5e9c432a4500663f});var infowindow = new google.maps.InfoWindow({content: $leb1a25abb5878b5b5e9c432a4500663f});google.maps.event.addListener(m_eb1a25abb5878b5b5e9c432a4500663f, 'click', function() {infowindow.open(map,m_eb1a25abb5878b5b5e9c432a4500663f);});$marker.push(m_eb1a25abb5878b5b5e9c432a4500663f);}});}google.maps.event.addDomListener(window, 'load', initialize);