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.0039,-82.7758)};var g_9c8e5f111312b248b5f48516f8664940 = new google.maps.Geocoder();g_9c8e5f111312b248b5f48516f8664940.geocode( { 'address': "372 Patricia Ave, Dunedin, FL 34698, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunedin-FL-florida-gold--pawn').style.display = '';map = new google.maps.Map(document.getElementById('dunedin-FL-florida-gold--pawn'), mapOptions);}document.getElementById('d53384fe').innerHTML += ' | View Map';var $l9c8e5f111312b248b5f48516f8664940 = '

Florida Gold & Pawn

Address: 372 Patricia Ave, Dunedin, FL 34698, USA
Phone: (727) 738-2801
';var m_9c8e5f111312b248b5f48516f8664940 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Gold & Pawn',});m_9c8e5f111312b248b5f48516f8664940['infowindow'] = new google.maps.InfoWindow({content: $l9c8e5f111312b248b5f48516f8664940});var infowindow = new google.maps.InfoWindow({content: $l9c8e5f111312b248b5f48516f8664940});google.maps.event.addListener(m_9c8e5f111312b248b5f48516f8664940, 'click', function() {infowindow.open(map,m_9c8e5f111312b248b5f48516f8664940);});$marker.push(m_9c8e5f111312b248b5f48516f8664940);}});}google.maps.event.addDomListener(window, 'load', initialize);