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.0056,-73.8604)};var g_44e97bac42b33fc4d3873d6c3f8cb118 = new google.maps.Geocoder();g_44e97bac42b33fc4d3873d6c3f8cb118.geocode( { 'address': "2031 Doubleday Ave, Ballston Spa, NY 12020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ballston-spa-NY-first-niagara').style.display = '';map = new google.maps.Map(document.getElementById('ballston-spa-NY-first-niagara'), mapOptions);}document.getElementById('385844ba').innerHTML += ' | View Map';var $l44e97bac42b33fc4d3873d6c3f8cb118 = '

First Niagara

Address: 2031 Doubleday Ave, Ballston Spa, NY 12020
Phone: (518) 885-2535
';var m_44e97bac42b33fc4d3873d6c3f8cb118 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara',});m_44e97bac42b33fc4d3873d6c3f8cb118['infowindow'] = new google.maps.InfoWindow({content: $l44e97bac42b33fc4d3873d6c3f8cb118});var infowindow = new google.maps.InfoWindow({content: $l44e97bac42b33fc4d3873d6c3f8cb118});google.maps.event.addListener(m_44e97bac42b33fc4d3873d6c3f8cb118, 'click', function() {infowindow.open(map,m_44e97bac42b33fc4d3873d6c3f8cb118);});$marker.push(m_44e97bac42b33fc4d3873d6c3f8cb118);}});}google.maps.event.addDomListener(window, 'load', initialize);