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(43.1731,-76.1175)};var g_e31f24d088ca0c3424672da4d6449020 = new google.maps.Geocoder();g_e31f24d088ca0c3424672da4d6449020.geocode( { 'address': "8304 South, N Main St, Cicero, NY 13039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cicero-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('cicero-NY-mt-bank'), mapOptions);}document.getElementById('cbfd886a').innerHTML += ' | View Map';var $le31f24d088ca0c3424672da4d6449020 = '

M&T Bank

Address: 8304 South, N Main St, Cicero, NY 13039, USA
Phone: (315) 699-2702
';var m_e31f24d088ca0c3424672da4d6449020 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_e31f24d088ca0c3424672da4d6449020['infowindow'] = new google.maps.InfoWindow({content: $le31f24d088ca0c3424672da4d6449020});var infowindow = new google.maps.InfoWindow({content: $le31f24d088ca0c3424672da4d6449020});google.maps.event.addListener(m_e31f24d088ca0c3424672da4d6449020, 'click', function() {infowindow.open(map,m_e31f24d088ca0c3424672da4d6449020);});$marker.push(m_e31f24d088ca0c3424672da4d6449020);}});}google.maps.event.addDomListener(window, 'load', initialize);