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.7073,-73.6265)};var g_d4053a1249af8c22de1cea0088bf01b7 = new google.maps.Geocoder();g_d4053a1249af8c22de1cea0088bf01b7.geocode( { 'address': "50 N Franklin St, Hempstead, NY 11550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hempstead-NY-gem-pawnbrokers').style.display = '';map = new google.maps.Map(document.getElementById('hempstead-NY-gem-pawnbrokers'), mapOptions);}document.getElementById('cfc2afb6').innerHTML += ' | View Map';var $ld4053a1249af8c22de1cea0088bf01b7 = '

Gem Pawnbrokers

Address: 50 N Franklin St, Hempstead, NY 11550, USA
Phone: (516) 280-8199
';var m_d4053a1249af8c22de1cea0088bf01b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gem Pawnbrokers',});m_d4053a1249af8c22de1cea0088bf01b7['infowindow'] = new google.maps.InfoWindow({content: $ld4053a1249af8c22de1cea0088bf01b7});var infowindow = new google.maps.InfoWindow({content: $ld4053a1249af8c22de1cea0088bf01b7});google.maps.event.addListener(m_d4053a1249af8c22de1cea0088bf01b7, 'click', function() {infowindow.open(map,m_d4053a1249af8c22de1cea0088bf01b7);});$marker.push(m_d4053a1249af8c22de1cea0088bf01b7);}});}google.maps.event.addDomListener(window, 'load', initialize);