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.2245,-75.2542)};var g_7794f8d9608c2af3cc8490552f282000 = new google.maps.Geocoder();g_7794f8d9608c2af3cc8490552f282000.geocode( { 'address': "1224 Welsh Rd, North Wales, PA 19454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-wales-PA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('north-wales-PA-santander-bank-atm'), mapOptions);}document.getElementById('343a5352').innerHTML += ' | View Map';var $l7794f8d9608c2af3cc8490552f282000 = '

Santander Bank ATM

Address: 1224 Welsh Rd, North Wales, PA 19454, USA
Phone: (215) 361-3835
';var m_7794f8d9608c2af3cc8490552f282000 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_7794f8d9608c2af3cc8490552f282000['infowindow'] = new google.maps.InfoWindow({content: $l7794f8d9608c2af3cc8490552f282000});var infowindow = new google.maps.InfoWindow({content: $l7794f8d9608c2af3cc8490552f282000});google.maps.event.addListener(m_7794f8d9608c2af3cc8490552f282000, 'click', function() {infowindow.open(map,m_7794f8d9608c2af3cc8490552f282000);});$marker.push(m_7794f8d9608c2af3cc8490552f282000);}});}google.maps.event.addDomListener(window, 'load', initialize);