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(30.2038,-92.013)};var g_b1e6ae20a83018a576d0dab5273e4d9a = new google.maps.Geocoder();g_b1e6ae20a83018a576d0dab5273e4d9a.geocode( { 'address': "1001 W Pinhook Rd #105, Lafayette, LA 70503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-paramount-residential-mortgage-group---prmg-inc').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-paramount-residential-mortgage-group---prmg-inc'), mapOptions);}document.getElementById('5a4b5870').innerHTML += ' | View Map';var $lb1e6ae20a83018a576d0dab5273e4d9a = '

Paramount Residential Mortgage Group - PRMG Inc.

Address: 1001 W Pinhook Rd #105, Lafayette, LA 70503, USA
Phone: (337) 233-2345
';var m_b1e6ae20a83018a576d0dab5273e4d9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group - PRMG Inc.',});m_b1e6ae20a83018a576d0dab5273e4d9a['infowindow'] = new google.maps.InfoWindow({content: $lb1e6ae20a83018a576d0dab5273e4d9a});var infowindow = new google.maps.InfoWindow({content: $lb1e6ae20a83018a576d0dab5273e4d9a});google.maps.event.addListener(m_b1e6ae20a83018a576d0dab5273e4d9a, 'click', function() {infowindow.open(map,m_b1e6ae20a83018a576d0dab5273e4d9a);});$marker.push(m_b1e6ae20a83018a576d0dab5273e4d9a);}});}google.maps.event.addDomListener(window, 'load', initialize);