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(33.9982,-81.0325)};var g_b7c65a9e08ddd8c4aa65a40c248fbd65 = new google.maps.Geocoder();g_b7c65a9e08ddd8c4aa65a40c248fbd65.geocode( { 'address': "300 Outlet Pointe Blvd, Columbia, SC 29210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-south-carolina-state-government-housing-finance-and-development-authority').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-south-carolina-state-government-housing-finance-and-development-authority'), mapOptions);}document.getElementById('31ba580c').innerHTML += ' | View Map';var $lb7c65a9e08ddd8c4aa65a40c248fbd65 = '

South Carolina State Government Housing Finance and Development Authority

Address: 300 Outlet Pointe Blvd, Columbia, SC 29210
Phone: (800) 432-5007
';var m_b7c65a9e08ddd8c4aa65a40c248fbd65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina State Government Housing Finance and Development Authority',});m_b7c65a9e08ddd8c4aa65a40c248fbd65['infowindow'] = new google.maps.InfoWindow({content: $lb7c65a9e08ddd8c4aa65a40c248fbd65});var infowindow = new google.maps.InfoWindow({content: $lb7c65a9e08ddd8c4aa65a40c248fbd65});google.maps.event.addListener(m_b7c65a9e08ddd8c4aa65a40c248fbd65, 'click', function() {infowindow.open(map,m_b7c65a9e08ddd8c4aa65a40c248fbd65);});$marker.push(m_b7c65a9e08ddd8c4aa65a40c248fbd65);}});}google.maps.event.addDomListener(window, 'load', initialize);