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.9984,-76.2813)};var g_ea234457334b3434acc6743903209aac = new google.maps.Geocoder();g_ea234457334b3434acc6743903209aac.geocode( { 'address': "103 Willow Valley Square, Lancaster, PA 17602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-santander-atm'), mapOptions);}document.getElementById('fd130809').innerHTML += ' | View Map';var $lea234457334b3434acc6743903209aac = '

Santander ATM

Address: 103 Willow Valley Square, Lancaster, PA 17602, USA
Phone:
';var m_ea234457334b3434acc6743903209aac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_ea234457334b3434acc6743903209aac['infowindow'] = new google.maps.InfoWindow({content: $lea234457334b3434acc6743903209aac});var infowindow = new google.maps.InfoWindow({content: $lea234457334b3434acc6743903209aac});google.maps.event.addListener(m_ea234457334b3434acc6743903209aac, 'click', function() {infowindow.open(map,m_ea234457334b3434acc6743903209aac);});$marker.push(m_ea234457334b3434acc6743903209aac);}});}google.maps.event.addDomListener(window, 'load', initialize);