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.1115,-114.598)};var g_1a9e4a2a5149d5c09d7cc71d943fd0d4 = new google.maps.Geocoder();g_1a9e4a2a5149d5c09d7cc71d943fd0d4.geocode( { 'address': "2124 AZ-95, Bullhead City, AZ 86442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bullhead-city-AZ-big-ds-pawn--loan').style.display = '';map = new google.maps.Map(document.getElementById('bullhead-city-AZ-big-ds-pawn--loan'), mapOptions);}document.getElementById('39c19fe3').innerHTML += ' | View Map';var $l1a9e4a2a5149d5c09d7cc71d943fd0d4 = '

BIG D'S PAWN & LOAN

Address: 2124 AZ-95, Bullhead City, AZ 86442, USA
Phone: (928) 704-1110
';var m_1a9e4a2a5149d5c09d7cc71d943fd0d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BIG D'S PAWN & LOAN',});m_1a9e4a2a5149d5c09d7cc71d943fd0d4['infowindow'] = new google.maps.InfoWindow({content: $l1a9e4a2a5149d5c09d7cc71d943fd0d4});var infowindow = new google.maps.InfoWindow({content: $l1a9e4a2a5149d5c09d7cc71d943fd0d4});google.maps.event.addListener(m_1a9e4a2a5149d5c09d7cc71d943fd0d4, 'click', function() {infowindow.open(map,m_1a9e4a2a5149d5c09d7cc71d943fd0d4);});$marker.push(m_1a9e4a2a5149d5c09d7cc71d943fd0d4);}});}google.maps.event.addDomListener(window, 'load', initialize);