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(42.8924,-78.8758)};var g_48d1c05a9e28ddb177e50906aab0071a = new google.maps.Geocoder();g_48d1c05a9e28ddb177e50906aab0071a.geocode( { 'address': "285 Delaware Ave, Buffalo, NY 14202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-mt-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-mt-insurance-agency-inc'), mapOptions);}document.getElementById('6b768ceb').innerHTML += ' | View Map';var $l48d1c05a9e28ddb177e50906aab0071a = '

M&T Insurance Agency Inc.

Address: 285 Delaware Ave, Buffalo, NY 14202, USA
Phone: (716) 853-7960
';var m_48d1c05a9e28ddb177e50906aab0071a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Insurance Agency Inc.',});m_48d1c05a9e28ddb177e50906aab0071a['infowindow'] = new google.maps.InfoWindow({content: $l48d1c05a9e28ddb177e50906aab0071a});var infowindow = new google.maps.InfoWindow({content: $l48d1c05a9e28ddb177e50906aab0071a});google.maps.event.addListener(m_48d1c05a9e28ddb177e50906aab0071a, 'click', function() {infowindow.open(map,m_48d1c05a9e28ddb177e50906aab0071a);});$marker.push(m_48d1c05a9e28ddb177e50906aab0071a);}});}google.maps.event.addDomListener(window, 'load', initialize);