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.6361,-73.1972)};var g_a4be9b8d247e72e855ddee20c894c055 = new google.maps.Geocoder();g_a4be9b8d247e72e855ddee20c894c055.geocode( { 'address': "1701 Sunrise Hwy, Bay Shore, NY 11706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-shore-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('bay-shore-NY-capital-one-bank'), mapOptions);}document.getElementById('d2e50202').innerHTML += ' | View Map';var $la4be9b8d247e72e855ddee20c894c055 = '

Capital One Bank

Address: 1701 Sunrise Hwy, Bay Shore, NY 11706
Phone: (631) 665-3500
';var m_a4be9b8d247e72e855ddee20c894c055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_a4be9b8d247e72e855ddee20c894c055['infowindow'] = new google.maps.InfoWindow({content: $la4be9b8d247e72e855ddee20c894c055});var infowindow = new google.maps.InfoWindow({content: $la4be9b8d247e72e855ddee20c894c055});google.maps.event.addListener(m_a4be9b8d247e72e855ddee20c894c055, 'click', function() {infowindow.open(map,m_a4be9b8d247e72e855ddee20c894c055);});$marker.push(m_a4be9b8d247e72e855ddee20c894c055);}});}google.maps.event.addDomListener(window, 'load', initialize);