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(27.9606,-82.4304)};var g_d497074d65a576a26b5f1a9e1a2306ce = new google.maps.Geocoder();g_d497074d65a576a26b5f1a9e1a2306ce.geocode( { 'address': "2602 E 7th Ave, Tampa, FL 33605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-paramount-residential-mortgage-group---prmg-inc').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-paramount-residential-mortgage-group---prmg-inc'), mapOptions);}document.getElementById('3640c030').innerHTML += ' | View Map';var $ld497074d65a576a26b5f1a9e1a2306ce = '

Paramount Residential Mortgage Group - PRMG Inc.

Address: 2602 E 7th Ave, Tampa, FL 33605, USA
Phone: (866) 596-6356
';var m_d497074d65a576a26b5f1a9e1a2306ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group - PRMG Inc.',});m_d497074d65a576a26b5f1a9e1a2306ce['infowindow'] = new google.maps.InfoWindow({content: $ld497074d65a576a26b5f1a9e1a2306ce});var infowindow = new google.maps.InfoWindow({content: $ld497074d65a576a26b5f1a9e1a2306ce});google.maps.event.addListener(m_d497074d65a576a26b5f1a9e1a2306ce, 'click', function() {infowindow.open(map,m_d497074d65a576a26b5f1a9e1a2306ce);});$marker.push(m_d497074d65a576a26b5f1a9e1a2306ce);}});}google.maps.event.addDomListener(window, 'load', initialize);