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.874,-73.4248)};var g_ad32ace768f856e315a43bfc3f88f4d2 = new google.maps.Geocoder();g_ad32ace768f856e315a43bfc3f88f4d2.geocode( { 'address': "250 New York Ave, Huntington, NY 11743, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-NY-capital-one-bank'), mapOptions);}document.getElementById('7c696d5c').innerHTML += ' | View Map';var $lad32ace768f856e315a43bfc3f88f4d2 = '

Capital One Bank

Address: 250 New York Ave, Huntington, NY 11743, USA
Phone: (631) 427-4900
';var m_ad32ace768f856e315a43bfc3f88f4d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_ad32ace768f856e315a43bfc3f88f4d2['infowindow'] = new google.maps.InfoWindow({content: $lad32ace768f856e315a43bfc3f88f4d2});var infowindow = new google.maps.InfoWindow({content: $lad32ace768f856e315a43bfc3f88f4d2});google.maps.event.addListener(m_ad32ace768f856e315a43bfc3f88f4d2, 'click', function() {infowindow.open(map,m_ad32ace768f856e315a43bfc3f88f4d2);});$marker.push(m_ad32ace768f856e315a43bfc3f88f4d2);}});}google.maps.event.addDomListener(window, 'load', initialize);