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.6384,-73.7305)};var g_057af595bc489767589b16b83fb34814 = new google.maps.Geocoder();g_057af595bc489767589b16b83fb34814.geocode( { 'address': "787 Arbuckle Ave, Woodmere, NY 11598, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodmere-NY-bgl-credit-ltd').style.display = '';map = new google.maps.Map(document.getElementById('woodmere-NY-bgl-credit-ltd'), mapOptions);}document.getElementById('6aa090e3').innerHTML += ' | View Map';var $l057af595bc489767589b16b83fb34814 = '

BGL Credit Ltd

Address: 787 Arbuckle Ave, Woodmere, NY 11598, USA
Phone: (516) 295-5544
';var m_057af595bc489767589b16b83fb34814 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BGL Credit Ltd',});m_057af595bc489767589b16b83fb34814['infowindow'] = new google.maps.InfoWindow({content: $l057af595bc489767589b16b83fb34814});var infowindow = new google.maps.InfoWindow({content: $l057af595bc489767589b16b83fb34814});google.maps.event.addListener(m_057af595bc489767589b16b83fb34814, 'click', function() {infowindow.open(map,m_057af595bc489767589b16b83fb34814);});$marker.push(m_057af595bc489767589b16b83fb34814);}});}google.maps.event.addDomListener(window, 'load', initialize);