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.0503,-76.1518)};var g_fd165d507f77d246c3dd27d0da02c93e = new google.maps.Geocoder();g_fd165d507f77d246c3dd27d0da02c93e.geocode( { 'address': "101 S Salina St, Syracuse, NY 13202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-NY-mt-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-NY-mt-insurance-agency-inc'), mapOptions);}document.getElementById('ee873d94').innerHTML += ' | View Map';var $lfd165d507f77d246c3dd27d0da02c93e = '

M&T Insurance Agency Inc.

Address: 101 S Salina St, Syracuse, NY 13202, USA
Phone: (315) 424-5100
';var m_fd165d507f77d246c3dd27d0da02c93e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Insurance Agency Inc.',});m_fd165d507f77d246c3dd27d0da02c93e['infowindow'] = new google.maps.InfoWindow({content: $lfd165d507f77d246c3dd27d0da02c93e});var infowindow = new google.maps.InfoWindow({content: $lfd165d507f77d246c3dd27d0da02c93e});google.maps.event.addListener(m_fd165d507f77d246c3dd27d0da02c93e, 'click', function() {infowindow.open(map,m_fd165d507f77d246c3dd27d0da02c93e);});$marker.push(m_fd165d507f77d246c3dd27d0da02c93e);}});}google.maps.event.addDomListener(window, 'load', initialize);