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.2856,-74.5648)};var g_e91358846c5b47cfd46866b21d9f7da3 = new google.maps.Geocoder();g_e91358846c5b47cfd46866b21d9f7da3.geocode( { 'address': "349 Princeton Hightstown Rd, Hightstown, NJ 08520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hightstown-NJ-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('hightstown-NJ-santander-bank-atm'), mapOptions);}document.getElementById('2409c688').innerHTML += ' | View Map';var $le91358846c5b47cfd46866b21d9f7da3 = '

Santander Bank ATM

Address: 349 Princeton Hightstown Rd, Hightstown, NJ 08520, USA
Phone: (609) 716-0050
';var m_e91358846c5b47cfd46866b21d9f7da3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_e91358846c5b47cfd46866b21d9f7da3['infowindow'] = new google.maps.InfoWindow({content: $le91358846c5b47cfd46866b21d9f7da3});var infowindow = new google.maps.InfoWindow({content: $le91358846c5b47cfd46866b21d9f7da3});google.maps.event.addListener(m_e91358846c5b47cfd46866b21d9f7da3, 'click', function() {infowindow.open(map,m_e91358846c5b47cfd46866b21d9f7da3);});$marker.push(m_e91358846c5b47cfd46866b21d9f7da3);}});}google.maps.event.addDomListener(window, 'load', initialize);