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()};var g_294bddee41e339dfe1f4958be6c30968 = new google.maps.Geocoder();g_294bddee41e339dfe1f4958be6c30968.geocode( { 'address': "201 Mohawk Ave, Scotia, NY 12302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotia-NY-1st-national-bank-of-scotia').style.display = '';map = new google.maps.Map(document.getElementById('scotia-NY-1st-national-bank-of-scotia'), mapOptions);}document.getElementById('c8295b5b').innerHTML += ' | View Map';var $l294bddee41e339dfe1f4958be6c30968 = '

1st National Bank Of Scotia

Address: 201 Mohawk Ave, Scotia, NY 12302
Phone: (518) 370-7200
';var m_294bddee41e339dfe1f4958be6c30968 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st National Bank Of Scotia',});m_294bddee41e339dfe1f4958be6c30968['infowindow'] = new google.maps.InfoWindow({content: $l294bddee41e339dfe1f4958be6c30968});var infowindow = new google.maps.InfoWindow({content: $l294bddee41e339dfe1f4958be6c30968});google.maps.event.addListener(m_294bddee41e339dfe1f4958be6c30968, 'click', function() {infowindow.open(map,m_294bddee41e339dfe1f4958be6c30968);});$marker.push(m_294bddee41e339dfe1f4958be6c30968);}});}google.maps.event.addDomListener(window, 'load', initialize);