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.7482,-73.6174)};var g_d7f14b4988c30cc40e5e7b7d157bc018 = new google.maps.Geocoder();g_d7f14b4988c30cc40e5e7b7d157bc018.geocode( { 'address': "225 Glen Cove Rd, Carle Place, NY 11514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carle-place-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('carle-place-NY-capital-one-bank'), mapOptions);}document.getElementById('e0ce28cd').innerHTML += ' | View Map';var $ld7f14b4988c30cc40e5e7b7d157bc018 = '

Capital One Bank

Address: 225 Glen Cove Rd, Carle Place, NY 11514, USA
Phone: (516) 741-5800
';var m_d7f14b4988c30cc40e5e7b7d157bc018 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_d7f14b4988c30cc40e5e7b7d157bc018['infowindow'] = new google.maps.InfoWindow({content: $ld7f14b4988c30cc40e5e7b7d157bc018});var infowindow = new google.maps.InfoWindow({content: $ld7f14b4988c30cc40e5e7b7d157bc018});google.maps.event.addListener(m_d7f14b4988c30cc40e5e7b7d157bc018, 'click', function() {infowindow.open(map,m_d7f14b4988c30cc40e5e7b7d157bc018);});$marker.push(m_d7f14b4988c30cc40e5e7b7d157bc018);}});}google.maps.event.addDomListener(window, 'load', initialize);