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.7986,-74.3571)};var g_ff15242553d87dd31723dcd88a087382 = new google.maps.Geocoder();g_ff15242553d87dd31723dcd88a087382.geocode( { 'address': "625 Mt Pleasant Ave, Livingston, NJ 07039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livingston-NJ-atm-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('livingston-NJ-atm-capital-one-bank'), mapOptions);}document.getElementById('6aaa0629').innerHTML += ' | View Map';var $lff15242553d87dd31723dcd88a087382 = '

ATM (Capital One Bank)

Address: 625 Mt Pleasant Ave, Livingston, NJ 07039, USA
Phone:
';var m_ff15242553d87dd31723dcd88a087382 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Capital One Bank)',});m_ff15242553d87dd31723dcd88a087382['infowindow'] = new google.maps.InfoWindow({content: $lff15242553d87dd31723dcd88a087382});var infowindow = new google.maps.InfoWindow({content: $lff15242553d87dd31723dcd88a087382});google.maps.event.addListener(m_ff15242553d87dd31723dcd88a087382, 'click', function() {infowindow.open(map,m_ff15242553d87dd31723dcd88a087382);});$marker.push(m_ff15242553d87dd31723dcd88a087382);}});}google.maps.event.addDomListener(window, 'load', initialize);