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.5991,-81.8498)};var g_7ea18f09c53c6bc767acddb849bc7455 = new google.maps.Geocoder();g_7ea18f09c53c6bc767acddb849bc7455.geocode( { 'address': "4415 Metro Pkwy # 210, Fort Myers, FL 33916, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-fidelity-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-fidelity-mortgage-inc'), mapOptions);}document.getElementById('181c2d26').innerHTML += ' | View Map';var $l7ea18f09c53c6bc767acddb849bc7455 = '

Fidelity Mortgage Inc

Address: 4415 Metro Pkwy # 210, Fort Myers, FL 33916, USA
Phone: (239) 938-9905
';var m_7ea18f09c53c6bc767acddb849bc7455 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Mortgage Inc',});m_7ea18f09c53c6bc767acddb849bc7455['infowindow'] = new google.maps.InfoWindow({content: $l7ea18f09c53c6bc767acddb849bc7455});var infowindow = new google.maps.InfoWindow({content: $l7ea18f09c53c6bc767acddb849bc7455});google.maps.event.addListener(m_7ea18f09c53c6bc767acddb849bc7455, 'click', function() {infowindow.open(map,m_7ea18f09c53c6bc767acddb849bc7455);});$marker.push(m_7ea18f09c53c6bc767acddb849bc7455);}});}google.maps.event.addDomListener(window, 'load', initialize);