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.7531,-73.0384)};var g_8e08d15e9755d4895f03cba6cd15562a = new google.maps.Geocoder();g_8e08d15e9755d4895f03cba6cd15562a.geocode( { 'address': "60 Montauk Hwy, Blue Point, NY 11715, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-point-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('blue-point-NY-capital-one-bank'), mapOptions);}document.getElementById('4a0ee600').innerHTML += ' | View Map';var $l8e08d15e9755d4895f03cba6cd15562a = '

Capital One Bank

Address: 60 Montauk Hwy, Blue Point, NY 11715, USA
Phone: (631) 363-7474
';var m_8e08d15e9755d4895f03cba6cd15562a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_8e08d15e9755d4895f03cba6cd15562a['infowindow'] = new google.maps.InfoWindow({content: $l8e08d15e9755d4895f03cba6cd15562a});var infowindow = new google.maps.InfoWindow({content: $l8e08d15e9755d4895f03cba6cd15562a});google.maps.event.addListener(m_8e08d15e9755d4895f03cba6cd15562a, 'click', function() {infowindow.open(map,m_8e08d15e9755d4895f03cba6cd15562a);});$marker.push(m_8e08d15e9755d4895f03cba6cd15562a);}});}google.maps.event.addDomListener(window, 'load', initialize);