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.1556,-76.8207)};var g_04411890cd6199b1ae73d8137bbc5e40 = new google.maps.Geocoder();g_04411890cd6199b1ae73d8137bbc5e40.geocode( { 'address': "36 Robinhood Dr, Goldsboro, PA 17319, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goldsboro-PA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('goldsboro-PA-santander-bank-atm'), mapOptions);}document.getElementById('d7e38bbb').innerHTML += ' | View Map';var $l04411890cd6199b1ae73d8137bbc5e40 = '

Santander Bank ATM

Address: 36 Robinhood Dr, Goldsboro, PA 17319, USA
Phone: (717) 938-5900
';var m_04411890cd6199b1ae73d8137bbc5e40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_04411890cd6199b1ae73d8137bbc5e40['infowindow'] = new google.maps.InfoWindow({content: $l04411890cd6199b1ae73d8137bbc5e40});var infowindow = new google.maps.InfoWindow({content: $l04411890cd6199b1ae73d8137bbc5e40});google.maps.event.addListener(m_04411890cd6199b1ae73d8137bbc5e40, 'click', function() {infowindow.open(map,m_04411890cd6199b1ae73d8137bbc5e40);});$marker.push(m_04411890cd6199b1ae73d8137bbc5e40);}});}google.maps.event.addDomListener(window, 'load', initialize);