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.5619,-81.9478)};var g_20b514d5a719cc309a88cd836f9e896f = new google.maps.Geocoder();g_20b514d5a719cc309a88cd836f9e896f.geocode( { 'address': "1323 Lafayette St i, Cape Coral, FL 33904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cape-coral-FL-paramount-residential-mortgage-group---prmg-inc').style.display = '';map = new google.maps.Map(document.getElementById('cape-coral-FL-paramount-residential-mortgage-group---prmg-inc'), mapOptions);}document.getElementById('cfe1683c').innerHTML += ' | View Map';var $l20b514d5a719cc309a88cd836f9e896f = '

Paramount Residential Mortgage Group - PRMG Inc.

Address: 1323 Lafayette St i, Cape Coral, FL 33904, USA
Phone: (239) 659-1660
';var m_20b514d5a719cc309a88cd836f9e896f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group - PRMG Inc.',});m_20b514d5a719cc309a88cd836f9e896f['infowindow'] = new google.maps.InfoWindow({content: $l20b514d5a719cc309a88cd836f9e896f});var infowindow = new google.maps.InfoWindow({content: $l20b514d5a719cc309a88cd836f9e896f});google.maps.event.addListener(m_20b514d5a719cc309a88cd836f9e896f, 'click', function() {infowindow.open(map,m_20b514d5a719cc309a88cd836f9e896f);});$marker.push(m_20b514d5a719cc309a88cd836f9e896f);}});}google.maps.event.addDomListener(window, 'load', initialize);