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.0979,-81.1644)};var g_326dd87c064b5a10ab7d8d0ad30f4e51 = new google.maps.Geocoder();g_326dd87c064b5a10ab7d8d0ad30f4e51.geocode( { 'address': "7438 Broad River Rd, Irmo, SC 29063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irmo-SC-s-c-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('irmo-SC-s-c-state-credit-union'), mapOptions);}document.getElementById('f0adc51e').innerHTML += ' | View Map';var $l326dd87c064b5a10ab7d8d0ad30f4e51 = '

S C State Credit Union

Address: 7438 Broad River Rd, Irmo, SC 29063, USA
Phone: (803) 343-0310
';var m_326dd87c064b5a10ab7d8d0ad30f4e51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S C State Credit Union',});m_326dd87c064b5a10ab7d8d0ad30f4e51['infowindow'] = new google.maps.InfoWindow({content: $l326dd87c064b5a10ab7d8d0ad30f4e51});var infowindow = new google.maps.InfoWindow({content: $l326dd87c064b5a10ab7d8d0ad30f4e51});google.maps.event.addListener(m_326dd87c064b5a10ab7d8d0ad30f4e51, 'click', function() {infowindow.open(map,m_326dd87c064b5a10ab7d8d0ad30f4e51);});$marker.push(m_326dd87c064b5a10ab7d8d0ad30f4e51);}});}google.maps.event.addDomListener(window, 'load', initialize);