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.5662,-81.8715)};var g_0954a0bdad7ae883cfc9c57e29c7c24b = new google.maps.Geocoder();g_0954a0bdad7ae883cfc9c57e29c7c24b.geocode( { 'address': "12123 S Cleveland Ave, Fort Myers, FL 33907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-gulf-coast-jewelry-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-gulf-coast-jewelry-and-loan'), mapOptions);}document.getElementById('5dfc6c32').innerHTML += ' | View Map';var $l0954a0bdad7ae883cfc9c57e29c7c24b = '

Gulf Coast Jewelry and Loan

Address: 12123 S Cleveland Ave, Fort Myers, FL 33907, USA
Phone: (239) 931-3168
';var m_0954a0bdad7ae883cfc9c57e29c7c24b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gulf Coast Jewelry and Loan',});m_0954a0bdad7ae883cfc9c57e29c7c24b['infowindow'] = new google.maps.InfoWindow({content: $l0954a0bdad7ae883cfc9c57e29c7c24b});var infowindow = new google.maps.InfoWindow({content: $l0954a0bdad7ae883cfc9c57e29c7c24b});google.maps.event.addListener(m_0954a0bdad7ae883cfc9c57e29c7c24b, 'click', function() {infowindow.open(map,m_0954a0bdad7ae883cfc9c57e29c7c24b);});$marker.push(m_0954a0bdad7ae883cfc9c57e29c7c24b);}});}google.maps.event.addDomListener(window, 'load', initialize);