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.1823,-75.1332)};var g_b4536aef1fc34ecfa785c89235e2751c = new google.maps.Geocoder();g_b4536aef1fc34ecfa785c89235e2751c.geocode( { 'address': "314 Horsham Rd, Horsham, PA 19044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('horsham-PA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('horsham-PA-santander-bank-atm'), mapOptions);}document.getElementById('d4f1900a').innerHTML += ' | View Map';var $lb4536aef1fc34ecfa785c89235e2751c = '

Santander Bank ATM

Address: 314 Horsham Rd, Horsham, PA 19044, USA
Phone: (877) 768-2265
';var m_b4536aef1fc34ecfa785c89235e2751c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_b4536aef1fc34ecfa785c89235e2751c['infowindow'] = new google.maps.InfoWindow({content: $lb4536aef1fc34ecfa785c89235e2751c});var infowindow = new google.maps.InfoWindow({content: $lb4536aef1fc34ecfa785c89235e2751c});google.maps.event.addListener(m_b4536aef1fc34ecfa785c89235e2751c, 'click', function() {infowindow.open(map,m_b4536aef1fc34ecfa785c89235e2751c);});$marker.push(m_b4536aef1fc34ecfa785c89235e2751c);}});}google.maps.event.addDomListener(window, 'load', initialize);