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.8515,-73.799)};var g_b53ac9b17f9598e42c4ce890739a84ca = new google.maps.Geocoder();g_b53ac9b17f9598e42c4ce890739a84ca.geocode( { 'address': "9 Clifton Country Rd, Clifton Park, NY 12065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-park-NY-mohawk-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-park-NY-mohawk-community-bank'), mapOptions);}document.getElementById('f520dd94').innerHTML += ' | View Map';var $lb53ac9b17f9598e42c4ce890739a84ca = '

Mohawk Community Bank

Address: 9 Clifton Country Rd, Clifton Park, NY 12065
Phone: (518) 383-5386
';var m_b53ac9b17f9598e42c4ce890739a84ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mohawk Community Bank',});m_b53ac9b17f9598e42c4ce890739a84ca['infowindow'] = new google.maps.InfoWindow({content: $lb53ac9b17f9598e42c4ce890739a84ca});var infowindow = new google.maps.InfoWindow({content: $lb53ac9b17f9598e42c4ce890739a84ca});google.maps.event.addListener(m_b53ac9b17f9598e42c4ce890739a84ca, 'click', function() {infowindow.open(map,m_b53ac9b17f9598e42c4ce890739a84ca);});$marker.push(m_b53ac9b17f9598e42c4ce890739a84ca);}});}google.maps.event.addDomListener(window, 'load', initialize);