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(26.6859,-81.8681)};var g_c06685da3174c8e5562202dea93d48ee = new google.maps.Geocoder();g_c06685da3174c8e5562202dea93d48ee.geocode( { 'address': "5410 Bayshore Rd, Fort Myers, FL 33917, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-larrys-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-larrys-pawn-shop'), mapOptions);}document.getElementById('a4ff703b').innerHTML += ' | View Map';var $lc06685da3174c8e5562202dea93d48ee = '

Larry's Pawn Shop

Address: 5410 Bayshore Rd, Fort Myers, FL 33917, USA
Phone: (239) 567-2555
';var m_c06685da3174c8e5562202dea93d48ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Larry's Pawn Shop',});m_c06685da3174c8e5562202dea93d48ee['infowindow'] = new google.maps.InfoWindow({content: $lc06685da3174c8e5562202dea93d48ee});var infowindow = new google.maps.InfoWindow({content: $lc06685da3174c8e5562202dea93d48ee});google.maps.event.addListener(m_c06685da3174c8e5562202dea93d48ee, 'click', function() {infowindow.open(map,m_c06685da3174c8e5562202dea93d48ee);});$marker.push(m_c06685da3174c8e5562202dea93d48ee);}});}google.maps.event.addDomListener(window, 'load', initialize);