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(35.9779,-114.837)};var g_42da1c043b1cc4c0eb075cea1bf11384 = new google.maps.Geocoder();g_42da1c043b1cc4c0eb075cea1bf11384.geocode( { 'address': "1323 Arizona St, Boulder City, NV 89005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boulder-city-NV-dam-town-pawn').style.display = '';map = new google.maps.Map(document.getElementById('boulder-city-NV-dam-town-pawn'), mapOptions);}document.getElementById('c97519b5').innerHTML += ' | View Map';var $l42da1c043b1cc4c0eb075cea1bf11384 = '

Dam Town Pawn

Address: 1323 Arizona St, Boulder City, NV 89005, USA
Phone: (702) 683-9296
';var m_42da1c043b1cc4c0eb075cea1bf11384 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dam Town Pawn',});m_42da1c043b1cc4c0eb075cea1bf11384['infowindow'] = new google.maps.InfoWindow({content: $l42da1c043b1cc4c0eb075cea1bf11384});var infowindow = new google.maps.InfoWindow({content: $l42da1c043b1cc4c0eb075cea1bf11384});google.maps.event.addListener(m_42da1c043b1cc4c0eb075cea1bf11384, 'click', function() {infowindow.open(map,m_42da1c043b1cc4c0eb075cea1bf11384);});$marker.push(m_42da1c043b1cc4c0eb075cea1bf11384);}});}google.maps.event.addDomListener(window, 'load', initialize);