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(41.334,-73.8737)};var g_eb92421b0da5a64f246c83901a7b0a52 = new google.maps.Geocoder();g_eb92421b0da5a64f246c83901a7b0a52.geocode( { 'address': "21 Peekskill Hollow Rd, Putnam Valley, NY 10579, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('putnam-valley-NY-tomkins-mahopac-bank').style.display = '';map = new google.maps.Map(document.getElementById('putnam-valley-NY-tomkins-mahopac-bank'), mapOptions);}document.getElementById('6696a6ca').innerHTML += ' | View Map';var $leb92421b0da5a64f246c83901a7b0a52 = '

Tomkins Mahopac Bank

Address: 21 Peekskill Hollow Rd, Putnam Valley, NY 10579, USA
Phone: (845) 526-6340
';var m_eb92421b0da5a64f246c83901a7b0a52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tomkins Mahopac Bank',});m_eb92421b0da5a64f246c83901a7b0a52['infowindow'] = new google.maps.InfoWindow({content: $leb92421b0da5a64f246c83901a7b0a52});var infowindow = new google.maps.InfoWindow({content: $leb92421b0da5a64f246c83901a7b0a52});google.maps.event.addListener(m_eb92421b0da5a64f246c83901a7b0a52, 'click', function() {infowindow.open(map,m_eb92421b0da5a64f246c83901a7b0a52);});$marker.push(m_eb92421b0da5a64f246c83901a7b0a52);}});}google.maps.event.addDomListener(window, 'load', initialize);