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(29.6292,-82.373)};var g_e630e7e0b097125771fa9241c7c9cdbf = new google.maps.Geocoder();g_e630e7e0b097125771fa9241c7c9cdbf.geocode( { 'address': "2530 SW 34th St, Gainesville, FL 32608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-gold-standard-pawn').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-gold-standard-pawn'), mapOptions);}document.getElementById('13ac6952').innerHTML += ' | View Map';var $le630e7e0b097125771fa9241c7c9cdbf = '

Gold Standard Pawn

Address: 2530 SW 34th St, Gainesville, FL 32608, USA
Phone: (352) 335-1333
';var m_e630e7e0b097125771fa9241c7c9cdbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Standard Pawn',});m_e630e7e0b097125771fa9241c7c9cdbf['infowindow'] = new google.maps.InfoWindow({content: $le630e7e0b097125771fa9241c7c9cdbf});var infowindow = new google.maps.InfoWindow({content: $le630e7e0b097125771fa9241c7c9cdbf});google.maps.event.addListener(m_e630e7e0b097125771fa9241c7c9cdbf, 'click', function() {infowindow.open(map,m_e630e7e0b097125771fa9241c7c9cdbf);});$marker.push(m_e630e7e0b097125771fa9241c7c9cdbf);}});}google.maps.event.addDomListener(window, 'load', initialize);