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.2459,-80.5994)};var g_8067bbe08a50dc3c07779092ba9f4766 = new google.maps.Geocoder();g_8067bbe08a50dc3c07779092ba9f4766.geocode( { 'address': "1015 Mill St, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-midcarolina-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-midcarolina-credit-union'), mapOptions);}document.getElementById('8196e137').innerHTML += ' | View Map';var $l8067bbe08a50dc3c07779092ba9f4766 = '

MidCarolina Credit Union

Address: 1015 Mill St, Camden, SC 29020, USA
Phone: (803) 432-8521
';var m_8067bbe08a50dc3c07779092ba9f4766 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidCarolina Credit Union',});m_8067bbe08a50dc3c07779092ba9f4766['infowindow'] = new google.maps.InfoWindow({content: $l8067bbe08a50dc3c07779092ba9f4766});var infowindow = new google.maps.InfoWindow({content: $l8067bbe08a50dc3c07779092ba9f4766});google.maps.event.addListener(m_8067bbe08a50dc3c07779092ba9f4766, 'click', function() {infowindow.open(map,m_8067bbe08a50dc3c07779092ba9f4766);});$marker.push(m_8067bbe08a50dc3c07779092ba9f4766);}});}google.maps.event.addDomListener(window, 'load', initialize);