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.8739,-73.6209)};var g_2010c9cce810311e20b34050a138be8b = new google.maps.Geocoder();g_2010c9cce810311e20b34050a138be8b.geocode( { 'address': "115 Forest Ave, Glen Cove, NY 11542, USA"}, 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('5d9fc1dc').innerHTML += ' | View Map';var $l2010c9cce810311e20b34050a138be8b = '

Capital One Bank

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