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.8274,-73.9656)};var g_04a5ad58b75c553118d2e43f2dadf3a6 = new google.maps.Geocoder();g_04a5ad58b75c553118d2e43f2dadf3a6.geocode( { 'address': "222 Mohawk Ave, Scotia, NY 12302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotia-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('scotia-NY-citizens-bank'), mapOptions);}document.getElementById('7603e21e').innerHTML += ' | View Map';var $l04a5ad58b75c553118d2e43f2dadf3a6 = '

Citizens Bank

Address: 222 Mohawk Ave, Scotia, NY 12302, USA
Phone:
';var m_04a5ad58b75c553118d2e43f2dadf3a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_04a5ad58b75c553118d2e43f2dadf3a6['infowindow'] = new google.maps.InfoWindow({content: $l04a5ad58b75c553118d2e43f2dadf3a6});var infowindow = new google.maps.InfoWindow({content: $l04a5ad58b75c553118d2e43f2dadf3a6});google.maps.event.addListener(m_04a5ad58b75c553118d2e43f2dadf3a6, 'click', function() {infowindow.open(map,m_04a5ad58b75c553118d2e43f2dadf3a6);});$marker.push(m_04a5ad58b75c553118d2e43f2dadf3a6);}});}google.maps.event.addDomListener(window, 'load', initialize);