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(41.0938,-75.591)};var g_b5c358c2c23fa59ee6b48569d0fc2797 = new google.maps.Geocoder();g_b5c358c2c23fa59ee6b48569d0fc2797.geocode( { 'address': "PA-940, Blakeslee, PA 18610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blakeslee-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('blakeslee-PA-santander-atm'), mapOptions);}document.getElementById('6dfd5089').innerHTML += ' | View Map';var $lb5c358c2c23fa59ee6b48569d0fc2797 = '

Santander ATM

Address: PA-940, Blakeslee, PA 18610, USA
Phone:
';var m_b5c358c2c23fa59ee6b48569d0fc2797 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_b5c358c2c23fa59ee6b48569d0fc2797['infowindow'] = new google.maps.InfoWindow({content: $lb5c358c2c23fa59ee6b48569d0fc2797});var infowindow = new google.maps.InfoWindow({content: $lb5c358c2c23fa59ee6b48569d0fc2797});google.maps.event.addListener(m_b5c358c2c23fa59ee6b48569d0fc2797, 'click', function() {infowindow.open(map,m_b5c358c2c23fa59ee6b48569d0fc2797);});$marker.push(m_b5c358c2c23fa59ee6b48569d0fc2797);}});}google.maps.event.addDomListener(window, 'load', initialize);