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(40.0127,-76.3545)};var g_a6b94eb25130553eb5e9b3a431eb065a = new google.maps.Geocoder();g_a6b94eb25130553eb5e9b3a431eb065a.geocode( { 'address': "519 Leaman Ave, Millersville, PA 17551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millersville-PA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('millersville-PA-santander-bank-atm'), mapOptions);}document.getElementById('683b68a8').innerHTML += ' | View Map';var $la6b94eb25130553eb5e9b3a431eb065a = '

Santander Bank ATM

Address: 519 Leaman Ave, Millersville, PA 17551, USA
Phone: (717) 872-4665
';var m_a6b94eb25130553eb5e9b3a431eb065a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_a6b94eb25130553eb5e9b3a431eb065a['infowindow'] = new google.maps.InfoWindow({content: $la6b94eb25130553eb5e9b3a431eb065a});var infowindow = new google.maps.InfoWindow({content: $la6b94eb25130553eb5e9b3a431eb065a});google.maps.event.addListener(m_a6b94eb25130553eb5e9b3a431eb065a, 'click', function() {infowindow.open(map,m_a6b94eb25130553eb5e9b3a431eb065a);});$marker.push(m_a6b94eb25130553eb5e9b3a431eb065a);}});}google.maps.event.addDomListener(window, 'load', initialize);