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.7388,-76.7036)};var g_4399a78b0269c0837fdf10a3a3a840a1 = new google.maps.Geocoder();g_4399a78b0269c0837fdf10a3a3a840a1.geocode( { 'address': "2 S Broad St, New Freedom, PA 17349, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-freedom-PA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-freedom-PA-mt-bank-atm'), mapOptions);}document.getElementById('7f214f80').innerHTML += ' | View Map';var $l4399a78b0269c0837fdf10a3a3a840a1 = '

M&T Bank ATM

Address: 2 S Broad St, New Freedom, PA 17349, USA
Phone: (800) 724-2440
';var m_4399a78b0269c0837fdf10a3a3a840a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_4399a78b0269c0837fdf10a3a3a840a1['infowindow'] = new google.maps.InfoWindow({content: $l4399a78b0269c0837fdf10a3a3a840a1});var infowindow = new google.maps.InfoWindow({content: $l4399a78b0269c0837fdf10a3a3a840a1});google.maps.event.addListener(m_4399a78b0269c0837fdf10a3a3a840a1, 'click', function() {infowindow.open(map,m_4399a78b0269c0837fdf10a3a3a840a1);});$marker.push(m_4399a78b0269c0837fdf10a3a3a840a1);}});}google.maps.event.addDomListener(window, 'load', initialize);