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.1682,-77.6019)};var g_def4bf8b332ec684f60d57af1c8a8f43 = new google.maps.Geocoder();g_def4bf8b332ec684f60d57af1c8a8f43.geocode( { 'address': "777 Canal View Blvd, Rochester, NY 14623"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-first-niagara-commercial-loan-offices').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-first-niagara-commercial-loan-offices'), mapOptions);}document.getElementById('519d960a').innerHTML += ' | View Map';var $ldef4bf8b332ec684f60d57af1c8a8f43 = '

First Niagara Commercial Loan Offices

Address: 777 Canal View Blvd, Rochester, NY 14623
Phone: (585) 256-2920
';var m_def4bf8b332ec684f60d57af1c8a8f43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Commercial Loan Offices',});m_def4bf8b332ec684f60d57af1c8a8f43['infowindow'] = new google.maps.InfoWindow({content: $ldef4bf8b332ec684f60d57af1c8a8f43});var infowindow = new google.maps.InfoWindow({content: $ldef4bf8b332ec684f60d57af1c8a8f43});google.maps.event.addListener(m_def4bf8b332ec684f60d57af1c8a8f43, 'click', function() {infowindow.open(map,m_def4bf8b332ec684f60d57af1c8a8f43);});$marker.push(m_def4bf8b332ec684f60d57af1c8a8f43);}});}google.maps.event.addDomListener(window, 'load', initialize);