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.046,-81.0284)};var g_b36354d34f65b6f6f69a1be9f98b7fe9 = new google.maps.Geocoder();g_b36354d34f65b6f6f69a1be9f98b7fe9.geocode( { 'address': "4901 Colonial Dr, Columbia, SC 29203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-sc-methodist-conference-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-sc-methodist-conference-credit-union'), mapOptions);}document.getElementById('d37e6d06').innerHTML += ' | View Map';var $lb36354d34f65b6f6f69a1be9f98b7fe9 = '

SC Methodist Conference Credit Union

Address: 4901 Colonial Dr, Columbia, SC 29203, USA
Phone: (803) 691-0037
';var m_b36354d34f65b6f6f69a1be9f98b7fe9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SC Methodist Conference Credit Union',});m_b36354d34f65b6f6f69a1be9f98b7fe9['infowindow'] = new google.maps.InfoWindow({content: $lb36354d34f65b6f6f69a1be9f98b7fe9});var infowindow = new google.maps.InfoWindow({content: $lb36354d34f65b6f6f69a1be9f98b7fe9});google.maps.event.addListener(m_b36354d34f65b6f6f69a1be9f98b7fe9, 'click', function() {infowindow.open(map,m_b36354d34f65b6f6f69a1be9f98b7fe9);});$marker.push(m_b36354d34f65b6f6f69a1be9f98b7fe9);}});}google.maps.event.addDomListener(window, 'load', initialize);