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(41.742,-111.834)};var g_f0a02ea9f4ff8c862c796c83f8ac8b32 = new google.maps.Geocoder();g_f0a02ea9f4ff8c862c796c83f8ac8b32.geocode( { 'address': "550 N Main St #218, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-mt-bank'), mapOptions);}document.getElementById('406b5c09').innerHTML += ' | View Map';var $lf0a02ea9f4ff8c862c796c83f8ac8b32 = '

M&T Bank

Address: 550 N Main St #218, Logan, UT 84321, USA
Phone: (435) 787-2823
';var m_f0a02ea9f4ff8c862c796c83f8ac8b32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_f0a02ea9f4ff8c862c796c83f8ac8b32['infowindow'] = new google.maps.InfoWindow({content: $lf0a02ea9f4ff8c862c796c83f8ac8b32});var infowindow = new google.maps.InfoWindow({content: $lf0a02ea9f4ff8c862c796c83f8ac8b32});google.maps.event.addListener(m_f0a02ea9f4ff8c862c796c83f8ac8b32, 'click', function() {infowindow.open(map,m_f0a02ea9f4ff8c862c796c83f8ac8b32);});$marker.push(m_f0a02ea9f4ff8c862c796c83f8ac8b32);}});}google.maps.event.addDomListener(window, 'load', initialize);