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.6288,-74.0946)};var g_3995fe50d83f15ea0930e355f452de8d = new google.maps.Geocoder();g_3995fe50d83f15ea0930e355f452de8d.geocode( { 'address': "1411 Forest Ave, Staten Island, NY 10302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-capitalone').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-capitalone'), mapOptions);}document.getElementById('8214c995').innerHTML += ' | View Map';var $l3995fe50d83f15ea0930e355f452de8d = '

CapitalOne

Address: 1411 Forest Ave, Staten Island, NY 10302
Phone: (718) 727-4164
';var m_3995fe50d83f15ea0930e355f452de8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CapitalOne',});m_3995fe50d83f15ea0930e355f452de8d['infowindow'] = new google.maps.InfoWindow({content: $l3995fe50d83f15ea0930e355f452de8d});var infowindow = new google.maps.InfoWindow({content: $l3995fe50d83f15ea0930e355f452de8d});google.maps.event.addListener(m_3995fe50d83f15ea0930e355f452de8d, 'click', function() {infowindow.open(map,m_3995fe50d83f15ea0930e355f452de8d);});$marker.push(m_3995fe50d83f15ea0930e355f452de8d);}});}google.maps.event.addDomListener(window, 'load', initialize);