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(40.8651,-73.6271)};var g_75a8415011978d373d5ce689611a62cc = new google.maps.Geocoder();g_75a8415011978d373d5ce689611a62cc.geocode( { 'address': "115 Forest Ave, Glen Cove, NY 11542"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-cove-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-cove-NY-capital-one-bank'), mapOptions);}document.getElementById('bf09a853').innerHTML += ' | View Map';var $l75a8415011978d373d5ce689611a62cc = '

Capital One Bank

Address: 115 Forest Ave, Glen Cove, NY 11542
Phone: (516) 671-9700
';var m_75a8415011978d373d5ce689611a62cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_75a8415011978d373d5ce689611a62cc['infowindow'] = new google.maps.InfoWindow({content: $l75a8415011978d373d5ce689611a62cc});var infowindow = new google.maps.InfoWindow({content: $l75a8415011978d373d5ce689611a62cc});google.maps.event.addListener(m_75a8415011978d373d5ce689611a62cc, 'click', function() {infowindow.open(map,m_75a8415011978d373d5ce689611a62cc);});$marker.push(m_75a8415011978d373d5ce689611a62cc);}});}google.maps.event.addDomListener(window, 'load', initialize);