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.858,-73.0855)};var g_2ce191a031f214390c7ac2d6514d4c15 = new google.maps.Geocoder();g_2ce191a031f214390c7ac2d6514d4c15.geocode( { 'address': "2100 Middle Country Rd, Centereach, NY 11720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centereach-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('centereach-NY-capital-one-bank'), mapOptions);}document.getElementById('4dd1e2dd').innerHTML += ' | View Map';var $l2ce191a031f214390c7ac2d6514d4c15 = '

Capital One Bank

Address: 2100 Middle Country Rd, Centereach, NY 11720, USA
Phone: (631) 676-8130
';var m_2ce191a031f214390c7ac2d6514d4c15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_2ce191a031f214390c7ac2d6514d4c15['infowindow'] = new google.maps.InfoWindow({content: $l2ce191a031f214390c7ac2d6514d4c15});var infowindow = new google.maps.InfoWindow({content: $l2ce191a031f214390c7ac2d6514d4c15});google.maps.event.addListener(m_2ce191a031f214390c7ac2d6514d4c15, 'click', function() {infowindow.open(map,m_2ce191a031f214390c7ac2d6514d4c15);});$marker.push(m_2ce191a031f214390c7ac2d6514d4c15);}});}google.maps.event.addDomListener(window, 'load', initialize);