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.4494,-74.6626)};var g_924e3e7896e486651784feb8a3214ecd = new google.maps.Geocoder();g_924e3e7896e486651784feb8a3214ecd.geocode( { 'address': "2162 US-206, Belle Mead, NJ 08502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-NJ-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-NJ-atm-mt-bank'), mapOptions);}document.getElementById('e071a218').innerHTML += ' | View Map';var $l924e3e7896e486651784feb8a3214ecd = '

ATM (M&T Bank)

Address: 2162 US-206, Belle Mead, NJ 08502, USA
Phone:
';var m_924e3e7896e486651784feb8a3214ecd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (M&T Bank)',});m_924e3e7896e486651784feb8a3214ecd['infowindow'] = new google.maps.InfoWindow({content: $l924e3e7896e486651784feb8a3214ecd});var infowindow = new google.maps.InfoWindow({content: $l924e3e7896e486651784feb8a3214ecd});google.maps.event.addListener(m_924e3e7896e486651784feb8a3214ecd, 'click', function() {infowindow.open(map,m_924e3e7896e486651784feb8a3214ecd);});$marker.push(m_924e3e7896e486651784feb8a3214ecd);}});}google.maps.event.addDomListener(window, 'load', initialize);