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.9818,-75.3579)};var g_b8c1cf14fb81d8b114285f891568ef88 = new google.maps.Geocoder();g_b8c1cf14fb81d8b114285f891568ef88.geocode( { 'address': "2507 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-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('broomall-PA-santander-bank-atm'), mapOptions);}document.getElementById('497344a8').innerHTML += ' | View Map';var $lb8c1cf14fb81d8b114285f891568ef88 = '

Santander Bank ATM

Address: 2507 West Chester Pike, Broomall, PA 19008, USA
Phone: (877) 768-2265
';var m_b8c1cf14fb81d8b114285f891568ef88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_b8c1cf14fb81d8b114285f891568ef88['infowindow'] = new google.maps.InfoWindow({content: $lb8c1cf14fb81d8b114285f891568ef88});var infowindow = new google.maps.InfoWindow({content: $lb8c1cf14fb81d8b114285f891568ef88});google.maps.event.addListener(m_b8c1cf14fb81d8b114285f891568ef88, 'click', function() {infowindow.open(map,m_b8c1cf14fb81d8b114285f891568ef88);});$marker.push(m_b8c1cf14fb81d8b114285f891568ef88);}});}google.maps.event.addDomListener(window, 'load', initialize);