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.7544,-73.4142)};var g_ec9d9f46e31a1c5c7f5c0266d58f9ecc = new google.maps.Geocoder();g_ec9d9f46e31a1c5c7f5c0266d58f9ecc.geocode( { 'address': "1995 New Hwy, Farmingdale, NY 11735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmingdale-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('farmingdale-NY-capital-one-bank'), mapOptions);}document.getElementById('e83a4d54').innerHTML += ' | View Map';var $lec9d9f46e31a1c5c7f5c0266d58f9ecc = '

Capital One Bank

Address: 1995 New Hwy, Farmingdale, NY 11735, USA
Phone: (631) 756-2244
';var m_ec9d9f46e31a1c5c7f5c0266d58f9ecc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_ec9d9f46e31a1c5c7f5c0266d58f9ecc['infowindow'] = new google.maps.InfoWindow({content: $lec9d9f46e31a1c5c7f5c0266d58f9ecc});var infowindow = new google.maps.InfoWindow({content: $lec9d9f46e31a1c5c7f5c0266d58f9ecc});google.maps.event.addListener(m_ec9d9f46e31a1c5c7f5c0266d58f9ecc, 'click', function() {infowindow.open(map,m_ec9d9f46e31a1c5c7f5c0266d58f9ecc);});$marker.push(m_ec9d9f46e31a1c5c7f5c0266d58f9ecc);}});}google.maps.event.addDomListener(window, 'load', initialize);