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(33.9737,-118.224)};var g_d43ad871c5378e5dbe532446cdad093f = new google.maps.Geocoder();g_d43ad871c5378e5dbe532446cdad093f.geocode( { 'address': "2658 E Florence Ave, Huntington Park, CA 90255, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-park-CA-gold-exchange---pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('huntington-park-CA-gold-exchange---pawn-shop'), mapOptions);}document.getElementById('bbbf52e6').innerHTML += ' | View Map';var $ld43ad871c5378e5dbe532446cdad093f = '

Gold Exchange - Pawn Shop

Address: 2658 E Florence Ave, Huntington Park, CA 90255, USA
Phone: (323) 588-0262
';var m_d43ad871c5378e5dbe532446cdad093f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Exchange - Pawn Shop',});m_d43ad871c5378e5dbe532446cdad093f['infowindow'] = new google.maps.InfoWindow({content: $ld43ad871c5378e5dbe532446cdad093f});var infowindow = new google.maps.InfoWindow({content: $ld43ad871c5378e5dbe532446cdad093f});google.maps.event.addListener(m_d43ad871c5378e5dbe532446cdad093f, 'click', function() {infowindow.open(map,m_d43ad871c5378e5dbe532446cdad093f);});$marker.push(m_d43ad871c5378e5dbe532446cdad093f);}});}google.maps.event.addDomListener(window, 'load', initialize);