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.6552,-73.672)};var g_a1fe8739a4b7160941d658116787a78e = new google.maps.Geocoder();g_a1fe8739a4b7160941d658116787a78e.geocode( { 'address': "55 Atlantic Ave #2, Lynbrook, NY 11563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynbrook-NY-pledgecap').style.display = '';map = new google.maps.Map(document.getElementById('lynbrook-NY-pledgecap'), mapOptions);}document.getElementById('09ba9048').innerHTML += ' | View Map';var $la1fe8739a4b7160941d658116787a78e = '

PledgeCap

Address: 55 Atlantic Ave #2, Lynbrook, NY 11563, USA
Phone: (516) 570-9229
';var m_a1fe8739a4b7160941d658116787a78e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PledgeCap',});m_a1fe8739a4b7160941d658116787a78e['infowindow'] = new google.maps.InfoWindow({content: $la1fe8739a4b7160941d658116787a78e});var infowindow = new google.maps.InfoWindow({content: $la1fe8739a4b7160941d658116787a78e});google.maps.event.addListener(m_a1fe8739a4b7160941d658116787a78e, 'click', function() {infowindow.open(map,m_a1fe8739a4b7160941d658116787a78e);});$marker.push(m_a1fe8739a4b7160941d658116787a78e);}});}google.maps.event.addDomListener(window, 'load', initialize);