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.233,-80.6658)};var g_bf41eb0334919a25092b78a962404b31 = new google.maps.Geocoder();g_bf41eb0334919a25092b78a962404b31.geocode( { 'address': "719 US-1, Lugoff, SC 29078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lugoff-SC-mid-carolina-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lugoff-SC-mid-carolina-credit-union'), mapOptions);}document.getElementById('7bcde027').innerHTML += ' | View Map';var $lbf41eb0334919a25092b78a962404b31 = '

Mid Carolina Credit Union

Address: 719 US-1, Lugoff, SC 29078, USA
Phone: (803) 432-8521
';var m_bf41eb0334919a25092b78a962404b31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Carolina Credit Union',});m_bf41eb0334919a25092b78a962404b31['infowindow'] = new google.maps.InfoWindow({content: $lbf41eb0334919a25092b78a962404b31});var infowindow = new google.maps.InfoWindow({content: $lbf41eb0334919a25092b78a962404b31});google.maps.event.addListener(m_bf41eb0334919a25092b78a962404b31, 'click', function() {infowindow.open(map,m_bf41eb0334919a25092b78a962404b31);});$marker.push(m_bf41eb0334919a25092b78a962404b31);}});}google.maps.event.addDomListener(window, 'load', initialize);