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.7034,-73.5907)};var g_9ada1e20aaf877196658f9a6b050c46d = new google.maps.Geocoder();g_9ada1e20aaf877196658f9a6b050c46d.geocode( { 'address': "929 Front St, Uniondale, NY 11553"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniondale-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('uniondale-NY-capital-one-bank'), mapOptions);}document.getElementById('94dedae2').innerHTML += ' | View Map';var $l9ada1e20aaf877196658f9a6b050c46d = '

Capital One Bank

Address: 929 Front St, Uniondale, NY 11553
Phone: (516) 483-0300
';var m_9ada1e20aaf877196658f9a6b050c46d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_9ada1e20aaf877196658f9a6b050c46d['infowindow'] = new google.maps.InfoWindow({content: $l9ada1e20aaf877196658f9a6b050c46d});var infowindow = new google.maps.InfoWindow({content: $l9ada1e20aaf877196658f9a6b050c46d});google.maps.event.addListener(m_9ada1e20aaf877196658f9a6b050c46d, 'click', function() {infowindow.open(map,m_9ada1e20aaf877196658f9a6b050c46d);});$marker.push(m_9ada1e20aaf877196658f9a6b050c46d);}});}google.maps.event.addDomListener(window, 'load', initialize);