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.1556,-77.5982)};var g_7d5a3c270200daf0475c1f217910f982 = new google.maps.Geocoder();g_7d5a3c270200daf0475c1f217910f982.geocode( { 'address': "255 East Ave # 100, Rochester, NY 14604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-mt-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-mt-insurance-agency-inc'), mapOptions);}document.getElementById('4372887b').innerHTML += ' | View Map';var $l7d5a3c270200daf0475c1f217910f982 = '

M&T Insurance Agency Inc.

Address: 255 East Ave # 100, Rochester, NY 14604, USA
Phone: (585) 258-8216
';var m_7d5a3c270200daf0475c1f217910f982 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Insurance Agency Inc.',});m_7d5a3c270200daf0475c1f217910f982['infowindow'] = new google.maps.InfoWindow({content: $l7d5a3c270200daf0475c1f217910f982});var infowindow = new google.maps.InfoWindow({content: $l7d5a3c270200daf0475c1f217910f982});google.maps.event.addListener(m_7d5a3c270200daf0475c1f217910f982, 'click', function() {infowindow.open(map,m_7d5a3c270200daf0475c1f217910f982);});$marker.push(m_7d5a3c270200daf0475c1f217910f982);}});}google.maps.event.addDomListener(window, 'load', initialize);