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(42.5862,-73.872)};var g_c0ca5d6a5e9d01d0a3090342be8d5751 = new google.maps.Geocoder();g_c0ca5d6a5e9d01d0a3090342be8d5751.geocode( { 'address': "1277 Feura Bush Rd, Feura Bush, NY 12067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('feura-bush-NY-delmar-ocf-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('feura-bush-NY-delmar-ocf-federal-cu'), mapOptions);}document.getElementById('d4fbc05e').innerHTML += ' | View Map';var $lc0ca5d6a5e9d01d0a3090342be8d5751 = '

Delmar OCF Federal Cu

Address: 1277 Feura Bush Rd, Feura Bush, NY 12067, USA
Phone: (518) 475-3628
';var m_c0ca5d6a5e9d01d0a3090342be8d5751 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Delmar OCF Federal Cu',});m_c0ca5d6a5e9d01d0a3090342be8d5751['infowindow'] = new google.maps.InfoWindow({content: $lc0ca5d6a5e9d01d0a3090342be8d5751});var infowindow = new google.maps.InfoWindow({content: $lc0ca5d6a5e9d01d0a3090342be8d5751});google.maps.event.addListener(m_c0ca5d6a5e9d01d0a3090342be8d5751, 'click', function() {infowindow.open(map,m_c0ca5d6a5e9d01d0a3090342be8d5751);});$marker.push(m_c0ca5d6a5e9d01d0a3090342be8d5751);}});}google.maps.event.addDomListener(window, 'load', initialize);