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.7157,-73.5562)};var g_e81218f96c55d1006352ed0a3b08d790 = new google.maps.Geocoder();g_e81218f96c55d1006352ed0a3b08d790.geocode( { 'address': "369 Merrick Ave, East Meadow, NY 11554"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-meadow-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-meadow-NY-capital-one-bank'), mapOptions);}document.getElementById('974cdc02').innerHTML += ' | View Map';var $le81218f96c55d1006352ed0a3b08d790 = '

Capital One Bank

Address: 369 Merrick Ave, East Meadow, NY 11554
Phone: (516) 483-2541
';var m_e81218f96c55d1006352ed0a3b08d790 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_e81218f96c55d1006352ed0a3b08d790['infowindow'] = new google.maps.InfoWindow({content: $le81218f96c55d1006352ed0a3b08d790});var infowindow = new google.maps.InfoWindow({content: $le81218f96c55d1006352ed0a3b08d790});google.maps.event.addListener(m_e81218f96c55d1006352ed0a3b08d790, 'click', function() {infowindow.open(map,m_e81218f96c55d1006352ed0a3b08d790);});$marker.push(m_e81218f96c55d1006352ed0a3b08d790);}});}google.maps.event.addDomListener(window, 'load', initialize);