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(42.3596,-73.5894)};var g_bd7167ae12f2a9186ff406eb43f63bb7 = new google.maps.Geocoder();g_bd7167ae12f2a9186ff406eb43f63bb7.geocode( { 'address': "16 Coleman St, Chatham, NY 12037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatham-NY-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('chatham-NY-first-niagara-bank'), mapOptions);}document.getElementById('b431949a').innerHTML += ' | View Map';var $lbd7167ae12f2a9186ff406eb43f63bb7 = '

First Niagara Bank

Address: 16 Coleman St, Chatham, NY 12037
Phone: (518) 392-9222
';var m_bd7167ae12f2a9186ff406eb43f63bb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank',});m_bd7167ae12f2a9186ff406eb43f63bb7['infowindow'] = new google.maps.InfoWindow({content: $lbd7167ae12f2a9186ff406eb43f63bb7});var infowindow = new google.maps.InfoWindow({content: $lbd7167ae12f2a9186ff406eb43f63bb7});google.maps.event.addListener(m_bd7167ae12f2a9186ff406eb43f63bb7, 'click', function() {infowindow.open(map,m_bd7167ae12f2a9186ff406eb43f63bb7);});$marker.push(m_bd7167ae12f2a9186ff406eb43f63bb7);}});}google.maps.event.addDomListener(window, 'load', initialize);