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.1592,-114.477)};var g_dc727151e5d55dde1e950767cf861ca5 = new google.maps.Geocoder();g_dc727151e5d55dde1e950767cf861ca5.geocode( { 'address': "1750 Highway 95, Bullhead City, AZ 86442"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bullhead-city-AZ-mr-pawn').style.display = '';map = new google.maps.Map(document.getElementById('bullhead-city-AZ-mr-pawn'), mapOptions);}document.getElementById('219afc39').innerHTML += ' | View Map';var $ldc727151e5d55dde1e950767cf861ca5 = '

Mr, Pawn

Address: 1750 Highway 95, Bullhead City, AZ 86442
Phone: (928) 758-7296
';var m_dc727151e5d55dde1e950767cf861ca5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr, Pawn',});m_dc727151e5d55dde1e950767cf861ca5['infowindow'] = new google.maps.InfoWindow({content: $ldc727151e5d55dde1e950767cf861ca5});var infowindow = new google.maps.InfoWindow({content: $ldc727151e5d55dde1e950767cf861ca5});google.maps.event.addListener(m_dc727151e5d55dde1e950767cf861ca5, 'click', function() {infowindow.open(map,m_dc727151e5d55dde1e950767cf861ca5);});$marker.push(m_dc727151e5d55dde1e950767cf861ca5);}});}google.maps.event.addDomListener(window, 'load', initialize);