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.7891,-73.135)};var g_cfdb03d549b8c2a7ccc852b8cddc3ab2 = new google.maps.Geocoder();g_cfdb03d549b8c2a7ccc852b8cddc3ab2.geocode( { 'address': "3125 E Veterans Memorial Hwy #11, Ronkonkoma, NY 11779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ronkonkoma-NY-peoples-alliance-fcu').style.display = '';map = new google.maps.Map(document.getElementById('ronkonkoma-NY-peoples-alliance-fcu'), mapOptions);}document.getElementById('4861a068').innerHTML += ' | View Map';var $lcfdb03d549b8c2a7ccc852b8cddc3ab2 = '

Peoples Alliance FCU

Address: 3125 E Veterans Memorial Hwy #11, Ronkonkoma, NY 11779, USA
Phone: (631) 580-3702
';var m_cfdb03d549b8c2a7ccc852b8cddc3ab2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Alliance FCU',});m_cfdb03d549b8c2a7ccc852b8cddc3ab2['infowindow'] = new google.maps.InfoWindow({content: $lcfdb03d549b8c2a7ccc852b8cddc3ab2});var infowindow = new google.maps.InfoWindow({content: $lcfdb03d549b8c2a7ccc852b8cddc3ab2});google.maps.event.addListener(m_cfdb03d549b8c2a7ccc852b8cddc3ab2, 'click', function() {infowindow.open(map,m_cfdb03d549b8c2a7ccc852b8cddc3ab2);});$marker.push(m_cfdb03d549b8c2a7ccc852b8cddc3ab2);}});}google.maps.event.addDomListener(window, 'load', initialize);