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_52b779c6cb4db7f4867db45da7a5d907 = new google.maps.Geocoder();g_52b779c6cb4db7f4867db45da7a5d907.geocode( { 'address': "20 Solar Dr, Clifton Park, NY 12065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-park-NY-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-park-NY-community-bank'), mapOptions);}document.getElementById('fdeca5de').innerHTML += ' | View Map';var $l52b779c6cb4db7f4867db45da7a5d907 = '

Community Bank

Address: 20 Solar Dr, Clifton Park, NY 12065
Phone: (518) 373-0212
';var m_52b779c6cb4db7f4867db45da7a5d907 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_52b779c6cb4db7f4867db45da7a5d907['infowindow'] = new google.maps.InfoWindow({content: $l52b779c6cb4db7f4867db45da7a5d907});var infowindow = new google.maps.InfoWindow({content: $l52b779c6cb4db7f4867db45da7a5d907});google.maps.event.addListener(m_52b779c6cb4db7f4867db45da7a5d907, 'click', function() {infowindow.open(map,m_52b779c6cb4db7f4867db45da7a5d907);});$marker.push(m_52b779c6cb4db7f4867db45da7a5d907);}});}google.maps.event.addDomListener(window, 'load', initialize);