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.0807,-77.6282)};var g_f4da150d2e965b0d33bcce4278a126a0 = new google.maps.Geocoder();g_f4da150d2e965b0d33bcce4278a126a0.geocode( { 'address': "1000 Hylan Dr, Rochester, NY 14623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-first-niagara-bank---henrietta-branch').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-first-niagara-bank---henrietta-branch'), mapOptions);}document.getElementById('8441a32b').innerHTML += ' | View Map';var $lf4da150d2e965b0d33bcce4278a126a0 = '

First Niagara Bank - Henrietta Branch

Address: 1000 Hylan Dr, Rochester, NY 14623, USA
Phone: (585) 475-0510
';var m_f4da150d2e965b0d33bcce4278a126a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - Henrietta Branch',});m_f4da150d2e965b0d33bcce4278a126a0['infowindow'] = new google.maps.InfoWindow({content: $lf4da150d2e965b0d33bcce4278a126a0});var infowindow = new google.maps.InfoWindow({content: $lf4da150d2e965b0d33bcce4278a126a0});google.maps.event.addListener(m_f4da150d2e965b0d33bcce4278a126a0, 'click', function() {infowindow.open(map,m_f4da150d2e965b0d33bcce4278a126a0);});$marker.push(m_f4da150d2e965b0d33bcce4278a126a0);}});}google.maps.event.addDomListener(window, 'load', initialize);