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(36.7119,-107.987)};var g_df0993760e737702c0d61b5fc22eb704 = new google.maps.Geocoder();g_df0993760e737702c0d61b5fc22eb704.geocode( { 'address': "708 W Broadway Ave, Bloomfield, NM 87413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-NM-bloomfield-pawn-shop-inc').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-NM-bloomfield-pawn-shop-inc'), mapOptions);}document.getElementById('425c5b40').innerHTML += ' | View Map';var $ldf0993760e737702c0d61b5fc22eb704 = '

Bloomfield Pawn Shop Inc

Address: 708 W Broadway Ave, Bloomfield, NM 87413, USA
Phone: (505) 632-2972
';var m_df0993760e737702c0d61b5fc22eb704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bloomfield Pawn Shop Inc',});m_df0993760e737702c0d61b5fc22eb704['infowindow'] = new google.maps.InfoWindow({content: $ldf0993760e737702c0d61b5fc22eb704});var infowindow = new google.maps.InfoWindow({content: $ldf0993760e737702c0d61b5fc22eb704});google.maps.event.addListener(m_df0993760e737702c0d61b5fc22eb704, 'click', function() {infowindow.open(map,m_df0993760e737702c0d61b5fc22eb704);});$marker.push(m_df0993760e737702c0d61b5fc22eb704);}});}google.maps.event.addDomListener(window, 'load', initialize);