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.9254,-75.3077)};var g_c706f0d67bab95674fd8850600dc9ae6 = new google.maps.Geocoder();g_c706f0d67bab95674fd8850600dc9ae6.geocode( { 'address': "5300 Baltimore Pike, Clifton Heights, PA 19018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-heights-PA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-heights-PA-santander-bank'), mapOptions);}document.getElementById('108354e7').innerHTML += ' | View Map';var $lc706f0d67bab95674fd8850600dc9ae6 = '

Santander Bank

Address: 5300 Baltimore Pike, Clifton Heights, PA 19018, USA
Phone: (610) 284-0400
';var m_c706f0d67bab95674fd8850600dc9ae6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_c706f0d67bab95674fd8850600dc9ae6['infowindow'] = new google.maps.InfoWindow({content: $lc706f0d67bab95674fd8850600dc9ae6});var infowindow = new google.maps.InfoWindow({content: $lc706f0d67bab95674fd8850600dc9ae6});google.maps.event.addListener(m_c706f0d67bab95674fd8850600dc9ae6, 'click', function() {infowindow.open(map,m_c706f0d67bab95674fd8850600dc9ae6);});$marker.push(m_c706f0d67bab95674fd8850600dc9ae6);}});}google.maps.event.addDomListener(window, 'load', initialize);