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.1233,-73.942)};var g_865bf46435bd84fa5d89f64cf3ba7347 = new google.maps.Geocoder();g_865bf46435bd84fa5d89f64cf3ba7347.geocode( { 'address': "15 Lake Ridge Plaza Route 303, Valley Cottage, NY 10989"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-cottage-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('valley-cottage-NY-capital-one-bank'), mapOptions);}document.getElementById('5df55117').innerHTML += ' | View Map';var $l865bf46435bd84fa5d89f64cf3ba7347 = '

Capital One Bank

Address: 15 Lake Ridge Plaza Route 303, Valley Cottage, NY 10989
Phone: (845) 268-5101
';var m_865bf46435bd84fa5d89f64cf3ba7347 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_865bf46435bd84fa5d89f64cf3ba7347['infowindow'] = new google.maps.InfoWindow({content: $l865bf46435bd84fa5d89f64cf3ba7347});var infowindow = new google.maps.InfoWindow({content: $l865bf46435bd84fa5d89f64cf3ba7347});google.maps.event.addListener(m_865bf46435bd84fa5d89f64cf3ba7347, 'click', function() {infowindow.open(map,m_865bf46435bd84fa5d89f64cf3ba7347);});$marker.push(m_865bf46435bd84fa5d89f64cf3ba7347);}});}google.maps.event.addDomListener(window, 'load', initialize);