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.9113,-74.5736)};var g_937a2e0678890b1701deb3b98f969178 = new google.maps.Geocoder();g_937a2e0678890b1701deb3b98f969178.geocode( { 'address': "30 W Grand St, Palatine Bridge, NY 13428, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatine-bridge-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('palatine-bridge-NY-citizens-bank'), mapOptions);}document.getElementById('4fa60f2a').innerHTML += ' | View Map';var $l937a2e0678890b1701deb3b98f969178 = '

Citizens Bank

Address: 30 W Grand St, Palatine Bridge, NY 13428, USA
Phone:
';var m_937a2e0678890b1701deb3b98f969178 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_937a2e0678890b1701deb3b98f969178['infowindow'] = new google.maps.InfoWindow({content: $l937a2e0678890b1701deb3b98f969178});var infowindow = new google.maps.InfoWindow({content: $l937a2e0678890b1701deb3b98f969178});google.maps.event.addListener(m_937a2e0678890b1701deb3b98f969178, 'click', function() {infowindow.open(map,m_937a2e0678890b1701deb3b98f969178);});$marker.push(m_937a2e0678890b1701deb3b98f969178);}});}google.maps.event.addDomListener(window, 'load', initialize);