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.0712,-77.6449)};var g_1ba26481b28d0bfc90ca8c15c804bfdb = new google.maps.Geocoder();g_1ba26481b28d0bfc90ca8c15c804bfdb.geocode( { 'address': "4072 W Henrietta Rd, Rochester, NY 14623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-nationwide-insurance-beth-rogers-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-nationwide-insurance-beth-rogers-agency-inc'), mapOptions);}document.getElementById('4ba9f79a').innerHTML += ' | View Map';var $l1ba26481b28d0bfc90ca8c15c804bfdb = '

Nationwide Insurance: Beth Rogers Agency Inc

Address: 4072 W Henrietta Rd, Rochester, NY 14623, USA
Phone: (585) 321-0015
';var m_1ba26481b28d0bfc90ca8c15c804bfdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Beth Rogers Agency Inc',});m_1ba26481b28d0bfc90ca8c15c804bfdb['infowindow'] = new google.maps.InfoWindow({content: $l1ba26481b28d0bfc90ca8c15c804bfdb});var infowindow = new google.maps.InfoWindow({content: $l1ba26481b28d0bfc90ca8c15c804bfdb});google.maps.event.addListener(m_1ba26481b28d0bfc90ca8c15c804bfdb, 'click', function() {infowindow.open(map,m_1ba26481b28d0bfc90ca8c15c804bfdb);});$marker.push(m_1ba26481b28d0bfc90ca8c15c804bfdb);}});}google.maps.event.addDomListener(window, 'load', initialize);