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(39.8379,-74.9595)};var g_a6d991cd253dd1a0662aa0c6e5e70f26 = new google.maps.Geocoder();g_a6d991cd253dd1a0662aa0c6e5e70f26.geocode( { 'address': "74 Lakeview Dr S, Gibbsboro, NJ 08026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gibbsboro-NJ-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('gibbsboro-NJ-santander-atm'), mapOptions);}document.getElementById('d10e6398').innerHTML += ' | View Map';var $la6d991cd253dd1a0662aa0c6e5e70f26 = '

Santander ATM

Address: 74 Lakeview Dr S, Gibbsboro, NJ 08026, USA
Phone:
';var m_a6d991cd253dd1a0662aa0c6e5e70f26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_a6d991cd253dd1a0662aa0c6e5e70f26['infowindow'] = new google.maps.InfoWindow({content: $la6d991cd253dd1a0662aa0c6e5e70f26});var infowindow = new google.maps.InfoWindow({content: $la6d991cd253dd1a0662aa0c6e5e70f26});google.maps.event.addListener(m_a6d991cd253dd1a0662aa0c6e5e70f26, 'click', function() {infowindow.open(map,m_a6d991cd253dd1a0662aa0c6e5e70f26);});$marker.push(m_a6d991cd253dd1a0662aa0c6e5e70f26);}});}google.maps.event.addDomListener(window, 'load', initialize);