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(28.3598,-82.1826)};var g_afea4b64e0e502a959e91075fcb384c6 = new google.maps.Geocoder();g_afea4b64e0e502a959e91075fcb384c6.geocode( { 'address': "13811 US-98 BYP, Dade City, FL 33525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dade-city-FL-sams-gun--pawn').style.display = '';map = new google.maps.Map(document.getElementById('dade-city-FL-sams-gun--pawn'), mapOptions);}document.getElementById('c958952a').innerHTML += ' | View Map';var $lafea4b64e0e502a959e91075fcb384c6 = '

Sam's Gun & Pawn

Address: 13811 US-98 BYP, Dade City, FL 33525, USA
Phone: (352) 518-4653
';var m_afea4b64e0e502a959e91075fcb384c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sam's Gun & Pawn',});m_afea4b64e0e502a959e91075fcb384c6['infowindow'] = new google.maps.InfoWindow({content: $lafea4b64e0e502a959e91075fcb384c6});var infowindow = new google.maps.InfoWindow({content: $lafea4b64e0e502a959e91075fcb384c6});google.maps.event.addListener(m_afea4b64e0e502a959e91075fcb384c6, 'click', function() {infowindow.open(map,m_afea4b64e0e502a959e91075fcb384c6);});$marker.push(m_afea4b64e0e502a959e91075fcb384c6);}});}google.maps.event.addDomListener(window, 'load', initialize);