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.9995,-75.7235)};var g_a7bb42a993e398831161a72a33ef5f79 = new google.maps.Geocoder();g_a7bb42a993e398831161a72a33ef5f79.geocode( { 'address': "751 W Lancaster Ave, Downingtown, PA 19335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downingtown-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('downingtown-PA-santander-atm'), mapOptions);}document.getElementById('27299449').innerHTML += ' | View Map';var $la7bb42a993e398831161a72a33ef5f79 = '

Santander ATM

Address: 751 W Lancaster Ave, Downingtown, PA 19335, USA
Phone:
';var m_a7bb42a993e398831161a72a33ef5f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_a7bb42a993e398831161a72a33ef5f79['infowindow'] = new google.maps.InfoWindow({content: $la7bb42a993e398831161a72a33ef5f79});var infowindow = new google.maps.InfoWindow({content: $la7bb42a993e398831161a72a33ef5f79});google.maps.event.addListener(m_a7bb42a993e398831161a72a33ef5f79, 'click', function() {infowindow.open(map,m_a7bb42a993e398831161a72a33ef5f79);});$marker.push(m_a7bb42a993e398831161a72a33ef5f79);}});}google.maps.event.addDomListener(window, 'load', initialize);