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.3856,-75.9285)};var g_ccaf655804f90ae01d0cc9a63a066e9d = new google.maps.Geocoder();g_ccaf655804f90ae01d0cc9a63a066e9d.geocode( { 'address': "N 5th Street Hwy, Reading, PA 19605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reading-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('reading-PA-santander-atm'), mapOptions);}document.getElementById('a6933bc9').innerHTML += ' | View Map';var $lccaf655804f90ae01d0cc9a63a066e9d = '

Santander ATM

Address: N 5th Street Hwy, Reading, PA 19605, USA
Phone:
';var m_ccaf655804f90ae01d0cc9a63a066e9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_ccaf655804f90ae01d0cc9a63a066e9d['infowindow'] = new google.maps.InfoWindow({content: $lccaf655804f90ae01d0cc9a63a066e9d});var infowindow = new google.maps.InfoWindow({content: $lccaf655804f90ae01d0cc9a63a066e9d});google.maps.event.addListener(m_ccaf655804f90ae01d0cc9a63a066e9d, 'click', function() {infowindow.open(map,m_ccaf655804f90ae01d0cc9a63a066e9d);});$marker.push(m_ccaf655804f90ae01d0cc9a63a066e9d);}});}google.maps.event.addDomListener(window, 'load', initialize);