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.6554,-73.6074)};var g_893292bd94510dc1d447c3e00afaa2c5 = new google.maps.Geocoder();g_893292bd94510dc1d447c3e00afaa2c5.geocode( { 'address': "2303 Grand Ave, Baldwin, NY 11510"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-NY-capital-one-bank'), mapOptions);}document.getElementById('b3148e1e').innerHTML += ' | View Map';var $l893292bd94510dc1d447c3e00afaa2c5 = '

Capital One Bank

Address: 2303 Grand Ave, Baldwin, NY 11510
Phone: (516) 223-9576
';var m_893292bd94510dc1d447c3e00afaa2c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_893292bd94510dc1d447c3e00afaa2c5['infowindow'] = new google.maps.InfoWindow({content: $l893292bd94510dc1d447c3e00afaa2c5});var infowindow = new google.maps.InfoWindow({content: $l893292bd94510dc1d447c3e00afaa2c5});google.maps.event.addListener(m_893292bd94510dc1d447c3e00afaa2c5, 'click', function() {infowindow.open(map,m_893292bd94510dc1d447c3e00afaa2c5);});$marker.push(m_893292bd94510dc1d447c3e00afaa2c5);}});}google.maps.event.addDomListener(window, 'load', initialize);