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.1344,-85.2421)};var g_b0fb2f718682e457922a4cd79efc3d13 = new google.maps.Geocoder();g_b0fb2f718682e457922a4cd79efc3d13.geocode( { 'address': "5019 Hixson Pike, Hixson, TN 37343, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chattanooga-TN-big-bucks-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('chattanooga-TN-big-bucks-pawn-shop'), mapOptions);}document.getElementById('1b3bcb0a').innerHTML += ' | View Map';var $lb0fb2f718682e457922a4cd79efc3d13 = '

Big Bucks Pawn Shop

Address: 5019 Hixson Pike, Hixson, TN 37343, USA
Phone: (423) 485-3085
';var m_b0fb2f718682e457922a4cd79efc3d13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Big Bucks Pawn Shop',});m_b0fb2f718682e457922a4cd79efc3d13['infowindow'] = new google.maps.InfoWindow({content: $lb0fb2f718682e457922a4cd79efc3d13});var infowindow = new google.maps.InfoWindow({content: $lb0fb2f718682e457922a4cd79efc3d13});google.maps.event.addListener(m_b0fb2f718682e457922a4cd79efc3d13, 'click', function() {infowindow.open(map,m_b0fb2f718682e457922a4cd79efc3d13);});$marker.push(m_b0fb2f718682e457922a4cd79efc3d13);}});}google.maps.event.addDomListener(window, 'load', initialize);