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.1048,-77.75)};var g_de0c4bb9b83a1881d31b4ac8843df002 = new google.maps.Geocoder();g_de0c4bb9b83a1881d31b4ac8843df002.geocode( { 'address': "3225 Chili Ave Ste 5, Rochester, NY 14624, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-nationwide-insurance-brian-kelly').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-nationwide-insurance-brian-kelly'), mapOptions);}document.getElementById('f9c867ba').innerHTML += ' | View Map';var $lde0c4bb9b83a1881d31b4ac8843df002 = '

Nationwide Insurance: Brian Kelly

Address: 3225 Chili Ave Ste 5, Rochester, NY 14624, USA
Phone: (585) 889-4619
';var m_de0c4bb9b83a1881d31b4ac8843df002 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Brian Kelly',});m_de0c4bb9b83a1881d31b4ac8843df002['infowindow'] = new google.maps.InfoWindow({content: $lde0c4bb9b83a1881d31b4ac8843df002});var infowindow = new google.maps.InfoWindow({content: $lde0c4bb9b83a1881d31b4ac8843df002});google.maps.event.addListener(m_de0c4bb9b83a1881d31b4ac8843df002, 'click', function() {infowindow.open(map,m_de0c4bb9b83a1881d31b4ac8843df002);});$marker.push(m_de0c4bb9b83a1881d31b4ac8843df002);}});}google.maps.event.addDomListener(window, 'load', initialize);