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(35.8683,-80.0372)};var g_94bdc12edc888d267dba53d454cb1ede = new google.maps.Geocoder();g_94bdc12edc888d267dba53d454cb1ede.geocode( { 'address': "5905 Finch Farm Rd, Trinity, NC 27370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trinity-NC-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('trinity-NC-atm-mt-bank'), mapOptions);}document.getElementById('533d7f6f').innerHTML += ' | View Map';var $l94bdc12edc888d267dba53d454cb1ede = '

ATM M&t Bank

Address: 5905 Finch Farm Rd, Trinity, NC 27370, USA
Phone: (800) 627-3999
';var m_94bdc12edc888d267dba53d454cb1ede = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_94bdc12edc888d267dba53d454cb1ede['infowindow'] = new google.maps.InfoWindow({content: $l94bdc12edc888d267dba53d454cb1ede});var infowindow = new google.maps.InfoWindow({content: $l94bdc12edc888d267dba53d454cb1ede});google.maps.event.addListener(m_94bdc12edc888d267dba53d454cb1ede, 'click', function() {infowindow.open(map,m_94bdc12edc888d267dba53d454cb1ede);});$marker.push(m_94bdc12edc888d267dba53d454cb1ede);}});}google.maps.event.addDomListener(window, 'load', initialize);