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.9226,-75.303)};var g_2aae40fa19776a62585c6b60d091354f = new google.maps.Geocoder();g_2aae40fa19776a62585c6b60d091354f.geocode( { 'address': "5300 Baltimore Pike, Clifton Heights, PA 19018"}, 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('230fff4d').innerHTML += ' | View Map';var $l2aae40fa19776a62585c6b60d091354f = '

Santander Bank

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