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.7219,-81.6389)};var g_cdf99d667527c15f3fb21c5273b251f3 = new google.maps.Geocoder();g_cdf99d667527c15f3fb21c5273b251f3.geocode( { 'address': "432 N Duncan Bypass # B, Union, SC 29379, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-SC-credit-central').style.display = '';map = new google.maps.Map(document.getElementById('union-SC-credit-central'), mapOptions);}document.getElementById('c9aaf272').innerHTML += ' | View Map';var $lcdf99d667527c15f3fb21c5273b251f3 = '

Credit Central

Address: 432 N Duncan Bypass # B, Union, SC 29379, USA
Phone: (864) 427-2600
';var m_cdf99d667527c15f3fb21c5273b251f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Central',});m_cdf99d667527c15f3fb21c5273b251f3['infowindow'] = new google.maps.InfoWindow({content: $lcdf99d667527c15f3fb21c5273b251f3});var infowindow = new google.maps.InfoWindow({content: $lcdf99d667527c15f3fb21c5273b251f3});google.maps.event.addListener(m_cdf99d667527c15f3fb21c5273b251f3, 'click', function() {infowindow.open(map,m_cdf99d667527c15f3fb21c5273b251f3);});$marker.push(m_cdf99d667527c15f3fb21c5273b251f3);}});}google.maps.event.addDomListener(window, 'load', initialize);