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.0068,-81.0388)};var g_a38a1f8e117b98a8a4a02db52f5c7e51 = new google.maps.Geocoder();g_a38a1f8e117b98a8a4a02db52f5c7e51.geocode( { 'address': "1601 Assembly St, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-columbia-post-office-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-columbia-post-office-credit-union'), mapOptions);}document.getElementById('87b81a2d').innerHTML += ' | View Map';var $la38a1f8e117b98a8a4a02db52f5c7e51 = '

Columbia Post Office Credit Union

Address: 1601 Assembly St, Columbia, SC 29201, USA
Phone: (803) 779-2966
';var m_a38a1f8e117b98a8a4a02db52f5c7e51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Post Office Credit Union',});m_a38a1f8e117b98a8a4a02db52f5c7e51['infowindow'] = new google.maps.InfoWindow({content: $la38a1f8e117b98a8a4a02db52f5c7e51});var infowindow = new google.maps.InfoWindow({content: $la38a1f8e117b98a8a4a02db52f5c7e51});google.maps.event.addListener(m_a38a1f8e117b98a8a4a02db52f5c7e51, 'click', function() {infowindow.open(map,m_a38a1f8e117b98a8a4a02db52f5c7e51);});$marker.push(m_a38a1f8e117b98a8a4a02db52f5c7e51);}});}google.maps.event.addDomListener(window, 'load', initialize);