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(34.0939,-80.9245)};var g_b6ab849c9de03fd83b0125ad4e9b2f92 = new google.maps.Geocoder();g_b6ab849c9de03fd83b0125ad4e9b2f92.geocode( { 'address': "9153 Two Notch Rd d, Columbia, SC 29223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-paramount-residential-mortgage-group---prmg-inc').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-paramount-residential-mortgage-group---prmg-inc'), mapOptions);}document.getElementById('c1582830').innerHTML += ' | View Map';var $lb6ab849c9de03fd83b0125ad4e9b2f92 = '

Paramount Residential Mortgage Group - PRMG Inc.

Address: 9153 Two Notch Rd d, Columbia, SC 29223, USA
Phone: (803) 764-5885
';var m_b6ab849c9de03fd83b0125ad4e9b2f92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paramount Residential Mortgage Group - PRMG Inc.',});m_b6ab849c9de03fd83b0125ad4e9b2f92['infowindow'] = new google.maps.InfoWindow({content: $lb6ab849c9de03fd83b0125ad4e9b2f92});var infowindow = new google.maps.InfoWindow({content: $lb6ab849c9de03fd83b0125ad4e9b2f92});google.maps.event.addListener(m_b6ab849c9de03fd83b0125ad4e9b2f92, 'click', function() {infowindow.open(map,m_b6ab849c9de03fd83b0125ad4e9b2f92);});$marker.push(m_b6ab849c9de03fd83b0125ad4e9b2f92);}});}google.maps.event.addDomListener(window, 'load', initialize);