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.0244,-78.9663)};var g_3d69abefe5ccecef7c0907cfee8e21bc = new google.maps.Geocoder();g_3d69abefe5ccecef7c0907cfee8e21bc.geocode( { 'address': "2300 Grand Island Blvd, Grand Island, NY 14072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-island-NY-northwest-savings-bank---grand-island-branch').style.display = '';map = new google.maps.Map(document.getElementById('grand-island-NY-northwest-savings-bank---grand-island-branch'), mapOptions);}document.getElementById('cdbe1070').innerHTML += ' | View Map';var $l3d69abefe5ccecef7c0907cfee8e21bc = '

Northwest Savings Bank - Grand Island Branch

Address: 2300 Grand Island Blvd, Grand Island, NY 14072, USA
Phone: (716) 773-7660
';var m_3d69abefe5ccecef7c0907cfee8e21bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank - Grand Island Branch',});m_3d69abefe5ccecef7c0907cfee8e21bc['infowindow'] = new google.maps.InfoWindow({content: $l3d69abefe5ccecef7c0907cfee8e21bc});var infowindow = new google.maps.InfoWindow({content: $l3d69abefe5ccecef7c0907cfee8e21bc});google.maps.event.addListener(m_3d69abefe5ccecef7c0907cfee8e21bc, 'click', function() {infowindow.open(map,m_3d69abefe5ccecef7c0907cfee8e21bc);});$marker.push(m_3d69abefe5ccecef7c0907cfee8e21bc);}});}google.maps.event.addDomListener(window, 'load', initialize);