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.9841,-75.3743)};var g_2870c1f28c3304d9d2f00802fb2e7a1f = new google.maps.Geocoder();g_2870c1f28c3304d9d2f00802fb2e7a1f.geocode( { 'address': "3001 West Chester Pike, Broomall, PA 19008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomall-PA-santander-walk-up-atm').style.display = '';map = new google.maps.Map(document.getElementById('broomall-PA-santander-walk-up-atm'), mapOptions);}document.getElementById('40265fca').innerHTML += ' | View Map';var $l2870c1f28c3304d9d2f00802fb2e7a1f = '

Santander Walk-Up ATM

Address: 3001 West Chester Pike, Broomall, PA 19008, USA
Phone: (610) 353-5700
';var m_2870c1f28c3304d9d2f00802fb2e7a1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Walk-Up ATM',});m_2870c1f28c3304d9d2f00802fb2e7a1f['infowindow'] = new google.maps.InfoWindow({content: $l2870c1f28c3304d9d2f00802fb2e7a1f});var infowindow = new google.maps.InfoWindow({content: $l2870c1f28c3304d9d2f00802fb2e7a1f});google.maps.event.addListener(m_2870c1f28c3304d9d2f00802fb2e7a1f, 'click', function() {infowindow.open(map,m_2870c1f28c3304d9d2f00802fb2e7a1f);});$marker.push(m_2870c1f28c3304d9d2f00802fb2e7a1f);}});}google.maps.event.addDomListener(window, 'load', initialize);