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(41.6933,-73.9007)};var g_9c449771d0edc923c2713a7462cefa3b = new google.maps.Geocoder();g_9c449771d0edc923c2713a7462cefa3b.geocode( { 'address': "1 Lagrange Ave, Poughkeepsie, NY 12603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poughkeepsie-NY-first-niagara-bank---vassar-branch').style.display = '';map = new google.maps.Map(document.getElementById('poughkeepsie-NY-first-niagara-bank---vassar-branch'), mapOptions);}document.getElementById('d5791ae0').innerHTML += ' | View Map';var $l9c449771d0edc923c2713a7462cefa3b = '

First Niagara Bank - Vassar Branch

Address: 1 Lagrange Ave, Poughkeepsie, NY 12603, USA
Phone: (845) 454-5512
';var m_9c449771d0edc923c2713a7462cefa3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - Vassar Branch',});m_9c449771d0edc923c2713a7462cefa3b['infowindow'] = new google.maps.InfoWindow({content: $l9c449771d0edc923c2713a7462cefa3b});var infowindow = new google.maps.InfoWindow({content: $l9c449771d0edc923c2713a7462cefa3b});google.maps.event.addListener(m_9c449771d0edc923c2713a7462cefa3b, 'click', function() {infowindow.open(map,m_9c449771d0edc923c2713a7462cefa3b);});$marker.push(m_9c449771d0edc923c2713a7462cefa3b);}});}google.maps.event.addDomListener(window, 'load', initialize);