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.2164,-76.8602)};var g_3022b64fc477c0ddc324e76ed70a8ab8 = new google.maps.Geocoder();g_3022b64fc477c0ddc324e76ed70a8ab8.geocode( { 'address': "10300 Little Patuxent Pkwy, Columbia, MD 21044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MD-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MD-mt-bank-atm'), mapOptions);}document.getElementById('47687c90').innerHTML += ' | View Map';var $l3022b64fc477c0ddc324e76ed70a8ab8 = '

M&T Bank ATM

Address: 10300 Little Patuxent Pkwy, Columbia, MD 21044, USA
Phone: (800) 724-2440
';var m_3022b64fc477c0ddc324e76ed70a8ab8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_3022b64fc477c0ddc324e76ed70a8ab8['infowindow'] = new google.maps.InfoWindow({content: $l3022b64fc477c0ddc324e76ed70a8ab8});var infowindow = new google.maps.InfoWindow({content: $l3022b64fc477c0ddc324e76ed70a8ab8});google.maps.event.addListener(m_3022b64fc477c0ddc324e76ed70a8ab8, 'click', function() {infowindow.open(map,m_3022b64fc477c0ddc324e76ed70a8ab8);});$marker.push(m_3022b64fc477c0ddc324e76ed70a8ab8);}});}google.maps.event.addDomListener(window, 'load', initialize);