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.7247,-73.5476)};var g_ff68eb795ba2bd7329b0b383c1da6b4f = new google.maps.Geocoder();g_ff68eb795ba2bd7329b0b383c1da6b4f.geocode( { 'address': "2386 Hempstead Turnpike, East Meadow, NY 11554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-meadow-NY-empire-pawn-of-nassau-inc').style.display = '';map = new google.maps.Map(document.getElementById('east-meadow-NY-empire-pawn-of-nassau-inc'), mapOptions);}document.getElementById('5cb038a7').innerHTML += ' | View Map';var $lff68eb795ba2bd7329b0b383c1da6b4f = '

Empire Pawn of Nassau Inc.

Address: 2386 Hempstead Turnpike, East Meadow, NY 11554, USA
Phone: (516) 520-5252
';var m_ff68eb795ba2bd7329b0b383c1da6b4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Pawn of Nassau Inc.',});m_ff68eb795ba2bd7329b0b383c1da6b4f['infowindow'] = new google.maps.InfoWindow({content: $lff68eb795ba2bd7329b0b383c1da6b4f});var infowindow = new google.maps.InfoWindow({content: $lff68eb795ba2bd7329b0b383c1da6b4f});google.maps.event.addListener(m_ff68eb795ba2bd7329b0b383c1da6b4f, 'click', function() {infowindow.open(map,m_ff68eb795ba2bd7329b0b383c1da6b4f);});$marker.push(m_ff68eb795ba2bd7329b0b383c1da6b4f);}});}google.maps.event.addDomListener(window, 'load', initialize);